:root {
  --brand: #f5a400;
  --ink: #101417;
  --muted: #687076;
  --line: #dfe3e5;
  --soft: #f4f5f2;
  --accent: #d8ff35;
  --accent-dark: #b8df18;
  --navy: #0b1824;
  --white: #fff;
  --productbg: #f2f3f1;
  --producttext: #252a2e;
  --swiper-navigation-size: 2em;
  --headerheight: 80px;
  --swiper-navigation-color: var(--brand);
  
}

/* Bootstrap 4 spacing compatibility for Bootstrap 5.3 */
.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.pl-1 {
  padding-left: .25rem !important;
}

.pr-1 {
  padding-right: .25rem !important;
}

.ml-1 {
  margin-left: .25rem !important;
}

.mr-1 {
  margin-right: .25rem !important;
}

.pl-2 {
  padding-left: .5rem !important;
}

.pr-2 {
  padding-right: .5rem !important;
}

.ml-2 {
  margin-left: .5rem !important;
}

.mr-2 {
  margin-right: .5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

@media (min-width: 576px) {
  .pl-sm-0 {
    padding-left: 0 !important;
  }

  .pr-sm-0 {
    padding-right: 0 !important;
  }

  .ml-sm-0 {
    margin-left: 0 !important;
  }

  .mr-sm-0 {
    margin-right: 0 !important;
  }

  .pl-sm-1 {
    padding-left: .25rem !important;
  }

  .pr-sm-1 {
    padding-right: .25rem !important;
  }

  .ml-sm-1 {
    margin-left: .25rem !important;
  }

  .mr-sm-1 {
    margin-right: .25rem !important;
  }

  .pl-sm-2 {
    padding-left: .5rem !important;
  }

  .pr-sm-2 {
    padding-right: .5rem !important;
  }

  .ml-sm-2 {
    margin-left: .5rem !important;
  }

  .mr-sm-2 {
    margin-right: .5rem !important;
  }

  .pl-sm-3 {
    padding-left: 1rem !important;
  }

  .pr-sm-3 {
    padding-right: 1rem !important;
  }

  .ml-sm-3 {
    margin-left: 1rem !important;
  }

  .mr-sm-3 {
    margin-right: 1rem !important;
  }

  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }

  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }

  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }

  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }

  .pl-sm-5 {
    padding-left: 3rem !important;
  }

  .pr-sm-5 {
    padding-right: 3rem !important;
  }

  .ml-sm-5 {
    margin-left: 3rem !important;
  }

  .mr-sm-5 {
    margin-right: 3rem !important;
  }

  .ml-sm-auto {
    margin-left: auto !important;
  }

  .mr-sm-auto {
    margin-right: auto !important;
  }
}

@media (min-width: 768px) {
  .pl-md-0 {
    padding-left: 0 !important;
  }

  .pr-md-0 {
    padding-right: 0 !important;
  }

  .ml-md-0 {
    margin-left: 0 !important;
  }

  .mr-md-0 {
    margin-right: 0 !important;
  }

  .pl-md-1 {
    padding-left: .25rem !important;
  }

  .pr-md-1 {
    padding-right: .25rem !important;
  }

  .ml-md-1 {
    margin-left: .25rem !important;
  }

  .mr-md-1 {
    margin-right: .25rem !important;
  }

  .pl-md-2 {
    padding-left: .5rem !important;
  }

  .pr-md-2 {
    padding-right: .5rem !important;
  }

  .ml-md-2 {
    margin-left: .5rem !important;
  }

  .mr-md-2 {
    margin-right: .5rem !important;
  }

  .pl-md-3 {
    padding-left: 1rem !important;
  }

  .pr-md-3 {
    padding-right: 1rem !important;
  }

  .ml-md-3 {
    margin-left: 1rem !important;
  }

  .mr-md-3 {
    margin-right: 1rem !important;
  }

  .pl-md-4 {
    padding-left: 1.5rem !important;
  }

  .pr-md-4 {
    padding-right: 1.5rem !important;
  }

  .ml-md-4 {
    margin-left: 1.5rem !important;
  }

  .mr-md-4 {
    margin-right: 1.5rem !important;
  }

  .pl-md-5 {
    padding-left: 3rem !important;
  }

  .pr-md-5 {
    padding-right: 3rem !important;
  }

  .ml-md-5 {
    margin-left: 3rem !important;
  }

  .mr-md-5 {
    margin-right: 3rem !important;
  }

  .ml-md-auto {
    margin-left: auto !important;
  }

  .mr-md-auto {
    margin-right: auto !important;
  }
}

@media (min-width: 992px) {
  .pl-lg-0 {
    padding-left: 0 !important;
  }

  .pr-lg-0 {
    padding-right: 0 !important;
  }

  .ml-lg-0 {
    margin-left: 0 !important;
  }

  .mr-lg-0 {
    margin-right: 0 !important;
  }

  .pl-lg-1 {
    padding-left: .25rem !important;
  }

  .pr-lg-1 {
    padding-right: .25rem !important;
  }

  .ml-lg-1 {
    margin-left: .25rem !important;
  }

  .mr-lg-1 {
    margin-right: .25rem !important;
  }

  .pl-lg-2 {
    padding-left: .5rem !important;
  }

  .pr-lg-2 {
    padding-right: .5rem !important;
  }

  .ml-lg-2 {
    margin-left: .5rem !important;
  }

  .mr-lg-2 {
    margin-right: .5rem !important;
  }

  .pl-lg-3 {
    padding-left: 1rem !important;
  }

  .pr-lg-3 {
    padding-right: 1rem !important;
  }

  .ml-lg-3 {
    margin-left: 1rem !important;
  }

  .mr-lg-3 {
    margin-right: 1rem !important;
  }

  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }

  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }

  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }

  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }

  .pl-lg-5 {
    padding-left: 3rem !important;
  }

  .pr-lg-5 {
    padding-right: 3rem !important;
  }

  .ml-lg-5 {
    margin-left: 3rem !important;
  }

  .mr-lg-5 {
    margin-right: 3rem !important;
  }

  .ml-lg-auto {
    margin-left: auto !important;
  }

  .mr-lg-auto {
    margin-right: auto !important;
  }
}

