/*
 * SINOBTD 2026 corporate redesign
 * Loaded after legacy styles to preserve SSCMS templates and business logic.
 */

:root {
  --sino-navy-950: #061524;
  --sino-navy-900: #0a1d31;
  --sino-navy-800: #102b47;
  --sino-navy-700: #17466f;
  --sino-blue-600: #1d5d91;
  --sino-red-600: #c7232d;
  --sino-red-500: #df303a;
  --sino-gold-500: #bca06a;
  --sino-ink-900: #15263a;
  --sino-ink-700: #40536a;
  --sino-ink-500: #718096;
  --sino-line: #dce4ec;
  --sino-surface: #ffffff;
  --sino-surface-alt: #f4f7fa;
  --sino-radius-sm: 6px;
  --sino-radius-md: 12px;
  --sino-radius-lg: 20px;
  --sino-shadow-sm: 0 8px 24px rgba(8, 29, 49, 0.08);
  --sino-shadow-md: 0 20px 50px rgba(8, 29, 49, 0.12);
  --sino-content: 1280px;
  --sino-font: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--sino-ink-900);
  font-family: var(--sino-font);
  background: var(--sino-surface);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body,
button,
input,
select,
textarea {
  font-family: var(--sino-font);
}

a {
  transition: color .22s ease, background-color .22s ease, border-color .22s ease, transform .22s ease, box-shadow .22s ease;
}

img {
  height: auto;
}

.container,
.w1400,
.wp,
.wal {
  width: min(var(--sino-content), calc(100% - 64px));
  max-width: var(--sino-content);
  margin-right: auto;
  margin-left: auto;
}

.wrapper {
  width: 100%;
}

/* Desktop header */
@media (min-width: 994px) {
  .headerWpr {
    height: 88px;
  }

  .header {
    height: 88px;
    border: 0;
    border-bottom: 3px solid var(--sino-red-600);
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 8px 28px rgba(6, 21, 36, .08);
    backdrop-filter: blur(14px);
  }

  .header.headFixed {
    height: 74px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 12px 34px rgba(6, 21, 36, .14);
  }

  .logo {
    left: 28px;
    top: 10px;
    height: 65px;
    display: flex;
    align-items: center;
  }

  .logo img {
    width: 190px;
    height: auto;
    max-height: 64px;
    object-fit: contain;
  }

  .headFixed .logo {
    top: 7px;
    height: 57px;
  }

  .headFixed .logo img {
    width: 172px;
    max-height: 56px;
  }

  .nav {
    width: 100%;
    height: 85px;
    padding: 0 220px 0 235px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 2px;
  }

  .nav > li {
    height: 85px;
    flex: 0 0 auto;
  }

  .nav_a {
    height: 85px;
    padding: 0 13px;
    color: var(--sino-ink-900);
    font-size: 14px;
    font-weight: 650;
    letter-spacing: -.15px;
    line-height: 85px;
    white-space: nowrap;
  }

  .nav_a:hover,
  .nav_a.on {
    color: var(--sino-red-600);
  }

  .nav_a::after {
    bottom: 20px;
    height: 2px;
    background: var(--sino-red-600);
  }

  .nav_a:hover::after,
  .nav_a.on::after {
    width: calc(100% - 26px);
  }

  .headFixed .nav,
  .headFixed .nav > li,
  .headFixed .nav_a,
  .headFixed .header_fr {
    height: 71px;
  }

  .headFixed .nav_a {
    line-height: 71px;
  }

  .headFixed .nav_a::after {
    bottom: 14px;
  }

  .header_fr {
    height: 85px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 10px;
  }

  .header_fr > a {
    width: auto;
    min-width: 84px;
    height: 38px;
    margin: 0;
    padding: 0 18px;
    border: 1px solid var(--sino-navy-700);
    border-radius: 999px;
    color: #fff;
    font-size: 13px;
    font-weight: 650;
    line-height: 36px;
    background: var(--sino-navy-800);
  }

  .header_fr > a:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(16, 43, 71, .18);
  }

  .header_fr > a.zc {
    border-color: var(--sino-red-600);
    background: var(--sino-red-600);
  }

  .subNav {
    top: 85px;
    border-top: 0;
    background: rgba(255, 255, 255, .99);
    box-shadow: 0 24px 48px rgba(6, 21, 36, .15);
  }

  .headFixed .subNav {
    top: 71px;
  }

  .subNav::before {
    background: var(--sino-surface-alt);
  }

  .subNavCon {
    max-width: 1040px;
    min-height: 236px;
    padding: 26px 0;
  }

  .subNavCon dl {
    padding: 8px 34px 8px 0;
  }

  .subNav_a {
    min-width: 220px;
    color: var(--sino-ink-700);
    font-size: 14px;
    font-weight: 550;
  }

  .subNav_a:hover {
    color: var(--sino-red-600);
    padding-left: 8px;
  }

  .sub_imgs {
    padding-left: 38px;
  }

  .sub_imgs .bgImg {
    border-radius: var(--sino-radius-md);
    overflow: hidden;
    box-shadow: var(--sino-shadow-sm);
  }

  .sub_imgs p {
    color: var(--sino-navy-800);
    font-weight: 700;
    letter-spacing: .5px;
  }
}

@media (min-width: 994px) and (max-width: 1499px) {
  .logo {
    left: 16px;
  }

  .logo img {
    width: 154px;
  }

  .nav {
    padding-right: 176px;
    padding-left: 178px;
    gap: 0;
  }

  .nav_a {
    padding: 0 6px;
    font-size: 12px;
  }

  .nav_a:hover::after,
  .nav_a.on::after {
    width: calc(100% - 12px);
  }

  .header_fr {
    gap: 5px;
    padding-left: 4px;
  }

  .header_fr > a {
    min-width: 70px;
    padding: 0 12px;
    font-size: 12px;
  }
}

