@charset "UTF-8";

/*!
 * Site Page Styles for Singapore and other site pages
 * Extracted from style.css for independent loading
 */

/* ================== Base Reset ================== */
*:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
}

label {
  margin-bottom: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6, p, label {
  margin: 0;
  line-height: 1em;
}

dl, ol, ul {
  padding: 0;
  margin: 0;
}

dl li, ol li, ul li {
  list-style: none;
}

table {
  width: 100%;
}

table tr.hd {
  display: table-row;
}

img {
  -o-object-fit: cover;
  object-fit: cover;
}

/* ================== Utility Classes ================== */
.fl {
  float: left;
}

.fr {
  float: right;
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

.ac {
  text-align: center;
}

.ar {
  text-align: right;
}

.al {
  text-align: left;
}

.ht80 {
  display: block;
  height: 80px;
}

.pr {
  position: absolute;
  top: 0;
  right: 0 !important;
}

.none {
  display: none !important;
}

.hide {
  opacity: 0 !important;
}

/* ================== List System ================== */
.list {
  overflow: hidden;
}

.list.s1>.ul>.li,
.list.s1>.ul>li,
.list.s1>ul>.li,
.list.s1>ul>li {
  width: 100%;
}

.list.s2>.ul>.li,
.list.s2>.ul>li,
.list.s2>ul>.li,
.list.s2>ul>li {
  width: 50%;
  max-height: 300px;
}

.list.s3>.ul>.li,
.list.s3>.ul>li,
.list.s3>ul>.li,
.list.s3>ul>li {
  width: 33.3333333333%;
}

.list.s4>.ul>.li,
.list.s4>.ul>li,
.list.s4>ul>.li,
.list.s4>ul>li {
  width: 25%;
}

.list>.ul::after,
.list>ul::after {
  content: "";
  display: block;
  clear: both;
}

.list>.ul>.li,
.list>.ul>li,
.list>ul>.li,
.list>ul>li {
  float: left;
}

/* ================== Body & Container ================== */
html, .html {
  font-size: 10px;
}

html {
  scroll-behavior: smooth;
}

body, .body {
  display: block !important;
  font-family: AlibabaPuHuiTi-2-55-Bold;
  font-size: 12px;
  color: #333;
  min-width: 1260px;
  scroll-behavior: smooth;
}

body:after, .body:after {
  content: "";
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

body::after {
  background-color: rgba(0, 0, 0, 0.85);
}

body.on-page::after {
  background-color: white;
}

body.on-medi, .body.on-medi {
  font-size: 14px;
}

body button {
  border: none;
  outline: none !important;
}

body img {
  max-width: 100%;
}

body .pr {
  position: absolute;
  top: 0;
  right: 0 !important;
}

/* ================== Link Colors ================== */
.a, a {
  color: #333;
}

.a:hover, a:hover {
  color: #000;
}

/* ================== Background Colors ================== */
body .bg-w, .bg-w {
  background-color: #fff;
}

body .bg-g, .bg-g {
  background-color: #f0f0f0;
}

body .bg-g-lt {
  background-color: #f8f8f8;
}

body .bg-f, .bg-f {
  background-color: #474747;
}

/* ================== Base Element Styles ================== */
.hd,
.ct,
.ft,
.head,
.cont,
.foot,
.cnt,
.txt,
.pic,
.i,
.i-1,
.i-2,
.i-3,
.i-4 {
  position: relative;
  display: block;
}

/* ================== Border & HR Styles ================== */
body .ht-1 {
  border-top: 4px solid #f0f0f0;
}

body .hr-1 {
  position: relative;
}

body .hr-1::after {
  content: '';
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: 0;
  height: 1px;
  background-color: #e9e9e9;
}

/* ================== Hover Effects ================== */
body .hv:hover {
  opacity: 0.8;
}

body .hv-p:hover {
  font-weight: bold;
}

body .wp:hover .hv-p {
  font-weight: bold;
}

/* ================== Other Utility ================== */
body .pic {
  background-color: #cccccc;
}

body .notp {
  top: 0;
}

.nopd {
  padding: 0 !important;
}

/* ================== Container ================== */
.container {
  padding: 0;
  position: relative;
  height: 100%;
  max-width: 100%;
  width: 1260px;
}

.container.lt {
  width: 850px;
}

.container.full {
  width: 100%;
  padding: 0;
}

/* ================== Header ================== */
header {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: top 600ms;
  transition: top 600ms;
}

header .c {
  padding-top: 32px;
}

header .c .container {
  text-align: left;
}

header .back {
  display: inline-block;
  line-height: 44px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0 24px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

header .back:hover {
  color: #fff;
}

header .back:hover::before {
  left: -5px;
}

header .back::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/ic-back.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 12px;
  position: relative;
  top: -1px;
  left: 0;
  -webkit-transition: left 300ms;
  transition: left 300ms;
}

/* ================== Main ================== */
main {
  padding-top: 0;
}

/* Site page specific - no padding top since header is absolute positioned */
body.on-medi.bg-g main {
  padding-top: 0;
}

/* ================== Footer ================== */
footer {
  padding: 20px 0 100px;
  background: url(../img/foot-b1.png) no-repeat 50% 100%;
  background-size: 600px;
}

footer .back {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../img/back.png) no-repeat center rgba(0, 0, 0, 0.35);
  background-size: 15px;
  position: fixed;
  right: 20px;
  bottom: 40px;
  border-radius: 50%;
  z-index: 9;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
}

body.on-scro footer .back {
  -webkit-transform: scale(1);
  transform: scale(1);
}

footer .back:hover {
  background-color: rgba(0, 0, 0, 0.65);
}

footer .b {
  padding: 0;
}

footer .link p {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 15px;
}

footer .link p a {
  display: inline;
  color: #666;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
}

footer .link p a:hover {
  color: #333;
}

footer .link p a:after {
  content: "|";
  margin: 0 10px;
  color: #999;
}

footer .link p a:last-child:after {
  content: "";
  margin: 0;
}

footer .info {
  margin-top: 0;
}

footer .info p {
  text-align: center;
  color: #999;
  font-size: 13px;
  line-height: 1.6;
}

/* ================== u-fullpart ================== */
.u-fullpart {
  position: relative;
  background: none no-repeat 50% 0;
  background-size: cover;
  overflow: hidden;
  padding: 70px 0;
}

.u-fullpart.bg-g {
  background-color: #f0f0f0;
}

/* ================== Font Face ================== */
@font-face {
  font-family: 阿里妈妈数黑体;
  src: url(../font/阿里妈妈数黑体.ttf);
}

@font-face {
  font-family: AlibabaPuHuiTi-2-85-Bold;
  src: url(../font/AlibabaPuHuiTi-2-85-Bold.ttf);
}

/* ================== Banner Styles ================== */
.u-banner {
  position: relative;
}

.u-banner .i {
  position: relative;
}

.u-banner.site .i::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  background: url(../img/sd-3.png) repeat-x 0 100%;
  background-size: auto 250px;
}

.u-banner.site .i>img {
  height: 700px;
}

.u-banner .i>.ct {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
}

.u-banner .i>.ct .container {
  height: 100%;
}

.u-banner .i>.ct .txt2 {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 110px;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}

.u-banner .i>.ct .txt2 p {
  text-align: center;
  color: #fff;
}

.u-banner .i>.ct .txt2 p.p1 img {
  height: 44px;
}

.u-banner .i>.ct .txt2 p.p2 {
  margin-top: 10px;
  font-family: 阿里妈妈数黑体;
  font-size: 60px;
  font-style: italic;
}

.u-banner .i>img {
  width: 100%;
  display: block;
}

/* ================== Title Styles ================== */
.u-title2 {
  margin-bottom: 20px;
}

.u-title2 p.p1 {
  text-align: center;
  font-family: AlibabaPuHuiTi-2-85-Bold;
  font-size: 40px;
  font-style: italic;
  line-height: 48px;
}

/* ================== Site Main Styles ================== */
.e-sitemain {
  padding: 0;
  overflow: visible;
  margin-top: -380px;
  z-index: 1;
}

.u-sitemain {
  background-color: #fff;
  border-radius: 6px;
  position: relative;
}

.u-sitemain::before {
  content: "";
  display: inline-block;
  width: 360px;
  height: 35px;
  background: url(../img/site-e1.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: -35px;
  right: 50px;
}

.u-sitemain .u-fullpart {
  padding: 70px;
}

/* ================== Site Link Styles ================== */
.u-sitelink .txt1 {
  width: 80%;
  margin: 0 auto;
}

.u-sitelink .txt1 p {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}

.u-sitelink .lis1 {
  margin-bottom: -12px;
}

.u-sitelink .lis1>ul {
  margin: -12px;
}

.u-sitelink .lis1>ul>li {
  padding: 12px;
}

.u-sitelink .lis1 .i {
  display: block;
  border-radius: 6px;
  position: relative;
}

.u-sitelink .lis1 .i p {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 25px;
  font-size: 22px;
  color: #fff;
}

/* ================== News List Styles ================== */
.u-newslist.list.s3 {
  margin-bottom: -20px;
}

.u-newslist.list.s3>ul {
  margin: -20px;
}

.u-newslist.list.s3>ul>li {
  padding: 20px;
}

.u-newslist.list.s3 .i {
  display: block;
  background-color: #fff;
  border-radius: 8px;
}

.u-newslist.list.s3 .i .hd {
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.u-newslist.list.s3 .i .hd img {
  width: 100%;
  height: 200px;
}

.u-newslist.list.s3 .i .hd p {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  color: #fff;
  font-size: 20px;
  width: 80%;
}

.u-newslist.list.s3 .i .hd i {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.u-newslist.list.s3 .i .ct {
  padding: 30px 25px;
}

.u-newslist.list.s3 .i>.ct p.p2 {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  min-height: 48px;
}

.u-newslist.list.s3 .i>.ct p.p3 {
  margin-top: 15px;
  font-size: 14px;
  color: #999;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 60px;
}

.u-newslist.list.s3 .i>.ct p.p4 {
  margin-top: 25px;
  color: #999999;
  font-size: 14px;
}

.u-newslist.list.s3.ac {
  text-align: center;
}

/* ================== Homeshow Styles ================== */
.u-homeshow.list.s3 {
  margin-bottom: -20px;
}

.u-homeshow.list.s3>ul {
  margin: -20px;
}

.u-homeshow.list.s3>ul>li {
  padding: 20px;
}

.u-homeshow.list.s3 .i {
  display: block;
}

.u-homeshow.list.s3 .i .hd {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.u-homeshow.list.s3 .i .hd img {
  width: 100%;
  height: 200px;
}

.u-homeshow.list.s3 .i .ct {
  padding: 20px 0;
}

.u-homeshow.list.s3 .i>.ct p.p1 {
  font-size: 16px;
  color: #333;
  line-height: 22px;
  min-height: 44px;
}

.u-homeshow.list.s3 .i>.ct p.p2 {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  line-height: 20px;
  min-height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.u-homeshow.list.s3 .i>.ct p.p3 {
  margin-top: 15px;
  color: #999999;
  font-size: 14px;
}

.u-homeshow.list.s3 .i>.ct p.p3 .pr {
  position: relative;
}

.u-homeshow.list.s3 .i>.ct p.p3 .aw {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #999;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 8px;
}

.u-homeshow.list.s3.notp .i .ct {
  padding-top: 15px;
}

/* News section container */
.u-sitenews {
  padding-top: 60px;
}

/* Ensure u-homeshow styles are not overridden by u-sitemain */
.u-sitemain .u-homeshow.list.s3 {
  margin-bottom: -20px;
}

.u-sitemain .u-homeshow.list.s3>ul {
  margin: -20px;
  display: block;
  flex-wrap: wrap;
}

.u-sitemain .u-homeshow.list.s3>ul>li {
  width: 33.3333333333% !important;
  padding: 20px;
  box-sizing: border-box;
}

.u-sitemain .u-homeshow.list.s3 .i {
  display: block;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  text-decoration: none;
}

.u-sitemain .u-homeshow.list.s3 .i:hover {
  background-color: #2f6e9b;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  text-decoration: none;
}

.u-sitemain .u-homeshow.list.s3 .i:hover .ct {
  background-color: #2f6e9b;
}

.u-sitemain .u-homeshow.list.s3 .i:hover .ct p.p1 {
  color: #fff;
}

.u-sitemain .u-homeshow.list.s3 .i:hover .ct p.p2 {
  color: #bcc4cb;
}

.u-sitemain .u-homeshow.list.s3 .i:hover .ct p.p3 {
  color: #fff;
}

.u-sitemain .u-homeshow.list.s3 .i:hover .ct p.p3 .aw {
  background-image: url(../img/more1.png);
}

.u-sitemain .u-homeshow.list.s3 .i .hd {
  position: relative;
  overflow: hidden;
  background-color: #e0e0e0;
}

.u-sitemain .u-homeshow.list.s3 .i .hd img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.u-sitemain .u-homeshow.list.s3 .i .ct {
  padding: 24px 28px;
  background-color: #fff;
}

.u-sitemain .u-homeshow.list.s3 .i .ct p {
  transition: color 0.3s ease;
}

.u-sitemain .u-homeshow.list.s3 .i .ct p.p1 {
  font-size: 18px;
  font-weight: normal;
  color: #333;
  line-height: 26px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.u-sitemain .u-homeshow.list.s3 .i .ct p.p2 {
  font-size: 14px;
  color: #6c757d;
  line-height: 22px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.u-sitemain .u-homeshow.list.s3 .i .ct p.p3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #495057;
  margin: 0;
  line-height: 37px;
}

.u-sitemain .u-homeshow.list.s3 .i .ct p.p3 .pr {
  display: inline-block;
  position: relative;
}

.u-sitemain .u-homeshow.list.s3 .i .ct p.p3 .aw {
  display: inline-block;
  width: 37px;
  height: 37px;
  background: url(../img/more1-on.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  transition: transform 0.6s ease;
}

/* More Link */
.u-more-link {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 20px;
}

.u-more-link a {
  display: inline-block;
  font-size: 16px;
  color: #999;
  text-decoration: none;
  transition: color 0.3s ease;
}

.u-more-link a:hover {
  color: #2f6e9b;
}

/* ================== zimg Effect ================== */
.zimg {
  position: relative;
  overflow: hidden;
}

.zimg img {
  width: 100%;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}

.zimg:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.zimg .pic {
  width: 100%;
}

/* ================== wp & lt (Wrapper & Link Transition) Styles ================== */
.wp {
  display: block;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.lt {
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.wp:hover {
  text-decoration: none;
}

/* ================== Address Styles ================== */
.u-address {
  margin-bottom: -30px;
}

.u-address>ul {
  margin: -30px;
}

.u-address>ul>li {
  padding: 30px;
}

.u-address .i {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  position: relative;
  padding-left: 90px;
  min-height: 180px;
}

.u-address .i:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  border-color: #d0d0d0;
}

.u-address .i:before {
  content: '';
  position: absolute;
  left: 30px;
  top: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #d32f2f;
  display: flex;
  align-items: center;
  justify-content: center;
}

.u-address .i p {
  font-size: 14px;
  line-height: 26px;
  color: #666;
}

.u-address .i p b {
  font-size: 16px;
  color: #333;
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
}

/* ================== Contact Single Card (New Style) ================== */
.u-contact-single {
  display: flex;
  justify-content: center;
}

.u-contact-single .contact-card {
  background: #fff;
  max-width: 900px;
  width: 100%;
  text-align: center;
}

.u-contact-single .contact-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 5px;
}

.u-contact-single .flag-icon {
  flex-shrink: 0;
}

.u-contact-single .flag-icon img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}

.u-contact-single .contact-title {
  font-size: 18px;
  font-weight: normal;
  color: #333;
  margin: 0;
}

.u-contact-single .contact-info {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.u-contact-single .contact-item {
  font-size: 16px;
  line-height: 26px;
  color: #666;
  margin: 0;
  display: block;
}

.u-contact-single .contact-item .label {
  color: #666;
  margin-right: 2px;
}

.u-contact-single .contact-item .content {
  color: #666;
}

/* ================== Enhanced Site Page Styles ================== */
/* Title Enhancements */
.u-sitemain .u-title2 p.p1 {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  color: #333;
  margin-bottom: 40px;
}

/* Introduction Text Enhancements */
.u-sitelink .txt1 {
  width: 90%;
  margin: 0 auto 60px;
}

.u-sitelink .txt1 p {
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #666;
}

/* Feature Cards Enhancements */
.u-sitelink .lis1 {
  margin-bottom: 0;
}

.u-sitelink .lis1 .i {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  position: relative;
}

.u-sitelink .lis1 .i:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  transform: translateY(-4px);
}

.u-sitelink .lis1 .i img {
  width: 100%;
  object-fit: cover;
}

.u-sitelink .lis1 .i p {
  position: absolute;
  right: 20px;
  left: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

/* Service Center Title Enhancements */
.u-newslist + .u-fullpart .u-title2,
.u-homeshow + .u-fullpart .u-title2 {
  margin-top: 40px;
  margin-bottom: 50px;
}

.u-newslist + .u-fullpart .u-title2 p.p1,
.u-homeshow + .u-fullpart .u-title2 p.p1 {
  font-size: 42px;
  font-weight: bold;
}

/* Service Center - 2 Column Layout (Only for service centers, not news) */
.u-sitemain .u-newslist.list.s3 {
  margin-bottom: -30px;
}

.u-sitemain .u-newslist.list.s3>ul {
  margin: -15px;
  display: flex;
  flex-wrap: wrap;
}

.u-sitemain .u-newslist.list.s3>ul>li {
  width: 50% !important;
  padding: 15px;
  box-sizing: border-box;
}

.u-sitemain .u-newslist.list.s3 .i {
  display: block;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  min-height: 200px;
  text-decoration: none;
  color: inherit;
}

.u-sitemain .u-newslist.list.s3 .i:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  transform: translateY(-2px);
  border-color: #d0d0d0;
  text-decoration: none;
}

.u-sitemain .u-newslist.list.s3 .i .hd {
  display: none;
}

.u-sitemain .u-newslist.list.s3 .i .ct {
  padding: 0;
  text-align: left;
}

/* Service header container - flag and title in one line */
.u-sitemain .u-newslist.list.s3 .i .ct .service-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 8px;
}

/* Service Title Style */
.u-sitemain .u-newslist.list.s3 .i .ct .service-title {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
}

/* Service Item Base Style */
.u-sitemain .u-newslist.list.s3 .i .ct p[class^="service-"] {
  margin-bottom: 10px;
  color: #666;
  font-size: 14px;
  line-height: 1.8;
  display: flex;
  align-items: flex-start;
  min-height: 24px;
}

/* Flag Icon Style */
.u-sitemain .u-newslist.list.s3 .i .ct .service-flag {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.u-sitemain .u-newslist.list.s3 .i .ct .service-flag img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
}

.u-sitemain .u-newslist.list.s3 .i .ct p[class^="service-"]:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  margin-top: 4px;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.u-sitemain .u-newslist.list.s3 .i .ct .service-title:before {
  display: none;
}

/* Address Icon */
.u-sitemain .u-newslist.list.s3 .i .ct .service-address:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E");
}

/* Email Icon */
.u-sitemain .u-newslist.list.s3 .i .ct .service-email:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E");
}

/* Phone Icon */
.u-sitemain .u-newslist.list.s3 .i .ct .service-phone:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E");
}

/* Keep placeholder for empty content */
.u-sitemain .u-newslist.list.s3 .i .ct p[class^="service-"]:empty:before {
  display: inline-block;
}

/* ================== Special Width Classes ================== */
.w-33 {
  width: 33.33%;
}

/* ================== Media Queries for Mobile ================== */
@media (max-width: 768px) {
  body, .body {
    min-width: 0;
  }

  body.on-medi .list.s1>ul>li,
  body.on-medi .list.s2>ul>li,
  .body.on-medi .list.s1>ul>li,
  .body.on-medi .list.s2>ul>li {
    width: 100%;
  }

  body.on-medi .list.s3>ul>li,
  body.on-medi .list.s4>ul>li,
  .body.on-medi .list.s3>ul>li,
  .body.on-medi .list.s4>ul>li {
    width: 100%;
  }

  /* Site page - keep header absolute, no padding needed */
  body.on-medi.bg-g main {
    padding-top: 0;
  }

  .container {
    width: 100%;
    padding: 0 15px;
  }

  .container.full {
    width: 100%;
    padding: 0;
  }

  header .c {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  header .back {
    line-height: 34px;
    padding: 0 12px;
    font-size: 12px;
  }

  header .back:hover::before {
    left: -2px;
  }

  header .back::before {
    width: 12px;
    height: 12px;
    margin-right: 10px;
  }

  .u-fullpart {
    padding: 30px 0;
  }

  .u-banner.site .i::before {
    background-size: auto 120px;
  }

  .u-banner.site .i>img {
    height: 350px;
  }

  .u-banner .i>.ct .txt2 {
    top: 65px;
  }

  .u-banner .i>.ct .txt2 p.p1 img {
    height: 22px;
  }

  .u-banner .i>.ct .txt2 p.p2 {
    margin-top: 6px;
    font-size: 30px;
  }

  .u-title2 {
    margin-bottom: 30px;
  }

  .u-title2 p.p1 {
    font-size: 22px;
    line-height: 26px;
  }

  .e-sitemain {
    margin-top: -190px;
  }

  .u-sitemain::before {
    width: 180px;
    height: 17px;
    top: -17px;
    right: 25px;
  }

  .u-sitemain .u-fullpart {
    padding: 30px 15px;
  }

  .u-sitelink .txt1 {
    width: 100%;
  }

  .u-sitelink .txt1 p {
    font-size: 14px;
  }

  .u-sitelink .lis1 {
    margin-bottom: -6px;
  }

  .u-sitelink .lis1>ul {
    margin: -6px;
  }

  .u-sitelink .lis1>ul>li {
    padding: 6px;
  }

  .u-sitelink .lis1 .i p {
    left: 25px;
    text-align: center;
    font-size: 18px;
  }

  body .list.mb-full {
    margin-bottom: -10px;
  }

  body .list.mb-full>ul {
    margin: -10px;
  }

  body .list.mb-full>ul>li {
    width: 100% !important;
    padding: 10px !important;
  }

  .list.s2>ul>li,
  .list.s3>ul>li,
  .list.s4>ul>li {
    width: 100%;
    float: none;
  }

  .u-newslist.list.s3 {
    margin-bottom: -15px;
  }

  .u-newslist.list.s3>ul {
    margin: -15px;
  }

  .u-newslist.list.s3>ul>li {
    padding: 15px;
  }

  .u-newslist.list.s3 .i .hd img {
    height: 180px;
  }

  .u-newslist.list.s3 .i .hd p {
    font-size: 16px;
  }

  .u-newslist.list.s3 .i .ct {
    padding: 20px 15px;
  }

  .u-newslist.list.s3 .i>.ct p.p2 {
    font-size: 16px;
    line-height: 22px;
    min-height: auto;
  }

  .u-newslist.list.s3 .i>.ct p.p3 {
    margin-top: 10px;
    font-size: 13px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 72px;
  }

  .u-newslist.list.s3 .i>.ct p.p4 {
    margin-top: 15px;
    font-size: 13px;
  }

  .u-homeshow.list.s3 {
    margin-bottom: -15px;
  }

  .u-homeshow.list.s3>ul {
    margin: -15px;
  }

  .u-homeshow.list.s3>ul>li {
    padding: 15px;
  }

  .u-homeshow.list.s3 .i .hd img {
    height: 180px;
  }

  .u-homeshow.list.s3 .i .ct {
    padding: 15px 0;
  }

  .u-homeshow.list.s3 .i>.ct p.p1 {
    font-size: 14px;
    line-height: 20px;
    min-height: auto;
  }

  .u-homeshow.list.s3 .i>.ct p.p2 {
    margin-top: 8px;
    font-size: 13px;
    line-height: 18px;
    min-height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .u-homeshow.list.s3 .i>.ct p.p3 {
    margin-top: 10px;
    font-size: 13px;
  }

  /* Mobile: News section */
  .u-sitenews {
    padding: 40px 0 30px;
  }

  /* Mobile: Ensure u-homeshow in u-sitemain maintains correct layout */
  .u-sitemain .u-homeshow.list.s3 {
    margin-bottom: -15px;
  }

  .u-sitemain .u-homeshow.list.s3>ul {
    margin: -15px;
  }

  .u-sitemain .u-homeshow.list.s3>ul>li {
    width: 100% !important;
    padding: 15px;
  }

  .u-sitemain .u-homeshow.list.s3 .i .hd img {
    height: 200px;
  }

  .u-sitemain .u-homeshow.list.s3 .i .ct {
    padding: 20px 24px;
  }

  .u-sitemain .u-homeshow.list.s3 .i .ct p.p1 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .u-sitemain .u-homeshow.list.s3 .i .ct p.p2 {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 16px;
  }

  .u-sitemain .u-homeshow.list.s3 .i .ct p.p3 {
    font-size: 13px;
    line-height: 32px;
  }

  .u-sitemain .u-homeshow.list.s3 .i .ct p.p3 .aw {
    width: 32px;
    height: 32px;
  }

  .u-more-link {
    margin-top: 30px;
  }

  .u-more-link a {
    font-size: 14px;
  }

  .u-address {
    margin-bottom: -20px;
  }

  .u-address>ul {
    margin: -20px;
  }

  .u-address>ul>li {
    padding: 20px;
  }

  .u-address .i {
    padding: 20px;
    padding-left: 80px;
    min-height: 150px;
  }

  .u-address .i:before {
    left: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
  }

  .u-address .i p {
    font-size: 13px;
    line-height: 24px;
  }

  .u-address .i p b {
    font-size: 15px;
  }

  /* Contact Single Mobile Styles */
  .u-contact-single {
    padding: 40px 0 50px;
  }

  .u-contact-single .contact-header {
    gap: 8px;
    margin-bottom: 20px;
  }

  .u-contact-single .flag-icon img {
    width: 24px;
    height: 24px;
  }

  .u-contact-single .contact-title {
    font-size: 14px;
  }

  .u-contact-single .contact-info {
    max-width: 100%;
    padding: 0 20px;
  }

  .u-contact-single .contact-item {
    font-size: 13px;
    line-height: 24px;
  }

  /* Enhanced Styles Mobile */
  .u-sitemain .u-title2 p.p1 {
    font-size: 28px;
  }

  .u-sitelink .txt1 {
    width: 100%;
  }

  .u-sitelink .txt1 p {
    font-size: 14px;
    line-height: 26px;
  }

  .u-sitelink .lis1 .i p {
    font-size: 16px;
  }

  /* Service Center Mobile Single Column */
  .u-sitemain .u-newslist.list.s3>ul>li {
    width: 100% !important;
    padding: 10px;
  }

  .u-sitemain .u-newslist.list.s3 .i {
    padding: 20px;
    min-height: 160px;
  }

  .u-sitemain .u-newslist.list.s3 .i .ct .service-header {
    margin-bottom: 15px;
    gap: 6px;
  }

  .u-sitemain .u-newslist.list.s3 .i .ct .service-title {
    font-size: 14px;
  }

  .u-sitemain .u-newslist.list.s3 .i .ct .service-flag img {
    width: 16px;
    height: 16px;
  }

  .u-sitemain .u-newslist.list.s3 .i .ct p[class^="service-"] {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .u-sitemain .u-newslist.list.s3 .i .ct p[class^="service-"]:before {
    width: 14px;
    height: 14px;
    margin-right: 6px;
  }

  footer {
    padding: 30px 0 80px;
    margin-top: 50px;
    background-size: 350px;
  }

  footer .link p {
    line-height: 2.2;
    margin-bottom: 10px;
    padding: 0 20px;
  }

  footer .link p a {
    font-size: 13px;
  }

  footer .link p a:after {
    margin: 0 6px;
  }

  footer .info p {
    font-size: 11px;
    padding: 0 20px;
  }
}

/* Payment banner image styles */
.payment-banner-img {
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  padding: 10px 0;
}