@media (min-width: 1200px) {
  .pl-xl-0 {
    padding-left: 0 !important;
  }

  .pr-xl-0 {
    padding-right: 0 !important;
  }

  .ml-xl-0 {
    margin-left: 0 !important;
  }

  .mr-xl-0 {
    margin-right: 0 !important;
  }

  .pl-xl-1 {
    padding-left: .25rem !important;
  }

  .pr-xl-1 {
    padding-right: .25rem !important;
  }

  .ml-xl-1 {
    margin-left: .25rem !important;
  }

  .mr-xl-1 {
    margin-right: .25rem !important;
  }

  .pl-xl-2 {
    padding-left: .5rem !important;
  }

  .pr-xl-2 {
    padding-right: .5rem !important;
  }

  .ml-xl-2 {
    margin-left: .5rem !important;
  }

  .mr-xl-2 {
    margin-right: .5rem !important;
  }

  .pl-xl-3 {
    padding-left: 1rem !important;
  }

  .pr-xl-3 {
    padding-right: 1rem !important;
  }

  .ml-xl-3 {
    margin-left: 1rem !important;
  }

  .mr-xl-3 {
    margin-right: 1rem !important;
  }

  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }

  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }

  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }

  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }

  .pl-xl-5 {
    padding-left: 3rem !important;
  }

  .pr-xl-5 {
    padding-right: 3rem !important;
  }

  .ml-xl-5 {
    margin-left: 3rem !important;
  }

  .mr-xl-5 {
    margin-right: 3rem !important;
  }

  .ml-xl-auto {
    margin-left: auto !important;
  }

  .mr-xl-auto {
    margin-right: auto !important;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-0 {
    padding-left: 0 !important;
  }

  .pr-xxl-0 {
    padding-right: 0 !important;
  }

  .ml-xxl-0 {
    margin-left: 0 !important;
  }

  .mr-xxl-0 {
    margin-right: 0 !important;
  }

  .pl-xxl-1 {
    padding-left: .25rem !important;
  }

  .pr-xxl-1 {
    padding-right: .25rem !important;
  }

  .ml-xxl-1 {
    margin-left: .25rem !important;
  }

  .mr-xxl-1 {
    margin-right: .25rem !important;
  }

  .pl-xxl-2 {
    padding-left: .5rem !important;
  }

  .pr-xxl-2 {
    padding-right: .5rem !important;
  }

  .ml-xxl-2 {
    margin-left: .5rem !important;
  }

  .mr-xxl-2 {
    margin-right: .5rem !important;
  }

  .pl-xxl-3 {
    padding-left: 1rem !important;
  }

  .pr-xxl-3 {
    padding-right: 1rem !important;
  }

  .ml-xxl-3 {
    margin-left: 1rem !important;
  }

  .mr-xxl-3 {
    margin-right: 1rem !important;
  }

  .pl-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .pr-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .ml-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .mr-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .pl-xxl-5 {
    padding-left: 3rem !important;
  }

  .pr-xxl-5 {
    padding-right: 3rem !important;
  }

  .ml-xxl-5 {
    margin-left: 3rem !important;
  }

  .mr-xxl-5 {
    margin-right: 3rem !important;
  }

  .ml-xxl-auto {
    margin-left: auto !important;
  }

  .mr-xxl-auto {
    margin-right: auto !important;
  }
}

body {
  font-family: Inter, system-ui, sans-serif;
  font-weight: 300;
  color: var(--ink);
  background: var(--white);
  max-width: 1920px;
  margin: 0 auto;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;

}

.section {
  padding: 5em 0;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

img {
  max-width: 100%;
  image-rendering: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: var(--brand);
}

.btn{white-space: nowrap;}

.btn-primary {
  background-color: var(--brand);
  border-color: var(--brand);
  padding-left: 1em;
  padding-right: 1em;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #ffbb21 !important;
  border-color: #ffbb21 !important;
}

.form-control::-webkit-input-placeholder,
input::-webkit-input-placeholder,
.form-control::placeholder,
input::placeholder {
  opacity: .68;
  color: inherit;
}

input::-moz-placeholder {
  opacity: .8;
}

.input-group,
.form-control {
  margin-bottom: 1em;
}

.input-group .form-control {
  margin-bottom: 0;
}

.breadcrumb {
  flex-wrap: nowrap;
  padding-left: 0;
  background: transparent;
  --bs-breadcrumb-margin-bottom: 0;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.breadcrumb::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: none;
}

.breadcrumbwrap {
  height: 2.8em;
  display: flex;
  align-items: center;
}

.container,
.container-xxl {
  max-width: 1440px;
}

.topheaderbar {
  background: #000;
  color: #b9c2ca;
}

.topheaderbar .container {
  display: flex;
  font-size: 12px;
  height: 24px;
  align-items: center;
  justify-content: space-between;
}

.topheaderbar a {
  padding: 0 8px;
}

.topheaderbar a:hover {
  color: #fff;
}

#back2top {
  color: #360f0f;
  background: #878787;
  font-size: 1.2em;
  display: none;
  height: 2.6em;
  width: 2.6em;
  line-height: 2.6em;
  padding: 0;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  bottom: 20px;
  z-index: 10006;
  border-radius: 100%;
  --progress: 0%;
  background: conic-gradient(var(--brand) 0 var(--progress), #dce5ea var(--progress) 100%);
}

#backd2top:hover {
  background: #666;
}

#back2top .fa-solid {
  position: relative;
  transition: all .2s ease-in-out;
}

#back2top::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: #fff;
}

#back2top:hover::before {
  background: #f5f5f5;
}

#back2top:hover .fa-solid {
  transform: scale(1.1);
}

.playvideo-btn,
.playvideobtn {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 5em;
  opacity: .78;
}

.playvideo-btn:hover,
.playvideobtn:hover {
  color: #fff;
  opacity: 1;
}

#videopopupwrap {
  position: fixed;
  background: #101010;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: none;
}

#videopopupwrap::after {
  font-family: "Font Awesome 5 Free";
  content: "\f057";
  position: absolute;
  top: 0;
  right: 10px;
  cursor: pointer;
  color: #878787;
  font-size: 2em;
}

#videopopupcontent {
  position: absolute;
  max-width: 1000px;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.companyvideowrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 2;
}




.brand-logo {
  height: 48px;
  max-height: 60px;
}

.desktoplogo {
  display: none;
}

.mobilelogo {
  display: block;
}

@media screen and (min-width: 768px) {
  .desktoplogo {
    display: block;
  }

  .mobilelogo {
    display: none;
  }
}

.header {
  z-index: 1030;
  background: rgba(255, 255, 255, .98);
  border-bottom: 1px solid var(--line);
}

.navbar {
  min-height: 78px;
  padding: 0;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-right: 44px;
}
.navbar-mobile{display: flex;align-items: center;gap:1em;}
.navbar-mobile-nav{
  display: flex;
}
.mobile-nav-link{padding-left:.5em;}
.mobile-nav-link::after{content: '|';padding-left:.5em;display: inline-block;}
.mobile-nav-link:last-child::after{display: none;content:'';}


.navbar-nav {
  gap: 3px;
}