/* Mobile header and menu */
@media (max-width: 993px) {
  .headerWpr {
    height: 68px;
  }

  .mHeader {
    height: 68px;
    padding: 0 18px;
    border-top: 0;
    border-bottom: 3px solid var(--sino-red-600);
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 8px 22px rgba(6, 21, 36, .10);
  }

  .mLogo {
    width: calc(100% - 116px);
    height: 65px;
    display: flex;
    align-items: center;
  }

  .mLogo img {
    width: auto;
    height: auto;
    max-width: 190px;
    max-height: 52px;
    margin: 0;
  }

  .mOpenBtn {
    top: 11px;
    right: 10px;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 11px 8px;
    border: 0;
    border-radius: 50%;
    background: var(--sino-surface-alt);
  }

  .mOpenBtn i {
    width: 24px;
    height: 2px;
    margin-bottom: 4px;
    background: var(--sino-navy-800);
  }

  .mOpenBtn i:last-child {
    background: var(--sino-red-600);
  }

  .mHead_tel {
    top: 14px;
    right: 62px;
    width: 38px;
    height: 38px;
    color: #fff;
    border-radius: 50%;
    background-color: var(--sino-red-600);
    box-shadow: 0 7px 18px rgba(199, 35, 45, .24);
  }

  .mMenuLayBg {
    background: rgba(4, 16, 28, .72);
    backdrop-filter: blur(5px);
  }

  .mMmenuLay {
    left: 12%;
    width: 88%;
    padding: 78px 24px 36px;
    background: var(--sino-navy-950);
    box-shadow: -24px 0 70px rgba(0, 0, 0, .28);
  }

  .mMmenuLay dl {
    border-bottom: 1px solid rgba(255, 255, 255, .10);
  }

  .mMmenuLay dt {
    min-height: 58px;
  }

  .mMenu_a1 {
    min-height: 58px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: .4px;
  }

  .mMenu_a2 {
    color: rgba(255, 255, 255, .72);
    line-height: 44px;
  }

  .mMenu_a2:hover {
    color: #fff;
  }

  .mMmenuLay .header_fr {
    height: auto;
    padding: 20px 0;
    display: flex;
    gap: 10px;
  }

  .mMmenuLay .header_fr > a {
    flex: 1;
    width: auto;
    height: 42px;
    margin: 0;
    border-radius: 999px;
    line-height: 42px;
  }

  .mCloseBtn {
    top: 15px;
    right: 16px;
    left: auto;
    z-index: 980;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
  }

  .mCloseBtn::before,
  .mCloseBtn::after {
    position: absolute;
    left: 10px;
    top: 19px;
    width: 18px;
    height: 2px;
    content: "";
    background: #fff;
  }

  .mCloseBtn::before {
    transform: rotate(45deg);
  }

  .mCloseBtn::after {
    transform: rotate(-45deg);
  }
}

.subNav_a::after {
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: 2px solid var(--sino-red-600);
  border-right: 2px solid var(--sino-red-600);
  background: none;
  transform: rotate(45deg);
}

/* Homepage hero */
.hmFocusWpr {
  position: relative;
  height: clamp(600px, 68vh, 760px);
  overflow: hidden;
  background: var(--sino-navy-950);
}

.hmFocus_item {
  width: 100%;
  height: clamp(600px, 68vh, 760px);
  min-height: 600px;
}

.hmFocus_img,
.hmFocus_img img {
  width: 100%;
  height: 100%;
}

.hmFocus_img {
  transform: none;
}

.hmFocus_img img {
  object-fit: cover;
  object-position: center;
  transform: none;
}

.hmFocus_item::after {
  background:
    linear-gradient(90deg, rgba(4, 18, 32, .96) 0%, rgba(5, 25, 44, .87) 38%, rgba(6, 30, 51, .35) 72%, rgba(6, 30, 51, .16) 100%),
    linear-gradient(0deg, rgba(4, 18, 32, .58), transparent 45%);
}

.hmFocus_txt {
  left: max(32px, calc((100% - var(--sino-content)) / 2));
  top: 50%;
  width: min(820px, calc(100% - 64px));
  height: auto;
  margin: 0;
  text-align: left;
  transform: translateY(-48%);
}

.on .hmFocus_img {
  visibility: visible;
  animation: none;
  transform: none;
}

.heroEyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: #fff;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.heroEyebrow::before {
  width: 38px;
  height: 2px;
  content: "";
  background: var(--sino-red-500);
}

.hmFocus_txt h1,
.hmFocus_txt h2 {
  max-width: 820px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: clamp(46px, 4.6vw, 72px);
  font-weight: 720;
  line-height: 1.08;
  letter-spacing: -2.1px;
  text-align: left;
  text-shadow: 0 10px 30px rgba(0, 0, 0, .25);
}

.hmFocus_txt > p {
  max-width: 650px;
  margin-top: 25px;
  color: rgba(255, 255, 255, .78);
  font-size: 18px;
  line-height: 1.75;
}

.heroActions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.heroButton {
  min-width: 166px;
  height: 50px;
  padding: 0 25px;
  border: 1px solid var(--sino-red-600);
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  background: var(--sino-red-600);
  box-shadow: 0 12px 28px rgba(199, 35, 45, .22);
}

.heroButton:hover {
  color: #fff;
  background: var(--sino-red-500);
  transform: translateY(-2px);
}

.heroButton--secondary {
  border-color: rgba(255, 255, 255, .45);
  background: rgba(255, 255, 255, .06);
  box-shadow: none;
  backdrop-filter: blur(8px);
}

.heroButton--secondary:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, .13);
}

.heroCapabilities {
  margin-top: 42px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
}

.heroCapabilities span {
  position: relative;
  padding-left: 16px;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .65px;
  text-transform: uppercase;
}