.navbar-nav .nav-link {
  position: relative;
  padding: 28px 10px !important;
  color: #252a2e;
  font-size: 16px;
  font-weight: 600;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active {
  color: var(--ink);
}
.dropdown-menu{--bs-dropdown-link-active-color:var(--ink);}

.navbar-nav .nav-link.active::after {
  position: absolute;
  content: "";
  right: 16px;
  bottom: 19px;
  left: 16px;
  height: 2px;
  background: var(--accent-dark);
}

.dropdown-toggle::after {
  margin-left: 6px;
  vertical-align: .15em;
  border-width: 4px 4px 0;
}

.btn-inquiry {
  padding: 13px 18px;
  border-radius: 0;
  color: var(--ink);
  background: var(--brand);
  border: 1px solid var(--brand);
  font-size: 12px;
  font-weight: 800;
}

.btn-inquiry:hover {
  color: #fff;
  background: var(--accent-dark);
  border-color: var(--accent-dark);
  box-shadow: 0 8px 22px rgba(217, 135, 0, .28);
  transform: translateY(-2px);
}

.btn-inquiry span {
  margin-left: 14px;
}

.navbar-toggler {
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  border-radius: 0;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 3px rgba(247, 166, 0, .28);
}

.navbar-toggler span {
  display: block;
  width: 23px;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.navbar-submenu .dropdown-item {
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
}

.navbar-submenu .dropdown-item:hover {
  background: var(--soft);
}


.mega-dropdown {
  position: static;
}

.mega-menu {
  top: 77px !important;
  right: 0;
  left: 0 !important;
  width: 100%;
  max-height:calc(100vh - var(--headerheight) - 16px);
  overflow-y: auto;
  padding: 0;
  transform: none !important;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  box-shadow: 0 18px 40px rgba(13, 24, 33, .12);
}

.mega-menu::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.mega-menu::-webkit-scrollbar-track {
  background: #f5f5f5;
}

.mega-menu::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.mega-menu.show,
.company-menu.show {
  animation: menu-reveal .26s cubic-bezier(.2, .7, .2, 1) both;
  transform-origin: top center !important;
}

.mega-menu .container {
  padding-top: 38px;
  padding-bottom: 38px;
}

.eyebrow,
.section-kicker {
  display: block;
  margin-bottom: 18px;
  color: #657078;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.mega-intro {
  padding-right: 28px;
  border-right: 1px solid var(--line);
}

.mega-intro h2 {
  margin: 0 0 25px;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -.04em;
}

.text-link {
  display: inline-flex;
  gap: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid #adb4b7;
  font-size: 11px;
  font-weight: 800;
}
.mega-column{display: flex;flex-direction: column;}
.mega-column h3 {
  margin: 0 0 16px;
  color: #899096;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.mega-column h3 a{
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  padding:inherit;
  margin:inherit;
}

.mega-column a {
  padding: 6px 0;
  color: #30363a;
  font-size: 14px;
  font-weight: 400;
  transition: transform .2s ease-in-out;
}

.mega-column a:hover,
.mega-column a.current {
  color: #bd7200;
  transform: translateX(2px);
}

.mega-column a.current::before {
  content: "— ";
}

.mega-feature {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 205px;
  padding: 24px;
  color: #fff;
  background: linear-gradient(145deg, #3b2924, #1c1311 70%);
  overflow: hidden;
}

.mega-feature::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  margin: -115px 0 0 80px;
  border: 22px solid rgba(247, 166, 0, .18);
  border-radius: 50%;
}

.mega-feature-label {
  margin-bottom: auto;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.mega-feature strong {
  margin-bottom: 21px;
  font-size: 17px;
  line-height: 1.3;
}

.mega-feature>span:last-child {
  font-size: 12px;
  font-weight: 700;
}

.mega-feature b {
  float: right;
}


@media (prefers-reduced-motion: reduce) {

  .mega-menu.show,
  .company-menu.show,
  .mega-dropdown:hover>.mega-menu {
    animation: none !important;
  }
}


@media (min-width: 992px) {
  .navbar-mobile{display: none;}
  .mega-dropdown:hover>.mega-menu {
    display: block;
    margin-top: 0;
    animation: menu-reveal .26s cubic-bezier(.2, .7, .2, 1) both;
  }

  .navbar .dropdown:not(.mega-dropdown):hover>.dropdown-menu {
    display: block;
    margin-top: 0;
    animation: menu-reveal .22s cubic-bezier(.2, .7, .2, 1) both;
  }

  .mega-dropdown:hover>.nav-link::after {
    transform: rotate(180deg);
  }

  .navbar .dropdown:hover>.dropdown-toggle::after {
    transform: rotate(180deg);
  }

  .productcatpage .catdesc,
  .category-layout-page .catdesc {
    max-width: 800px;
  }
}

@media (max-width: 1199.98px) {
  .navbar-nav .nav-link {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .navbar-brand {
    margin-right: 16px;
  }

  .mega-feature {
    display: none;
  }

  .category-sidebar {
    padding-right: 0;
  }
}

@media (max-width: 991.98px) {
  body{font-size: .8em;}
  .section{padding: 3em 0;}
  .topheaderbar {
    display: none;
  }

  .container-xxl {
    padding-right: 22px;
    padding-left: 22px;
  }

  .navbar {
    min-height: 68px;
  }

  .navbar-collapse {
    max-height: calc(100vh - 69px);
    padding: 10px 0 24px;
    overflow-y: auto;
    border-top: 1px solid var(--line);
  }

  .navbar-nav {
    gap: 0;
  }

  .navbar-nav .nav-link {
    padding: 13px 0 !important;
    border-bottom: 1px solid var(--line);
  }

  .navbar-nav .nav-link.active::after {
    display: none;
  }

  .btn-inquiry {
    margin-top: 16px;
  }

  .mega-menu {
    position: static !important;
    width: 100%;
    padding: 0;
    transform: none !important;
    box-shadow: none;
    border-top: 0;
  }

  .mega-menu .container-xxl {
    padding: 18px 0;
  }

  .mega-intro {
    display: none;
  }

  .mega-column a {
    padding: 5px 0;
  }

  .company-menu {
    margin: 0;
    box-shadow: none;
    border-color: var(--line);
  }

  .category-hero {
    padding-bottom: 42px;
  }

  .category-heading p {
    margin: 25px 0 0;
  }

  .productcatpage {
    padding-top: 36px;
  }

  .productcatpage aside,
  .category-layout-page aside {
    position: static;
    max-height: none;
    margin-bottom: 34px;
    padding-bottom: 0;
    overflow: visible;
    box-shadow: none !important;
  }

  .category-sidebar {
    padding-right: 0;
  }

  .sidebar-title-row {
    padding: 15px 0;
    border-top: 2px solid var(--ink);
  }

  .category-list {
    margin-bottom: 8px;
  }

  .products-toolbar {
    align-items: flex-start;
    gap: 16px;
  }

  .cta-panel {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 50px;
  }

  .cta-copy {
    max-width: 560px;
    justify-self: start;
  }
}


.bannerwrap {
  position: relative;
}

.bannertxtwrap {
  padding: 8% 0;
  color: #fff;
  position: relative;
  z-index: 1;
}

.bannerimgwrap {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.bannerimgwrap::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.3);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.03) 76%);
  content: '';
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}

.bannerimgbox {
  height: 100%;
}

.bannerimgwrap img {
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
  width: 100%;
}

.bannertxtinner h1 {
  margin-bottom: .4em;
}

.bannerdesc {
  color: #eee;
  font-size: 1.125em;
  font-weight: 400;
}

.bannertxtinner {
  max-width: 66%;
  padding: 1em 2em;
  margin: 0 auto;
  display: inline-block;
}




.listitem .listitema {
  display: block;
  height: 100%;
}

.listitem h4 {
  font-weight: 400;
  font-size: 1.135em;
  padding-top: 10px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.listitem .itemimg {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  border-radius: 2px;
  text-align: center;
}

.listitem .itemimg img {
  transition: all .2s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.listitem .listitema:hover .itemimg img {
  transform: scale(1.02);
  opacity: .9;
}

@media all and (max-width: 1000px) {
  .bannertxtinner {
    max-width: 100%;
    padding: 1em;
  }

  .bannertxtwrap {
    font-size: .85em;
  }

  .bannertxtwrap h1 {
    font-size: 2em;
  }

  .listitem h4 {
    font-size: 1em;
    font-weight: 400;
  }
}

@media all and (max-width: 560px) {
  .listitem h4 {
    font-size: .85em;
  }
}


/***************homepage***************/
.homepage p {
    font-size: 1.2em;
  }

  .homepage .homeaitem  .articleitem-title{font-size: 1em;}

  .listwrap .homeaitem {
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 16px;
  }

  .homepage h2 {
    font-weight: 600;
    font-size: 2.6em;
  }
  .homepage .sloganwrap{
    text-align: center;
    padding-top: 3em;
  }
  .homepage .sloganwrap p {
    font-size: 1.4em;
  }

  .homepage .section:nth-child(2n){
    background: #f5f5f5;
  }

  .homepage .listitema {
    background: #fff;
  }

  .homepage .listitema h4 {
    font-size: 1.1em;
    padding:8px;
  }

  .homepage .car-item {
    position: relative;
  }

  .homepage .articleitem-metas{padding:0 8px;}

  .homepage .owl-img img{min-height: 400px;object-fit: cover;}


/********************product category page********************/
.productcatpage{
  padding-top: 72px;
}

.productcatpage .prodsubcattitle,
.category-layout-page .content-section-title {
  font-size: 1.8em;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: var(--headerheight);
  background: #fff;
  z-index: 2;
}

.category-layout-page .content-section-title a {
  color: inherit;
}

.productcatpage aside,
.category-layout-page aside {
  position: sticky;
  top: calc(var(--headerheight) + 12px);
  align-self: flex-start;
  z-index: 10;
  max-height: calc(100vh - var(--headerheight));
  padding-bottom: 12px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: #fff;
  scrollbar-color: #c7ccce transparent;
  scrollbar-width: thin;
  transition: box-shadow .3s ease, background-color .3s ease;
}

.productcatpage .product-grid,
.category-layout-page .product-grid {
  padding-bottom: 4.2em;
}

.productcatpage aside.is-floating,
.category-layout-page aside.is-floating {
  box-shadow: 0 16px 34px rgba(10, 22, 31, .09);
}

.productcatpage aside::-webkit-scrollbar,
.category-layout-page aside::-webkit-scrollbar {
  width: 4px;
}

.productcatpage aside::-webkit-scrollbar-track,
.category-layout-page aside::-webkit-scrollbar-track {
  background: transparent;
}

.productcatpage aside::-webkit-scrollbar-thumb,
.category-layout-page aside::-webkit-scrollbar-thumb {
  background: #c7ccce;
  border-radius: 4px;
}

.category-layout-intro {
  padding-bottom: 3rem;
}

.category-layout-intro h1 {
  margin-bottom: .4em;
}

.category-layout-detail {
  padding-bottom: 4.2em;
}

.category-sidebar {
  padding-right: 16px;
}

.sidebar-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 17px;
  border-bottom: 2px solid var(--ink);
}

.sidebar-title-row h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.02em;
}

.sidebar-mobile-toggle {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 9px 12px;
  color: var(--ink);
  background: #fff8eb;
  border: 1px solid #e4c68d;
  font-size: 12px;
  font-weight: 800;
}

.sidebar-mobile-toggle span {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  color: #fff;
  background: var(--accent-dark);
  font-size: 12px;
  transition: transform .22s ease;
}

.sidebar-mobile-toggle:hover span {
  transform: translateX(2px);
}

.category-drawer .offcanvas-body {
  padding: 0;
  display: block;
}

.category-list,
.sub-category-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.category-list>li {
  border-bottom: 1px solid var(--line);
}

.category-list>li>a,
.category-parent-link {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px 0;
  color: #3f474c;
  text-align: left;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
}

.category-list>li>a:hover,
.category-parent-link:hover {
  padding-left: 8px;
  color: #bd7200;
}

.category-parent-row {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.category-parent-link {
  flex: 1 1 auto;
  min-width: 0;
}

.category-toggle {
  display: grid;
  flex: 0 0 44px;
  place-items: center;
  padding: 0;
  color: #7d7773;
  background: transparent;
  border: 0;
}

.category-toggle:hover {
  color: #bd7200;
  background: #faf7f2;
}

.category-list>li>a.active {
  padding-left: 12px;
  color: var(--ink);
  background: linear-gradient(90deg, var(--accent) 0 4px, transparent 4px);
  font-weight: 800;
}

.category-parent-link.active {
  padding-left: 12px;
  color: var(--ink);
  background: linear-gradient(90deg, var(--accent) 0 4px, transparent 4px);
  font-weight: 800;
}

.category-toggle .toggle-icon {
  color: currentColor;
  font-size: 16px;
  font-weight: 500;
  transition: transform .22s ease;
}

.sub-category-list {
  display: none;
  padding: 0 0 12px 13px;
}

.sub-category-list a {
  position: relative;
  display: block;
  margin: 2px 0;
  padding: 9px 10px 9px 12px;
  color: #6f777b;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.4;
  transition: color .22s ease, background-color .22s ease, padding-left .22s ease;
}

.sub-category-list a:hover {
  padding-left: 16px;
  color: var(--ink);
  background: #faf7f2;
}

.sub-category-list a.active {
  padding: 9px 12px 9px 26px;
  color: #a86100;
  background: rgba(247, 166, 0, .11);
  font-weight: 800;
}

.sub-category-list a.active::before {
  position: absolute;
  top: 50%;
  left: 11px;
  width: 6px;
  height: 6px;
  content: "";
  background: var(--accent);
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 0 3px rgba(247, 166, 0, .14);
}

.has-children.has-active-child>.category-parent-row .category-parent-link {
  color: var(--ink);
  font-weight: 800;
}

.sidebar-support {
  margin-top: 28px;
  padding: 24px;
  color: #e6e9eb;
  background: var(--navy);
}

.sidebar-support>span {
  color: var(--accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sidebar-support p {
  margin: 12px 0 22px;
  font-size: 13px;
  line-height: 1.65;
}

.sidebar-support a {
  display: flex;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid #43505a;
  font-size: 11px;
  font-weight: 800;
}



.product-item {
  transition: opacity .25s ease, transform .55s cubic-bezier(.2, .7, .2, 1);
}

.product-card {
  height: 100%;
  transition: transform .38s cubic-bezier(.2, .7, .2, 1), box-shadow .38s ease;
}

.product-card:hover {
  transform: translateY(-6px);
}

.product-image {
  position: relative;
  display: flex;
  aspect-ratio: 4/3;
  background: var(--productbg);
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.product-image img {
  width: 80%;
  mix-blend-mode: darken;
  transition: transform .45s cubic-bezier(.2, .7, .2, 1);
}

.product-card:hover .product-image img {
  transform: scale(1.055);
}

.product-badge {
  position: absolute;
  top: 13px;
  left: 13px;
  z-index: 2;
  padding: 6px 8px;
  color: #fff;
  background: var(--navy);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product-badge.new {
  color: var(--ink);
  background: var(--accent);
}

.image-arrow {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #fff;
  background: var(--ink);
  font-size: 14px;
  opacity: 0;
  transform: translateY(6px);
  transition: .25s ease;
}

.product-card:hover .image-arrow,
.product-image:focus .image-arrow {
  opacity: 1;
  transform: translateY(0);
}

.product-info {
  padding: 18px 2px 10px;
}

.product-type {
  margin: 0 0 6px;
  color: #747d82;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product-info h4 {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -.035em;
}

.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.product-tag {
  padding: 7px 10px;
  color: #465057;
  background: #f5f6f3;
  border: 1px solid #dfe3df;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  transition: color .22s ease, background-color .22s ease, border-color .22s ease, transform .22s ease;
}

.product-card:hover .product-tag {
  color: #352822;
  background: #fff8eb;
  border-color: #e3bd73;
}

.empty-state {
  padding: 100px 30px;
  text-align: center;
  background: var(--soft);
}

.empty-state>span {
  font-size: 42px;
}

.empty-state h3 {
  margin: 12px 0 8px;
  font-size: 20px;
}

.empty-state p {
  color: var(--muted);
  font-size: 12px;
}

.empty-state button {
  padding: 9px 16px;
  color: #fff;
  background: var(--ink);
  border: 0;
  font-size: 11px;
  font-weight: 700;
}

.project-cta {
  padding: 0 0 84px;
}

.cta-panel {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: end;
  padding: 65px 72px;
  color: #fff;
  background: var(--navy);
}

.cta-panel .section-kicker {
  color: var(--accent);
}

.cta-panel h2 {
  margin: 0;
  font-size: clamp(38px, 4.2vw, 62px);
  font-weight: 650;
  line-height: 1.05;
  letter-spacing: -.055em;
}

.cta-copy {
  max-width: 440px;
  justify-self: end;
}

.cta-copy p {
  margin: 0 0 28px;
  color: #bcc5cb;
  font-size: 13px;
  line-height: 1.75;
}

.cta-copy .btn {
  padding: 14px 19px;
  border-radius: 0;
  font-size: 11px;
  font-weight: 800;
}

.cta-copy .btn:hover {
  box-shadow: 0 10px 28px rgba(0, 0, 0, .24);
  transform: translateY(-2px);
}

.cta-copy .btn span {
  margin-left: 30px;
}


.prodcatdetail {
  max-height: 220px;
  overflow: hidden;
  position: relative;
}

.readmorecontent {
  position: relative;
  cursor: pointer;
  z-index: 20;
  padding: 0;
  margin-top: -200px;
  text-align: center;
}

.readmorecontent .read_more_mask {
  height: 200px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 60%);
}

.readmorecontent .read_more_text {
  position: absolute;
  width: 100%;
  bottom: .6rem;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.25em;
  color: var(--brand);
}


@media (max-width: 991.98px) {
  body{font-size: .8em;}
  .container-xxl {
    padding-right: 22px;
    padding-left: 22px;
  }

  .navbar {
    min-height: 68px;
  }

  .navbar-collapse {
    max-height: calc(100vh - 69px);
    padding: 10px 0 24px;
    overflow-y: auto;
    border-top: 1px solid var(--line);
  }

  .navbar-nav {
    gap: 0;
  }

  .navbar-nav .nav-link {
    padding: 13px 0 !important;
    border-bottom: 1px solid var(--line);
  }

  .navbar-nav .nav-link.active::after {
    display: none;
  }

  .btn-inquiry {
    margin-top: 16px;
  }

  .mega-menu {
    position: static !important;
    width: 100%;
    padding: 0;
    transform: none !important;
    box-shadow: none;
    border-top: 0;
  }

  .mega-menu .container {
    padding: 18px 0;
  }
  .mega-intro {
    display: none;
  }

  .mega-column a {
    padding: 5px 0;
  }

  .company-menu {
    margin: 0;
    box-shadow: none;
    border-color: var(--line);
  }

  .category-hero {
    padding-bottom: 42px;
  }

  .category-heading p {
    margin: 25px 0 0;
  }

  .productcatpage {
    padding-top: 36px;
  }

  .productcatpage aside {
    position: static;
    z-index: auto;
    max-height: none;
    margin-bottom: 34px;
    padding-bottom: 0;
    overflow: visible;
    box-shadow: none !important;
  }

  .category-sidebar {
    padding-right: 0;
  }

  .sidebar-title-row {
    padding: 15px 0;
    border-top: 2px solid var(--ink);
  }

  .category-drawer {
    --bs-offcanvas-width: min(88vw, 380px);
    background: #fff;
    border-right: 0 !important;
    box-shadow: 18px 0 50px rgba(36, 26, 23, .18);
  }

  .category-drawer .offcanvas-header {
    align-items: flex-start;
    padding: 26px 22px 20px;
    background: var(--soft);
    border-bottom: 1px solid var(--line);
  }

  .category-drawer .offcanvas-title {
    margin: 4px 0 0;
    color: var(--ink);
    font-size: 25px;
    font-weight: 800;
    letter-spacing: -.04em;
  }

  .drawer-eyebrow {
    display: block;
    color: #bd7200;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
  }

  .category-drawer .btn-close {
    margin: 0;
    padding: 10px;
    border-radius: 0;
    box-shadow: none;
  }

  .category-drawer .offcanvas-body {
    padding: 10px 22px 32px;
  }

  .category-drawer .category-list>li:last-child {
    border-bottom: 0;
  }

  .offcanvas-backdrop.show {
    opacity: .45;
  }

  .category-list {
    margin-bottom: 8px;
  }

  .cta-panel {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 50px;
  }

  .cta-copy {
    max-width: 560px;
    justify-self: start;
  }
}




/************footer ***********/
.footer {
  background: #444;
  color: #fff;
  text-align: center;
  padding: 3em 0 1em 0;
}

.footerform {
  background: #444;
  color: #fff;
  padding: 4em 0;
}

.u-fill-white {
  fill: #fff;
}

.contactform .form-control-lg,
.contactform .form-control {
  font-size: 1em;
  font-weight: 400;
}

.snscontainer {
  margin: .2em 0;
}

.snscontainer a {
  font-size: 2em;
  display: inline-block;
  margin-right: 4px;
  transition: all 0.2s ease-in-out;
}

.snscontainer a:hover {
  color: inherit;
  transform: scale(1.2);
}



/*************product detail ***********/
.prodetailpage .prodapplication {
  padding-top: 1em;
}

.prodetailpage .prodapplication h5 {
  padding-top: 2px;
  font-size: 13px;
  font-weight: 300;
}

.prodetailpage .breadcrumbwrap {
  background: #f4f4f4;
}

.prodetailpage .prodbannerimg img {
  mix-blend-mode: darken;
  max-height: 520px;
}

.prodetailpage .productinforow {
  padding-top: 4em;
  padding-bottom: 2em;
}

.prodetailpage .productinforow h2 {
  font-size: 1.8em;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.prodetailpage .productspecul {
  column-count: 2;
  column-gap: 60px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.prodetailpage .productspecul li {
  display: flex;
  column-gap: 1em;
  padding: .4em 4px;
  border-bottom: 1px dashed var(--line);
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.prodetailpage .productspecul li:hover {
  background: var(--soft);
}

.prodetailpage .productspecul li strong {
  display: inline-block;
  min-width: 140px;
  font-weight: 400;
  color: #111;
}

@media all and (max-width: 560px) {
  .prodetailpage .productspecul {
    column-count: 1;
  }

  .prodetailpage .productspecul li strong {
    min-width: 100px;
  }
}

.prodetailpage .accessoryitem {
  margin-bottom: 1em;
}

.prodetailpage .accessoryitema {
  padding-bottom: 1em;
  display: block;
  height: 100%;
}

.prodetailpage .accessoryitema:hover {
  color: inherit;
}

.prodetailpage .accessoryitemimg img {
  width: 80%;
  mix-blend-mode: darken;
}

.prodetailpage .accessoryitem .accessoryitemimg {
  background: var(--soft);
  text-align: center;
}

.prodetailpage .accessorytitle {
  margin-top: 1em;
  font-size: 1em;
}

.prodetailpage .accessorybrief {
  font-size: .85em;
  text-align: left;
}

.prodetailpage .prodetailtitleimgs {
  padding-top: 6%;
}

.prodetailpage .productdetailbanner {
  background: #e1e0e1;
  position: relative;
}

.prodetailpage .productdetailbannerbgwrap {
  height: 100%;
  overflow: hidden;
}

.prodetailpage .productdetailbannerbgwrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  min-height: 150px;
  max-height: 520px;
}


.prodetailpage .productdetailbannertxtwrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.prodetailpage .prodfeatureicon {
  display: inline-block;
  width: 25%;
  max-width: 76px;
}

.prodetailpage .prodfeatureiconwrap {
  position: relative;
  align-content: end;
  padding-top: 10%;
}

.prodetailpage .prodfeatureicon img,
.prodetailpage .prodfeatureicon svg {
  display: inline-block;
  width: 100%;
  padding: 0 12px 12px 0;
  max-height: 76px;
}

.prodetailpage .prodfeatureiconinner {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10%;
}

.prodetailpage .prodetailpage-brief .prodfeatureiconinner {
  padding-bottom: 0;
}

.prodetailpage .prodbannerimg {
  overflow: hidden;
}

.prodetailpage .prodetailpage-main ul {
  padding-left: 1.5em;
}

.prodetailpage .productimgthumbwrap {
  border: 1px solid #efefef;
}

.prodetailpage .prodtype_prodetail .container {
  max-width: 900px;
}

@media (max-width: 760px) {

  .prodetailpage .prodfeatureicon img,
  .prodetailpage .prodfeatureicon svg {
    display: inline-block;
    width: 100%;
    padding: 0 6px 6px 0;
    max-height: 76px;
  }

  .prodetailpage .prodbannerimg img {
    transform: scale(1.2);
  }

  .prodetailpage .productdetailbannerbgwrap {
    position: absolute;
  }

  .prodetailpage .productdetailbannertxtwrap {
    position: relative;
    inset: 0;
  }

}

.prodetailpage .awardicon {
  max-width: unset;
  width: auto;
}


/*************application detail ***********/
.applicationdetailpage .applicationmain{padding-top: 1em;}
	.applicationdetailpage .relatewrap{padding-top: 4em;}
	.applicationdetailpage .relatewrap h2 {
		font-size: 1.6em;
		padding-bottom: 16px;
	}

	.applicationdetailpage .listitem h4 {
		font-size: 1em;text-align: center;
	}

	.applicationdetailpage .proditem .listitema{
		padding: 1em .5em;
	}

	.applicationdetailpage .appcatlist,
	.applicationdetailpage .appsubcatlist {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.applicationdetailpage .appcatlist {
		border-left: 1px solid #eee;
	}

	.applicationdetailpage .appcatitem {
		margin-top: 1em;
		padding-left: .5em
	}

	.applicationdetailpage .appcatname {
		font-weight: 500;
		font-size: 1.2em;
	}

	.applicationdetailpage .appsubcatitem {
		padding: .5em 1em;
		border-left: 3px solid transparent;
	}

	.applicationdetailpage .appsubcatname {
		display: block;
	}

	.applicationdetailpage .appsubcatitem:hover {
		background: #eee;
	}

	.applicationdetailpage .appsubcatitem.active {
		background: #eee;
		border-left: 3px solid #f5a400;
	}

/*************case detail ***********/
.caselistpage .listitem h4{font-size: 1em;}
.casedetailpage .caseproducts .casesetiontitle{font-size:1.125em;}
.casedetailpage .caseproducts h4{font-size:14px;}
.casedetailpage .casetitle{font-size: 1.6em;}

.casedetailpage .applicationimgwrap{position: sticky;top:var(--headerheight);}
.casedetailpage .casecadtitem {
        margin-bottom: 2em;
    }


/*************exsitemigrationNotice ***********/
#exsitemigrationNotice {
  --ink: #102032;
  --muted: #667486;
  --brand: #f4a900;
  --brand-dark: #d99200;
  --night: #08111c;
  top: 80px;
  z-index: 99;
}

#exsitemigrationNotice .modal-dialog {
  max-width: 680px;
  margin: 1rem auto;
}

#exsitemigrationNotice .modal-content {
  overflow: hidden;
  border: 0;
  border-radius: 20px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .42);
}

#exsitemigrationNotice .modal-accent {
  height: 7px;
  background: linear-gradient(90deg, var(--brand), #ffd978);
}

#exsitemigrationNotice .modal-body {
  padding: 44px 50px 34px;
}

#exsitemigrationNotice .notice-icon {
  display: grid;
  width: 72px;
  height: 72px;
  margin-bottom: 26px;
  place-items: center;
  border-radius: 18px;
  color: #945e00;
  background: #fff3d5;
  box-shadow: inset 0 0 0 1px rgba(244, 169, 0, .2);
}

#exsitemigrationNotice .notice-icon svg {
  width: 36px;
  height: 36px;
}

#exsitemigrationNotice .notice-label {
  margin-bottom: 10px;
  color: #a16900;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

#exsitemigrationNotice .notice-title {
  margin: 0 0 16px;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.14;
}

#exsitemigrationNotice .notice-copy {
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

#exsitemigrationNotice .destination {
  display: flex;
  margin-bottom: 26px;
  padding: 16px 18px;
  align-items: center;
  gap: 14px;
  border: 1px solid #e7ebef;
  border-radius: 12px;
  background: #f7f9fb;
}

#exsitemigrationNotice .destination-lock {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 10px;
  color: #2e724e;
  background: #e4f4eb;
}

#exsitemigrationNotice .destination-label {
  display: block;
  margin-bottom: 2px;
  color: #8792a0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

#exsitemigrationNotice .destination-url {
  color: var(--ink);
  font-size: 17px;
  font-weight: 800;
  word-break: break-word;
}

#exsitemigrationNotice .redirect-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

#exsitemigrationNotice .countdown-copy {
  margin: 0;
  color: #737f8e;
  font-size: 13px;
  line-height: 1.5;
}

#exsitemigrationNotice .countdown-copy strong {
  color: var(--ink);
  font-size: 15px;
}

#exsitemigrationNotice .visit-button {
  min-width: 205px;
  padding: 14px 20px;
  border: 0;
  border-radius: 10px;
  color: #17120a;
  font-size: 14px;
  font-weight: 800;
  background: var(--brand);
  box-shadow: 0 12px 28px rgba(244, 169, 0, .26);
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