.heroCapabilities span::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: "";
  background: var(--sino-red-500);
  transform: translateY(-50%);
}

.hmFocus .slick-dots {
  left: max(32px, calc((100% - var(--sino-content)) / 2));
  right: auto;
  bottom: 36px;
  width: auto;
}

.hmFocus .slick-dots li button {
  background: rgba(255, 255, 255, .36);
}

.hmFocus .slick-dots li.slick-active button {
  width: 34px;
  background: var(--sino-red-500);
}

/* Industry intelligence rail */
.hmImgNav {
  position: relative;
  z-index: 5;
  margin-top: 0;
  border-bottom: 1px solid var(--sino-line);
  background: #fff;
  box-shadow: 0 14px 38px rgba(6, 21, 36, .08);
}

.hmImgSwiper {
  padding: 20px 48px;
}

.hmImg_item {
  padding: 0 6px;
}

.hmImg_a {
  min-height: 92px;
  padding: 14px 10px;
  border: 1px solid transparent;
  border-radius: var(--sino-radius-md);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: transparent;
}

.hmImg_a:hover {
  border-color: var(--sino-line);
  background: var(--sino-surface-alt);
  transform: translateY(-2px);
}

.hmImg_a span {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hmImg_a span img {
  max-width: 34px;
  max-height: 34px;
  filter: saturate(.65) contrast(1.04);
}

.hmImg_a p {
  height: auto;
  min-height: 32px;
  color: var(--sino-ink-700);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
}

/* Shared section typography */
.hmPt,
.structure_title .profile_abouttitle_h2,
.index_title h2 {
  color: var(--sino-navy-900);
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 720;
  line-height: 1.18;
  letter-spacing: -1px;
}

.hmPt {
  position: relative;
  height: auto;
  margin-bottom: 38px;
  padding: 0 0 20px;
  text-align: left;
}

.hmPt::before {
  display: block;
  margin-bottom: 14px;
  color: var(--sino-red-600);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  content: "SINOBTD TRADEDAAS";
}

.hmPt::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 58px;
  height: 3px;
  content: "";
  background: var(--sino-red-600);
}

.m2ry_des {
  margin: -18px 0 38px;
  color: var(--sino-ink-500);
  font-size: 17px;
  line-height: 1.8;
  text-align: left;
}

/* Homepage products */
.product {
  padding: 104px 0 0;
  background: var(--sino-surface-alt);
}

.product_tit {
  padding: 0 0 50px;
}

.product_tit h1,
.product_tit h2 {
  color: var(--sino-navy-900);
  font-size: clamp(34px, 3vw, 48px);
  font-weight: 720;
  line-height: 1.2;
  letter-spacing: -1px;
}

.product_tit h2::before {
  display: block;
  margin-bottom: 12px;
  color: var(--sino-red-600);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.2px;
  content: "GLOBAL TRADE INTELLIGENCE";
}

.product_con {
  min-height: 330px;
  padding: 62px 7% 60px 46%;
  border-radius: var(--sino-radius-lg);
  overflow: hidden;
  background-color: var(--sino-navy-900);
  box-shadow: var(--sino-shadow-md);
}

.product_con::before {
  background: linear-gradient(90deg, rgba(6, 21, 36, .12), rgba(6, 21, 36, .96) 58%);
}

.product_con h3 {
  width: auto;
  height: auto;
  margin: 0 0 17px;
  padding: 0;
  color: var(--sino-red-500);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 2px;
  text-indent: 0;
  text-transform: uppercase;
}

.product_con h2 {
  width: auto;
  margin: 0 0 18px;
  padding: 0;
  color: #fff;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 700;
  line-height: 1.2;
}

.product_con p {
  width: auto;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
  line-height: 1.8;
}

.product_con p strong {
  margin-top: 8px;
  color: #fff;
  display: block;
}

.product_con_tab,
.product_con_tab2 {
  width: 100%;
  padding: 34px 0 60px;
}

.product_con_tab ul,
.product_con_tab2 ul {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 10px;
}

.product_con_tab ul li,
.product_con_tab2 ul li {
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
}

.productcontab_list {
  min-height: 92px;
  padding: 18px 10px;
  border: 1px solid var(--sino-line);
  border-radius: var(--sino-radius-md);
  background: #fff;
}

.productcontab_list:hover,
.product_con_tab li.active .productcontab_list,
.product_con_tab2 li.active .productcontab_list {
  border-color: var(--sino-red-600);
  background: var(--sino-navy-900);
  transform: translateY(-3px);
  box-shadow: var(--sino-shadow-sm);
}

.productcontab_list h4 {
  color: var(--sino-navy-800);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .6px;
}

.productcontab_list:hover h4,
.product_con_tab li.active h4,
.product_con_tab2 li.active h4 {
  color: #fff;
}

.productcontab_list span {
  background-color: var(--sino-red-600);
}

.product_con_con,
.product_con_con2 {
  background: #fff;
}

.product_con_con1 .content {
  min-height: 530px;
  padding: 126px 0;
}

.product_con_con1 .content::after {
  background: linear-gradient(90deg, rgba(6, 21, 36, .91), rgba(6, 21, 36, .58), rgba(6, 21, 36, .16));
}

.product_con_con1 .content h2 {
  color: #fff;
  font-size: clamp(42px, 4vw, 62px);
  font-weight: 740;
  letter-spacing: -1.5px;
}

.product_con_con1 .content p {
  max-width: 710px;
  color: rgba(255, 255, 255, .82);
  font-size: 17px;
  line-height: 1.9;
}

.showapply,
.dinggoubtn,
.hmMore,
.m3nback {
  min-width: 148px;
  height: 46px;
  padding: 0 22px;
  border: 1px solid var(--sino-red-600);
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
  background: var(--sino-red-600);
  box-shadow: 0 10px 22px rgba(199, 35, 45, .18);
}

.showapply:hover,
.dinggoubtn:hover,
.hmMore:hover,
.m3nback:hover {
  color: #fff;
  background: var(--sino-red-500);
  transform: translateY(-2px);
}

/* Inner page hero and secondary navigation */
.m2banner {
  background: var(--sino-navy-950);
}

.m2banner .bgImg {
  height: 320px;
}

.m2banner .bgImg img {
  transform: none;
  filter: saturate(.72) contrast(1.04);
}

.m2banner:hover .bgImg img {
  transform: scale(1.015);
}

.m2banner .bgImg::after {
  z-index: 1;
  background: linear-gradient(90deg, rgba(5, 22, 38, .96), rgba(9, 38, 64, .83) 48%, rgba(10, 43, 72, .38));
}

.m2banner::after {
  height: 3px;
  background: var(--sino-red-600);
}

.m2banTxt,
.m2banTxt1,
.m2banTxt2 {
  left: 50%;
  top: 50%;
  width: min(var(--sino-content), calc(100% - 64px));
  max-width: var(--sino-content);
  padding: 0;
  text-align: left;
  transform: translate(-50%, -50%);
}

.m2banTxt h1,
.m2banTxt1 h1,
.m2banTxt2 h1,
.m2banTxt p,
.m2banTxt1 p,
.m2banTxt2 p {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 720;
  line-height: 1.12;
  letter-spacing: -1.3px;
  text-shadow: 0 8px 24px rgba(0, 0, 0, .22);
}

.m2banTxt h1::before,
.m2banTxt1 h1::before,
.m2banTxt2 h1::before {
  display: block;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, .70);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.4px;
  content: "SINOBTD TRADEDAAS";
}

.m2banTxt h1::after,
.m2banTxt1 h1::after,
.m2banTxt2 h1::after,
.m2banTxt p::after,
.m2banTxt1 p::after,
.m2banTxt2 p::after {
  width: 64px;
  height: 3px;
  margin-top: 24px;
  background: var(--sino-red-500);
}

.m2posWpr {
  height: auto;
  min-height: 62px;
  line-height: 62px;
  border-bottom: 1px solid var(--sino-line);
  background: #fff;
  box-shadow: 0 8px 24px rgba(6, 21, 36, .05);
}

.m2posWpr .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.m2posWpr .fl {
  color: var(--sino-ink-500);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .6px;
  white-space: nowrap;
}

.m2posWpr .cor_666 {
  color: var(--sino-ink-700);
}

.m2posWpr .cor_666:hover {
  color: var(--sino-red-600);
}

.m2menu2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow-x: auto;
  scrollbar-width: none;
}

.m2menu2::-webkit-scrollbar {
  display: none;
}

.m2menu2_a {
  height: 62px;
  padding: 0 18px;
  color: var(--sino-ink-700);
  font-size: 12px;
  font-weight: 700;
  line-height: 62px;
  white-space: nowrap;
}

.m2menu2_a:hover,
.m2menu2_a.on {
  color: var(--sino-red-600);
  background: transparent;
  box-shadow: inset 0 -3px 0 var(--sino-red-600);
}

/* Shared content surfaces */
.m2cmConWpr,
.m2pubConWpr,
.m2ldrConWpr,
.m2lcConWpr,
.m2nCon,
.hsConWpr,
.Service,
.product_con_con2,
.m3nCon,
.contactSection {
  padding-top: 92px;
  padding-bottom: 104px;
  background: var(--sino-surface-alt);
}

.m2cmC1box {
  margin-bottom: 32px;
  padding: 30px;
  border: 1px solid var(--sino-line);
  border-radius: var(--sino-radius-lg);
  background: #fff;
  box-shadow: var(--sino-shadow-sm);
}

.m2cmMvBox,
.m2cmMvBox1,
.m2cmMvBox2,
.overflowHide1,
.overflowHide2,
.overflowHide3,
.overflowHide4 {
  border-radius: var(--sino-radius-md);
  overflow: hidden;
}

.m2cmMvBox img,
.m2cmMvBox1 img,
.m2cmMvBox2 img,
.overflowHide1 img,
.overflowHide2 img,
.overflowHide3 img,
.overflowHide4 img {
  width: 100%;
  object-fit: cover;
}

.m2cmc1Txt,
.m2cmc1Txt1,
.m2cmc1Txt2 {
  color: var(--sino-ink-700);
}

.m2cmc1Txt h2,
.m2cmc1Txt1 h2,
.m2cmc1Txt2 h2 {
  color: var(--sino-navy-900);
  font-size: clamp(25px, 2.4vw, 36px);
  font-weight: 720;
  line-height: 1.3;
}

.m2cmc1Txt p,
.m2cmc1Txt1 p,
.m2cmc1Txt2 p {
  color: var(--sino-ink-700);
  font-size: 16px;
  line-height: 1.9;
}

.m2cmc1Bom {
  margin: 34px 0 90px;
  padding: 0;
  border: 0;
  background: transparent;
}

.m2cmc1Bom h4 {
  display: none;
}

.m2cmc1Bom ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.m2cmc1Bom li {
  width: auto;
  min-height: 160px;
  padding: 30px;
  border: 1px solid var(--sino-line);
  border-radius: var(--sino-radius-md);
  background: #fff;
  box-shadow: var(--sino-shadow-sm);
}

.m2cmc1Bom li img {
  width: 46px;
  height: 46px;
  margin-right: 20px;
}

.m2cmc1Bom li strong {
  color: var(--sino-navy-900);
  font-size: 17px;
  font-weight: 750;
}

.m2cmc1Bom li p {
  color: var(--sino-ink-500);
  line-height: 1.7;
}

.m2cmc1Bom > i {
  display: none;
}

.m2cmu2,
.m2cmu21 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.m2cmu2 > li,
.m2cmu21 > li {
  width: auto;
  margin: 0;
  padding: 0;
  float: none;
}