#exsitemigrationNotice .visit-button:hover,
#exsitemigrationNotice .visit-button:focus {
  color: #17120a;
  text-decoration: none;
  background: #ffbb21;
  box-shadow: 0 15px 30px rgba(244, 169, 0, .34);
  transform: translateY(-2px);
}

#exsitemigrationNotice .visit-arrow {
  margin-left: 8px;
  transition: transform .2s ease;
}

#exsitemigrationNotice .visit-button:hover .visit-arrow {
  transform: translateX(3px);
}

#exsitemigrationNotice .progress-shell {
  height: 5px;
  background: #eef1f4;
}

#exsitemigrationNotice .redirect-progress {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--brand), #ffd05b);
  transform-origin: left center;
}

#exsitemigrationNotice.show .redirect-progress {
  animation: countdown-progress 8s linear forwards;
}

#exsitemigrationNotice+.modal-backdrop {
  z-index: 98;
  top: 80px;
}

@keyframes countdown-progress {
  from {
    transform: scaleX(1);
  }

  to {
    transform: scaleX(0);
  }
}

#exsitemigrationNotice .modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  color: #7d8896;
  font-size: 28px;
  line-height: 1;
  background: transparent;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

#exsitemigrationNotice .modal-close:hover,
#exsitemigrationNotice .modal-close:focus {
  color: var(--ink);
  background: #f3f5f7;
  outline: none;
  transform: scale(1.04);
}