.m2cmu2item,
.m2cmu2item1 {
  min-height: 300px;
  padding: 34px 24px;
  border: 1px solid var(--sino-line);
  border-radius: var(--sino-radius-md);
  background: #fff;
  box-shadow: var(--sino-shadow-sm);
}

.m2cmu2item:hover,
.m2cmu2item1:hover {
  border-color: rgba(199, 35, 45, .34);
  transform: translateY(-5px);
  box-shadow: var(--sino-shadow-md);
}

.m2cmu2item strong,
.m2cmu2item1 strong {
  min-height: 48px;
  color: var(--sino-navy-900);
  font-size: 17px;
  font-weight: 720;
  line-height: 1.4;
}

.m2cmu2item span,
.m2cmu2item1 span {
  width: 76px;
  height: 76px;
  margin: 22px auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--sino-surface-alt);
}

.m2cmu2item span img,
.m2cmu2item1 span img {
  max-width: 52px;
  max-height: 52px;
}

.m2cmu2item p,
.m2cmu2item1 p {
  color: var(--sino-ink-500);
  line-height: 1.65;
}

/* Customer and honor grids */
.m2stu1,
.m2ryul,
.m2ryul1 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.m2stu1 > li,
.m2ryul > li,
.m2ryul1 > li {
  width: auto;
  margin: 0;
  padding: 0;
  float: none;
}

.m2st_aBox,
.m2ryul .overflowHide,
.m2ryul1 .overflowHide {
  min-height: 150px;
  border: 1px solid var(--sino-line);
  border-radius: var(--sino-radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--sino-shadow-sm);
}

.m2st_aBox:hover,
.m2ryul .overflowHide:hover,
.m2ryul1 .overflowHide:hover {
  border-color: rgba(199, 35, 45, .32);
  transform: translateY(-4px);
  box-shadow: var(--sino-shadow-md);
}

.m2st_aBox .overflowHide,
.m2st_aBox .bgImg {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.m2st_aBox img,
.m2ryul img,
.m2ryul1 img {
  max-width: 78%;
  max-height: 120px;
  object-fit: contain;
}

/* News lists and articles */
.m2nul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.m2nul > li {
  width: auto;
  margin: 0;
  padding: 0;
  float: none;
}

.m2naBox,
.m2naBox1 {
  min-height: 220px;
  padding: 20px;
  border: 1px solid var(--sino-line);
  border-radius: var(--sino-radius-md);
  display: block;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--sino-shadow-sm);
}

.m2naBox:hover,
.m2naBox1:hover {
  border-color: rgba(199, 35, 45, .35);
  transform: translateY(-4px);
  box-shadow: var(--sino-shadow-md);
}

.m2naBox .overflowHide,
.m2naBox1 .overflowHide {
  border-radius: var(--sino-radius-sm);
}

.m2nRx,
.m2nRx1 {
  padding: 8px 6px 0 24px;
}

.m2nm {
  color: var(--sino-navy-900);
  font-size: 18px;
  font-weight: 720;
  line-height: 1.45;
}

.m2nTm {
  color: var(--sino-red-600);
  font-weight: 800;
}

.m3nCon {
  padding-top: 82px;
}

.m3nCon .container {
  max-width: 960px;
  padding: 60px 70px;
  border: 1px solid var(--sino-line);
  border-radius: var(--sino-radius-lg);
  background: #fff;
  box-shadow: var(--sino-shadow-sm);
}

.m3nt {
  color: var(--sino-navy-900);
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: 720;
  line-height: 1.28;
  letter-spacing: -1px;
}

.m3ninfo {
  margin: 28px 0 42px;
  padding: 18px 0;
  border-top: 1px solid var(--sino-line);
  border-bottom: 1px solid var(--sino-line);
  color: var(--sino-ink-500);
}

.m3nEditor {
  color: var(--sino-ink-700);
  font-size: 17px;
  line-height: 1.95;
}

.m3nEditor h2,
.m3nEditor h3,
.m3nEditor h4 {
  margin: 1.5em 0 .65em;
  color: var(--sino-navy-900);
  line-height: 1.35;
}

.m3nEditor img {
  margin: 24px auto;
  border-radius: var(--sino-radius-md);
}

/* Side navigation, database and classification */
.hsConWpr {
  padding-top: 72px;
}

.m2Con {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 28px;
  padding-bottom: 0;
  overflow: visible;
}

.m2Lx {
  width: auto;
  padding: 0;
  border: 1px solid var(--sino-line);
  border-radius: var(--sino-radius-md);
  overflow: hidden;
  float: none;
  align-self: start;
  background: #fff;
  box-shadow: var(--sino-shadow-sm);
}

.m2Lnms {
  height: auto;
  padding: 24px 20px;
  color: rgba(255, 255, 255, .64);
  line-height: 1.3;
  background: var(--sino-navy-900);
}

.m2Lnms strong {
  color: #fff;
  font-size: 16px;
  font-weight: 720;
}

.m2menu_a {
  height: auto;
  min-height: 48px;
  padding: 13px 18px;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  background: var(--sino-navy-800);
}

.m2menu dd {
  padding: 10px 18px 16px;
}

.m2menu_a2 {
  height: auto;
  min-height: 38px;
  padding: 8px 0;
  color: var(--sino-ink-700);
  line-height: 1.5;
}

.m2menu_a2:hover,
.m2menu_a2.on {
  color: var(--sino-red-600);
}

.m2Rx {
  width: auto;
  min-width: 0;
  padding: 30px;
  border: 1px solid var(--sino-line);
  border-radius: var(--sino-radius-md);
  float: none;
  background: #fff;
  box-shadow: var(--sino-shadow-sm);
}

.m3proTop {
  padding: 30px;
  border: 1px solid var(--sino-line);
  border-radius: var(--sino-radius-md);
  background: #fff;
  box-shadow: var(--sino-shadow-sm);
}

.m3proTrx {
  border-left-color: var(--sino-red-600);
}

.m3proTrx strong,
.m3proTrx .m3proTitle {
  color: var(--sino-navy-900);
  font-size: clamp(25px, 2.7vw, 38px);
  font-weight: 720;
}

.m3proTrx strong::after,
.m3proTrx .m3proTitle::after {
  height: 3px;
  background: var(--sino-red-600);
}

.m3proBom {
  margin-top: 24px;
  border: 1px solid var(--sino-line);
  border-radius: var(--sino-radius-md);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--sino-shadow-sm);
}

.m3proTab {
  border-bottom: 1px solid var(--sino-line);
  background: var(--sino-surface-alt);
}

.m3proTab a {
  color: var(--sino-ink-700);
  font-weight: 700;
}

.m3proTab a.on,
.m3proTab a:hover {
  color: #fff;
  background: var(--sino-navy-800);
}

.m3pro_bt {
  color: var(--sino-navy-900);
  font-size: 22px;
  font-weight: 720;
}

.m3pro_bdes {
  color: var(--sino-ink-700);
}

.search-box {
  margin: 0;
}

.search-box form {
  position: relative;
  display: flex;
  align-items: center;
}

.sb-search-input {
  width: 260px;
  height: 40px;
  padding: 0 44px 0 16px;
  border: 1px solid var(--sino-line);
  border-radius: 999px;
  color: var(--sino-ink-700);
  background: #fff;
}

.sb-search-input:focus {
  border-color: var(--sino-blue-600);
  outline: 0;
  box-shadow: 0 0 0 4px rgba(29, 93, 145, .10);
}

.search-box .glyphicon-search {
  right: 16px;
  color: var(--sino-red-600);
}

/* Products and service tables */
.product_tab {
  padding: 50px 0 0;
  background: var(--sino-surface-alt);
}

.product_cont {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 60px;
  border: 1px solid var(--sino-line);
  border-radius: var(--sino-radius-lg);
  background: #fff;
  box-shadow: var(--sino-shadow-sm);
}

.product_cont .index_title {
  margin-bottom: 36px;
  text-align: left;
}

.product_cont .index_title h2 {
  color: var(--sino-navy-900);
}

.product_cont .index_title p,
.product_cont > h3 {
  color: var(--sino-ink-700);
  font-size: 16px;
  line-height: 1.8;
}

.product_cont > img {
  margin: 28px auto;
  border: 1px solid var(--sino-line);
  border-radius: var(--sino-radius-md);
  box-shadow: var(--sino-shadow-sm);
}

.Service .table {
  overflow-x: auto;
  border: 1px solid var(--sino-line);
  border-radius: var(--sino-radius-md);
  background: #fff;
  box-shadow: var(--sino-shadow-sm);
}

.Service table {
  min-width: 900px;
  border-collapse: collapse;
}

.Service table th {
  color: #fff;
  background: var(--sino-navy-800);
}

.Service table td,
.Service table th {
  border-color: var(--sino-line);
  padding: 16px;
}

.Serviceprocess {
  margin-top: 90px;
  padding: 82px 0;
  background: var(--sino-navy-900);
}

.Serviceprocess .index_title h2 {
  color: #fff;
}

.Serviceprocess ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.Serviceprocess li {
  width: auto;
  min-height: 190px;
  padding: 30px 20px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--sino-radius-md);
  background: rgba(255, 255, 255, .05);
}

.Serviceprocess li h2 {
  color: #fff;
  font-size: 16px;
}

.SampleReport {
  margin-top: 54px;
  padding: 54px;
  border-radius: var(--sino-radius-lg);
  background: var(--sino-surface-alt);
}

.SampleReport .title h2 {
  color: var(--sino-navy-900);
}

.SampleReport ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.SampleReport li {
  width: auto;
  border-color: var(--sino-line);
  border-radius: var(--sino-radius-sm);
  background: #fff;
}

/* Development timeline */
.m2lcSwiper_year {
  padding: 24px 56px;
  border: 1px solid var(--sino-line);
  border-radius: var(--sino-radius-md);
  background: #fff;
  box-shadow: var(--sino-shadow-sm);
}

.m2lc_yitm {
  color: var(--sino-ink-500);
  font-weight: 700;
}

.m2lc_yitm.slick-current {
  color: var(--sino-red-600);
}

.m2lcSbtxtWpr {
  padding: 54px;
  border: 1px solid var(--sino-line);
  border-radius: var(--sino-radius-lg);
  background: #fff;
  box-shadow: var(--sino-shadow-sm);
}

.m2lcSbtxt > span {
  color: var(--sino-red-600);
  font-size: 46px;
  font-weight: 750;
}

.m2lcSbtxt_p {
  color: var(--sino-ink-700);
  font-size: 16px;
  line-height: 1.9;
}

/* Contact */
.contactHero {
  min-height: 420px;
  padding: 0;
  background:
    linear-gradient(90deg, rgba(5, 22, 38, .97), rgba(8, 37, 62, .82), rgba(8, 37, 62, .32)),
    url("../images/redesign/hero-global-trade-v1.jpg") center / cover no-repeat;
}

.contactHero__inner {
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contactHero__eyebrow {
  color: rgba(255, 255, 255, .72);
  font-weight: 800;
  letter-spacing: 2.2px;
}

.contactHero__content h1 {
  color: #fff;
  font-size: clamp(48px, 6vw, 76px);
  font-weight: 730;
  letter-spacing: -2px;
}

.contactHero__content h1 span {
  color: var(--sino-red-500);
}

.contactHero__content > p {
  color: rgba(255, 255, 255, .72);
  letter-spacing: 3px;
}

.contactHero__mark {
  border-color: rgba(255, 255, 255, .22);
  color: rgba(255, 255, 255, .16);
}

.contactCard {
  border: 1px solid var(--sino-line);
  border-radius: var(--sino-radius-lg);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--sino-shadow-md);
}