@media (max-width: 767.98px) {
  #exsitemigrationNotice .modal-dialog {
    margin: .75rem;
  }

  #exsitemigrationNotice .modal-body {
    padding: 34px 24px 28px;
  }

  #exsitemigrationNotice .modal-close {
    top: 14px;
    right: 14px;
  }

  #exsitemigrationNotice .notice-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 22px;
  }

  #exsitemigrationNotice .redirect-row {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  #exsitemigrationNotice .visit-button {
    width: 100%;
    min-width: 0;
    text-align: center;
  }
}


/******** applicationpage ********/
.application-card .product-info h4 {
  margin-bottom: 0;
}

.application-image {
  background: #eef1f3;
}

.application-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: normal;
}

/************article list*************/
.articlelistpage {
        background: #f7f7f7;
    }

    .articlelistpage .article-item {
        padding-bottom: 2em;
    }

    .articlelistpage .article-item .listitema {
        background: #fff;
        border-radius: 4px;
        box-shadow: 0 0 30px rgb(31 45 61 / 13%);
        overflow: hidden;
    }

    .articlelistpage .article-item .articleitem-title {
        font-size: 1.06em;
    }

    .articlelistpage .article-item .articleitem-title a {
        color: #222;
    }

    .articlelistpage .article-item .articleitem-txt {
        padding: 16px;
    }

    .articlelistpage .article-item .articleitem-img {
        --aspect-ratio: 16 / 9;
        aspect-ratio: 16 / 9;
    }

    .articlelistpage .article-item .articleitem-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .articlelistpage .article-item .articleitem-metas,
    .articlepagecontent .articleitem-metas {
        padding: 0 0 8px 0;
        color: #5c5776;
    }

    .articlelistpage .article-item .articleitem-metas h5 {
        font-size: .8em;
        display: inline;
        color: #18113c;
        font-weight: 700;
    }

    .articlelistpage .article-item .avatorimg {
        width: 2em;
        height: 2em;
        border-radius: 10em;
    }

    .go2-pagination {
        margin-top: 1rem;
        text-align: center;
    }

    .go2-pagination .page {
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: .5rem;
    }

    .go2-pagination .page a,
    .go2-pagination .page strong {
        min-width: 2.5rem;
        height: 2.5rem;
        padding: 0 .875rem;
        border-radius: 999px;
        border: 1px solid #d9dce7;
        background: #fff;
        color: #18113c;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        transition: all .2s ease;
    }

    .go2-pagination .page a:hover {
        border-color: var(--ink);
        color: var(--ink);
    }

    .go2-pagination .page strong {
        background: var(--ink);
        border-color: var(--ink);
        color: #fff;
    }

    @media only screen and (max-width: 767px) {
        .go2-pagination .page {
            gap: .375rem;
        }

        .go2-pagination .page a,
        .go2-pagination .page strong {
            min-width: 2.25rem;
            height: 2.25rem;
            padding: 0 .75rem;
            font-size: .875rem;
        }
    }