.contactCard__intro {
  background: var(--sino-navy-900);
}

.contactCard__intro h2 {
  color: #fff;
}

.contactCard__intro span,
.contactItem__number,
.contactItem__content strong {
  color: var(--sino-red-600);
}

.contactItem {
  border-bottom-color: var(--sino-line);
}

.contactItem__content p,
.contactItem__content a {
  color: var(--sino-ink-900);
}

.contactInquiry {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  margin-top: 30px;
  border: 1px solid var(--sino-line);
  border-radius: var(--sino-radius-lg);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--sino-shadow-md);
}

.contactInquiry__intro {
  padding: 58px 50px;
  color: rgba(255, 255, 255, .74);
  background:
    linear-gradient(145deg, rgba(9, 35, 60, .98), rgba(15, 47, 81, .94)),
    url("../images/redesign/hero-global-trade-v1.jpg") center / cover no-repeat;
}

.contactInquiry__intro span {
  color: var(--sino-red-500);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2.5px;
}

.contactInquiry__intro h2 {
  margin-top: 26px;
  color: #fff;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.08;
}

.contactInquiry__intro p {
  max-width: 430px;
  margin-top: 24px;
  font-size: 15px;
  line-height: 1.8;
}

.contactInquiry__form {
  min-width: 0;
  padding: 36px;
}

/* SEO and FAQ */
.seoEntitySummary {
  padding: 96px 0;
  background: var(--sino-navy-900);
}

.seoEntityEyebrow {
  color: var(--sino-red-500);
}

.seoEntitySummary h2 {
  color: #fff;
  font-size: clamp(34px, 3.5vw, 50px);
}

.seoEntityLead {
  color: rgba(255, 255, 255, .68);
}

.seoEntityGrid {
  gap: 16px;
}

.seoEntityGrid article {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--sino-radius-md);
  background: rgba(255, 255, 255, .06);
  box-shadow: none;
}

.seoEntityGrid h3 {
  color: #fff;
}

.seoEntityGrid p {
  color: rgba(255, 255, 255, .64);
}

.seoFaq {
  padding: 96px 0;
  background: #fff;
}

.seoFaq details {
  border-color: var(--sino-line);
  border-radius: var(--sino-radius-sm);
  box-shadow: none;
}

.seoFaq summary {
  color: var(--sino-navy-900);
}

/* Footer */
.footer {
  padding: 76px 0 58px;
  color: rgba(255, 255, 255, .72);
  border-top: 4px solid var(--sino-red-600);
  background:
    radial-gradient(circle at 85% 20%, rgba(23, 70, 111, .38), transparent 30%),
    var(--sino-navy-950);
}

.footerLayout {
  display: grid;
  grid-template-columns: minmax(280px, .85fr) minmax(0, 1.65fr);
  gap: 70px;
}

.footerBrand {
  width: auto;
}

.footerBrand strong {
  color: #fff;
  font-size: 28px;
  font-weight: 750;
  letter-spacing: .8px;
}

.footerBrand strong span {
  color: var(--sino-red-500);
}

.footerBrand em {
  color: rgba(255, 255, 255, .52);
  letter-spacing: 3px;
}

.footerBrand p {
  max-width: 330px;
  margin-top: 34px;
  color: rgba(255, 255, 255, .62);
  line-height: 1.7;
}

.footerBrand > a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.footer_dls {
  width: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 24px;
}

.footer_dls dl {
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
}

.footer_dls dl dt {
  margin-bottom: 17px;
}

.footer_a1 {
  color: #fff;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .5px;
}

.footer_a2 {
  color: rgba(255, 255, 255, .54);
  font-size: 12px;
  line-height: 2;
}

.footer_a2:hover {
  color: #fff;
  padding-left: 5px;
}

.footer_info {
  border-top: 1px solid rgba(255, 255, 255, .10);
  color: rgba(255, 255, 255, .45);
  background: var(--sino-navy-950);
}

.footer_info .container {
  padding: 24px 0;
}

.footer_info .fl {
  font-size: 11px;
  letter-spacing: .4px;
}

.parts-floating li[data-type="Top"] {
  border-radius: 50%;
  background: var(--sino-red-600);
  box-shadow: 0 8px 24px rgba(199, 35, 45, .22);
}

/* Pagination and alerts */
.pages,
.m2pages,
.m3pages {
  margin-top: 42px;
}

.page_a,
.page_prev,
.page_next,
.m2page_prev,
.m2page_next {
  border-radius: 50%;
}

.page_a:hover,
.page_a.on {
  color: #fff;
  background: var(--sino-red-600);
}

.alert {
  padding: 18px 20px;
  border-radius: var(--sino-radius-sm);
}

.alert-info {
  color: var(--sino-blue-600);
  border-color: rgba(29, 93, 145, .18);
  background: rgba(29, 93, 145, .07);
}

.alert-danger {
  color: var(--sino-red-600);
  border-color: rgba(199, 35, 45, .18);
  background: rgba(199, 35, 45, .07);
}

/* Tablet */
@media (max-width: 1199px) {
  .container,
  .w1400,
  .wp,
  .wal {
    width: calc(100% - 48px);
  }

  .product_con_tab ul,
  .product_con_tab2 ul {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .m2cmu2,
  .m2cmu21 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .m2stu1,
  .m2ryul,
  .m2ryul1 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Mobile */
@media (max-width: 767px) {
  .container,
  .w1400,
  .wp,
  .wal {
    width: calc(100% - 32px);
  }

  .hmFocus_item {
    height: 650px;
    min-height: 650px;
  }

  .hmFocusWpr {
    height: 650px;
  }

  .hmFocus_img img {
    object-position: 68% center;
  }

  .hmFocus_item::after {
    background: linear-gradient(90deg, rgba(4, 18, 32, .95), rgba(5, 25, 44, .72)), linear-gradient(0deg, rgba(4, 18, 32, .65), transparent);
  }

  .hmFocus_txt {
    left: 16px;
    top: 49%;
    width: calc(100% - 32px);
    transform: translateY(-50%);
  }

  .heroEyebrow {
    margin-bottom: 17px;
    font-size: 10px;
    letter-spacing: 1.6px;
  }

  .hmFocus_txt h1,
  .hmFocus_txt h2 {
    font-size: clamp(36px, 11vw, 50px);
    line-height: 1.08;
    letter-spacing: -1.2px;
  }

  .hmFocus_txt > p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.7;
  }

  .heroActions {
    margin-top: 26px;
  }

  .heroButton {
    min-width: 138px;
    height: 46px;
    padding: 0 18px;
    line-height: 44px;
  }

  .heroCapabilities {
    margin-top: 28px;
    gap: 9px 16px;
  }

  .heroCapabilities span {
    font-size: 10px;
  }

  .hmImgSwiper {
    padding: 16px 34px;
  }

  .hmImg_a {
    min-height: 84px;
  }

  .product,
  .m2cmConWpr,
  .m2pubConWpr,
  .m2ldrConWpr,
  .m2lcConWpr,
  .m2nCon,
  .hsConWpr,
  .Service,
  .product_con_con2,
  .m3nCon,
  .contactSection,
  .seoEntitySummary,
  .seoFaq {
    padding-top: 64px;
    padding-bottom: 70px;
  }

  .product_tit {
    padding-bottom: 34px;
  }

  .product_con {
    min-height: 460px;
    padding: 210px 24px 38px;
    background-position: center top;
    background-size: auto 220px;
  }

  .product_con::before {
    background: linear-gradient(0deg, rgba(6, 21, 36, .98) 55%, rgba(6, 21, 36, .20));
  }

  .product_con h2 {
    font-size: 27px;
  }

  .product_con_tab ul,
  .product_con_tab2 ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .productcontab_list {
    min-height: 78px;
    padding: 13px 7px;
  }

  .product_con_con1 .content {
    min-height: 520px;
    padding: 88px 0;
  }

  .hmPt {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .m2banner .bgImg {
    height: 240px;
  }

  .m2banTxt,
  .m2banTxt1,
  .m2banTxt2 {
    width: calc(100% - 32px);
  }

  .m2banTxt h1,
  .m2banTxt1 h1,
  .m2banTxt2 h1,
  .m2banTxt p,
  .m2banTxt1 p,
  .m2banTxt2 p {
    font-size: clamp(32px, 10vw, 43px);
  }

  .m2posWpr {
    min-height: 54px;
    line-height: 54px;
  }

  .m2posWpr .container {
    display: block;
    width: 100%;
  }

  .m2posWpr .fl {
    display: none;
  }

  .m2menu2 {
    width: 100%;
    justify-content: flex-start;
  }

  .m2menu2_a {
    height: 54px;
    padding: 0 16px;
    line-height: 54px;
  }

  .m2cmC1box {
    padding: 18px;
  }

  .m2cmc1Bom {
    margin-bottom: 64px;
  }

  .m2cmc1Bom ul,
  .m2cmu2,
  .m2cmu21,
  .m2nul,
  .Serviceprocess ul {
    grid-template-columns: 1fr;
  }

  .m2cmc1Bom li,
  .m2cmu2item,
  .m2cmu2item1 {
    min-height: 0;
  }

  .m2stu1,
  .m2ryul,
  .m2ryul1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .m2st_aBox,
  .m2ryul .overflowHide,
  .m2ryul1 .overflowHide {
    min-height: 118px;
  }

  .m2Con {
    grid-template-columns: 1fr;
  }

  .m2Lx {
    display: none;
  }

  .m2Rx {
    padding: 18px;
  }

  .m3nCon .container {
    width: calc(100% - 32px);
    padding: 32px 20px;
  }

  .m3ninfo .fl {
    display: block;
    float: none;
  }

  .m3nback {
    margin-top: 15px;
    float: none;
    display: inline-block;
  }

  .m3proTop {
    padding: 22px 18px;
  }

  .m3pro_img {
    width: 100px;
    height: 100px;
  }

  .m3proTrx {
    min-height: 130px;
    margin-left: 118px;
    padding: 10px 0 0 18px;
  }

  .m3proTab {
    display: flex;
    overflow-x: auto;
  }

  .m3proTab a {
    flex: 0 0 auto;
    padding: 0 16px;
  }

  .product_cont {
    width: calc(100% - 32px);
    padding: 32px 18px;
  }

  .SampleReport {
    padding: 32px 18px;
  }

  .SampleReport ul {
    grid-template-columns: 1fr;
  }

  .Serviceprocess {
    padding: 64px 0;
  }

  .m2lcSbtxtWpr {
    padding: 30px 20px;
  }

  .contactHero,
  .contactHero__inner {
    min-height: 360px;
  }

  .contactHero__mark {
    display: none;
  }

  .contactCard {
    display: block;
  }

  .contactCard__intro,
  .contactCard__details {
    width: 100%;
  }

  .contactInquiry {
    grid-template-columns: 1fr;
  }

  .contactInquiry__intro,
  .contactInquiry__form {
    padding: 30px 22px;
  }

  .footer {
    padding: 56px 0 38px;
  }

  .footerLayout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .footer_dls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 16px;
  }

  .footer_dls dl dd {
    display: none;
  }
}

@media (max-width: 374px) {
  .product_con_tab ul,
  .product_con_tab2 ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .heroButton {
    width: 100%;
  }

  .footer_dls {
    grid-template-columns: 1fr;
  }
}