.swiper-slide{height:auto !important;}
/***************** article detail *************/
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}
.go2-article {
  line-height: 1.5;
  word-wrap: break-word
}

.go2-article::before {
  display: table;
  content: ""
}

.go2-article::after {
  display: table;
  clear: both;
  content: ""
}

.go2-article>*:first-child {
  margin-top: 0 !important
}

.go2-article>*:last-child {
  margin-bottom: 0 !important
}

.go2-article a:not([href]) {
  color: inherit;
  text-decoration: none
}


.go2-article p,
.go2-article blockquote,
.go2-article ul,
.go2-article ol,
.go2-article dl,
.go2-article table,
.go2-article pre,
.go2-article details {
  margin-top: 0;
  margin-bottom: 1em;
}

.go2-article hr {
  height: 1px;
  padding: 0;
  margin: 1.5em 0;
  background-color: #d1d9e0;
  border: 0
}

.go2-article blockquote {
  padding: 0 1em;
  color: #59636e;
  border-left: .25em solid #d1d9e0;
}

.go2-article blockquote>:first-child {
  margin-top: 0
}

.go2-article blockquote>:last-child {
  margin-bottom: 0
}

.go2-article h1,
.go2-article h2,
.go2-article h3,
.go2-article h4,
.go2-article h5,
.go2-article h6 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.25
}


.go2-article h1 a,
.go2-article h2 a,
.go2-article h3 a,
.go2-article h4 a,
.go2-article h5 a,
.go2-article h6 a {
  color: inherit;
}

.go2-article h1 tt,
.go2-article h1 code,
.go2-article h2 tt,
.go2-article h2 code,
.go2-article h3 tt,
.go2-article h3 code,
.go2-article h4 tt,
.go2-article h4 code,
.go2-article h5 tt,
.go2-article h5 code,
.go2-article h6 tt,
.go2-article h6 code {
  padding: 0 .2em;
  font-size: inherit
}

.go2-article h1 {
  padding-bottom: .3em;
  font-size: 2em;
}

.go2-article h2 {
  padding-bottom: .3em;
  font-size: 1.5em;
}

.go2-article h3 {
  font-size: 1.25em
}

.go2-article h4 {
  font-size: 1em
}

.go2-article h5 {
  font-size: .875em
}

.go2-article h6 {
  font-size: .85em;
  color: #59636e;
}

.go2-article summary h1,
.go2-article summary h2,
.go2-article summary h3,
.go2-article summary h4,
.go2-article summary h5,
.go2-article summary h6 {
  display: inline-block
}

.go2-article summary h1,
.go2-article summary h2 {
  padding-bottom: 0;
  border-bottom: 0
}

.go2-article ul,
.go2-article ol {
  padding-left: 2em;
  list-style-position: outside;
}

.go2-article ul.no-list,
.go2-article ol.no-list {
  padding: 0;
  list-style-type: none
}

.go2-article ol[type="a s"] {
  list-style-type: lower-alpha
}

.go2-article ol[type="A s"] {
  list-style-type: upper-alpha
}

.go2-article ol[type="i s"] {
  list-style-type: lower-roman
}

.go2-article ol[type="I s"] {
  list-style-type: upper-roman
}

.go2-article ol[type="1"] {
  list-style-type: decimal
}

.go2-article div>ol:not([type]) {
  list-style-type: decimal
}

.go2-article ul ul,
.go2-article ul ol,
.go2-article ol ol,
.go2-article ol ul {
  margin-top: 0;
  margin-bottom: 0
}

.go2-article li>p {
  margin-top: 1em
}

.go2-article li+li {
  margin-top: .25em
}

.go2-article dl {
  padding: 0
}

.go2-article dl dt {
  padding: 0;
  margin-top: 1em;
  font-size: 1em;
  font-style: italic;
  font-weight: 600
}

.go2-article dl dd {
  padding: 0 1em;
  margin-bottom: 1em
}

.go2-article table {
  display: block;
  width: 100%;
  width: max-content;
  max-width: 100%;
  overflow: auto
}

.go2-article table th {
  font-weight: 600
}

.go2-article table th,
.go2-article table td {
  padding: 6px 12px;
  border: 1px solid #d1d9e0
}

.go2-article table td>:last-child {
  margin-bottom: 0
}

.go2-article table tr {
  background-color: #fff;
  border-top: 1px solid #d1d9e0b3
}


.go2-article table img {
  background-color: transparent
}

.go2-article figure {
  margin: 1em 0;
}

.go2-article img {
  max-width: 100%;
  box-sizing: content-box;
}

.go2-article img[align=right] {
  padding-left: 20px
}

.go2-article img[align=left] {
  padding-right: 20px
}


.go2-article code,
.go2-article tt {
  padding: .2em .4em;
  margin: 0;
  font-size: 85%;
  white-space: break-spaces;
  background-color: #818b981f;
  border-radius: 6px
}

.go2-article code br,
.go2-article tt br {
  display: none
}

.go2-article del code {
  text-decoration: inherit
}

.go2-article samp {
  font-size: 85%
}

.go2-article pre {
  word-wrap: normal
}

.go2-article pre code {
  font-size: 100%
}

.go2-article pre>code {
  padding: 0;
  margin: 0;
  word-break: normal;
  white-space: pre;
  background: transparent;
  border: 0
}

.go2-article .highlight {
  margin-bottom: 1em;
}

.go2-article .highlight pre {
  margin-bottom: 0;
  word-break: normal
}

.go2-article .highlight pre,
.go2-article pre {
  padding: 1em;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  color: #1f2328;
  background-color: #f6f8fa;
  border-radius: 6px
}

.go2-article pre code,
.go2-article pre tt {
  display: inline;
  max-width: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0
}

.toc_wrap {
  margin: 1em 0;
  padding: 1em;
  background: #f9f9f9;
}

.toc_title {
  font-weight: bold;
  font-size: 1.2em;
}

.toc_list {
  list-style-position: inside;
}

.toc_list_h3 {
  padding-left: 1em;
}
