/*
 * XiaoyuCMS (http://www.zzshe.com)
 * Copyright (c) 2013-2018 http://www.zzshe.com All rights reserved.
 * Author: 小鱼儿网络 <195094303@qq.com>
 */



.theme-default .nivoSlider {
	position:relative;
	 background: #ffffff;
    margin-bottom:0px;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 0;
}
.theme-default .nivo-controlNav a {
display:inline-block; 
width:13px;
height:13px; 
margin:0 5px; 
background:#c1c1c1; 
border-radius:50%;
cursor: pointer;
opacity: 0.9;
-moz-opacity: 0.9;
filter:alpha(opacity=90);
text-indent:-9999px;
}
.theme-default .nivo-controlNav a.active {
display: inline-block;
width: 13px;
height: 13px;
margin: 0 5px;
background: #000000;
border-radius: 50%;
opacity: 0.9;
-moz-opacity: 0.9;
filter:alpha(opacity=90);
text-indent:-9999px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAeCAYAAABwmH1PAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAK+SURBVHja1Jmvc+JAFMc/ZJghLq5xOFCH67m6OHB1lefuv6q7unPg4loFDlTPxQWHSxUVvMykuWz27WZzM/dmMjAh5O13d7/f92Mn1+sVpcXAHTDv+O0CnIGScSwV30nHb4X4rjQvmiqeWQLf5NNmF+AIHLQDsEzwPbAyAG3bu/gt+h6a9KxwCmSGFbVZJc5fPcE+CNjY478FkJt2mwnwdwE71Ergt6y8xhLgUSZ7qOXAXgN4I9solFXAi4LfKfDkuaomOwLb5o2o9UAWGGzNxScLD5MRwCJYMhPgpWzlMSyWrWqyxxHANum5bAOOgbUHP11Dy4NBoNKRfa/rCa0BuypiLpertf0kcs9HkHLHHXZfA44dnW671M/VcYNjvlt53xYkzWRHwELptAKeRfmGCknXd18VflYmOTGwqAFrOPNCmNQxEc6mygwq5NgWkUIwQoKt7U6uUKYdYzq1zPKxhydn4JdCmTPDKvcJkm3g5x7K9SVOydQiCrmF08UIcbMc+N6tjK0zp4h6qp43/l97M+XvUY+w/AyUxP9rS2XsiWs9XOfAO6k1tfxs2sxjwBnwoUg8SkPtvu4Ls1Phy9ySA2874u/Ms1bGwlHNrpoZ4vvG5jdShptNoPq4qbLngO/LFGABygg4OVQdmwBVzbuoaGWgimuqunGo8k6RYxhYBahbD4bvvnX2yoFGZa3SLr2nFPjhqeBFa3ILz5jrM4bXZlgqHLdX4snpXHlPw9nEkUZFOw7v0Dfb8ARbGjKrfES/F8H2V+JRceswViM4PVpq6H2AstOU/n7B1NW1TCX2JoGc7h1WMCNcX+0iYL/sKlNfuu5xLQfO7s4j9FizJSVnd127dWI5W5pza7LNHYEeGHbcUreCXHtthaixUfknysO0lNv5Uor5MK0E/sgVSgdi6cgsejokhfg+abLGzwEA5nq5vbenPB4AAAAASUVORK5CYII=) no-repeat;
	text-indent:-9999px;
	border:0;
    opacity: 0; 
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.theme-default:hover a.nivo-nextNav {right:15px;  opacity: 1; }
.theme-default:hover a.nivo-prevNav {left:15px;   opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:-15px;
}
.theme-default a.nivo-prevNav {
	left:-15px;
}

.theme-default .nivo-caption {
    font-family: Arial,Helvetica,sans-serif;
	line-height: 26px;
}
.theme-default .nivo-caption a {
    color:#fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:5%;
	top:25%;
	height:100%;
	color:#fff;
	width:95%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.slidersun{padding: 50px 0 0 50px;}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:400;
}

/* animated  */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

@-webkit-keyframes slideInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(60px);
    -ms-transform: translateX(60px);
    transform: translateX(60px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight2 {
  -webkit-animation-name: slideInRight2;
  animation-name: slideInRight2;
}


@-webkit-keyframes slideInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    transform: translateX(-60px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft2 {
  -webkit-animation-name: slideInLeft2;
  animation-name: slideInLeft2;
}



@-webkit-keyframes slideInRight3 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight3 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight3 {
  -webkit-animation-name: slideInRight3;
  animation-name: slideInRight3;
}


@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

/* 模板  */
.widget_categories ul ul{display:none;}
.widget_categories ul li.hover ul{display:block;}
.widget_categories ul li.hover ul{background-color:#f1f1f1;left:100%;top:-0.5rem;width:100%;z-index:9999;position:absolute;height:auto;}
.widget_categories ul li.hover{background-color: #e9e9e9;}
.widget_categories ul li.hover ul li:hover{background-color: #e9e9e9;}
.widget_categories ul li.hover ul ul{display:none;}
.widget_categories ul li.hover ul li.hover ul{display:block;}

*{ margin:0; padding:0; list-style:none;}
.lanrenzhijia{ width:100%; height:auto;}
.lanrenzhijia .tab{overflow:hidden; margin-top: 1%; margin-right: -1%; font-size: 0px;}
.lanrenzhijia .tab img{ cursor: pointer; width:24%; height:auto; margin-right: 1%;}
.lanrenzhijia .content img{ width:100%; height:auto; display:none;}
.lanrenzhijia .tab img:hover{opacity: 0.55; filter: alpha(opacity=55);}

.sun-post-preview{float:left;width:49%; height:auto;}
.sun-blog-post-body{float:right;width:48%; height:auto;}

.product-inquiry {float:left; margin-top: 20px;}
.product-inquiry a{ padding:6px 10px; font-size:16px; font-family:Arial; color:#fff; background:#161e21; display:inline-block; -webkit-transition:all 0.2s ease; -moz-transition:all 0.2s ease; -o-transition:all 0.2s ease; -ms-transition:all 0.2s ease; transition:all 0.2s ease;}
.product-inquiry a:hover{ background-color:#f00; color:#fff !Important; text-decoration:none;}
.radius{ margin-right:10px;border-radius:1px; -moz-border-radius:1px; -webkit-border-radius:1px;}

@media screen and (max-width: 767px) {
.sun-post-preview{float:none;width:100%;}
.sun-blog-post-body{float:none;width:100%;}
}

.extbkbox{width:320px;max-width:100%;position:fixed !Important;bottom:0;position:absolute;z-index:99;right:0px;}
.w-tabs-section-header { padding: 3px 1.5rem;}

.zoom {display:inline-block; position: relative;}
.zoom img {display: block;}
.zoom img::selection { background-color: transparent; }
.zoomImg{cursor:move;}

/* =ihover  */

.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 100%;
  height: 100%;
}

.ih-item.square {
  position: relative;
  width: 100%;
  height: auto;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


.ih-item.square.effect6 {
  overflow: hidden;
}
.ih-item.square.effect6.colored .info {

  background: rgba(0, 0, 0, 0.4);
}
.ih-item.square.effect6.colored .info h3 {
  background: rgba(0, 0, 0, 0.3);
}
.ih-item.square.effect6 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ih-item.square.effect6 .info {
 

  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 10px;
  font-weight: 500;
  margin: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info p {

  font-size: 16px;
  position: relative;
  color: #fff;
  padding: 10px;
  text-align: center;
  -webkit-transition: all 0.35s 0.1s linear;
  -moz-transition: all 0.35s 0.1s linear;
  transition: all 0.35s 0.1s linear;
}
.ih-item.square.effect6 a:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.ih-item.square.effect6 a:hover .info {
  visibility: visible;
  opacity: 1;
}

.ih-item.square.effect6.from_top_and_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.from_top_and_bottom .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.from_top_and_bottom a:hover .info h3,
.ih-item.square.effect6.from_top_and_bottom a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.square.effect6.from_left_and_right .info h3 {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ih-item.square.effect6.from_left_and_right .info p {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.ih-item.square.effect6.from_left_and_right a:hover .info h3,
.ih-item.square.effect6.from_left_and_right a:hover .info p {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.infotop {
 position: absolute;
 top: 20%;
 width: 100%;
}


.grid {
	overflow: hidden;
	margin: 0;
	width: 100%;
	list-style: none;
	text-align: center;
}

.grid figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	margin: 0;
	width: 100%;
	height: auto;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	opacity: 0.4;
}

.grid figure figcaption {

	color: #fff;
	
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid figure a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	text-transform: uppercase;
	font-size: 21px;
	font-weight: 300;
}

.grid figure p {
	font-size: 16px;
	padding: 0 8px;
}

figure.effect-oscar {
	background: -webkit-linear-gradient(45deg, #383a5f 0%,#1a1615 40%,#594930 100%);
	background: linear-gradient(45deg, #383a5f 0%,#1a1615 40%,#594930 100%);
}

figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
	padding: 3em;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
}

figure.effect-oscar h2 {
	margin: 10px 10px 8px 10px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-oscar:hover img {
	opacity: 0.4;
}


#sun h3 {
    font-size: 18px;
}
#sun h3 span {
    background: none repeat scroll 0 0 #002E5B;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    line-height: 37px;
    padding: 2px 18px 0;
    position: relative;
    text-transform: uppercase;
	font-weight:bold;
}

.wpb_area_title{
border-bottom: 3px solid #002E5B;
border-top: 1px solid rgba(102, 102, 102, 0.2); 
border-right: 1px solid rgba(102, 102, 102, 0.2); 
padding-bottom: 0px;
margin: 0px;
}

.clear { clear:both; }

/* Mobile bottom bar - desktop hidden */
.mfoot_box,
.mfoot_spacer {
	display: none;
}

.mobi-bar {
	display: none !important;
}
	
@media only screen and ( max-width: 768px ) {
.owl-theme .owl-controls .owl-buttons .owl-prev{ bottom: 45%;}
.owl-theme .owl-controls .owl-buttons .owl-next{ bottom: 45%;}
.cloud-zoom-big {display: none !important;}
.cloud-zoom-lens {background-color:transparent !important;}
}

img {
max-width:100%;
height: auto ;
}

table,th,td,tr{
border:1px solid #444444 !important;
max-width:100% !important;
height: auto !important;
}


.imgsunpost{
    position: relative;
    float: left;
	width: 25%;
}
.infosunpost{
    margin-right: 0 !important;
    clear: right;
    width: 75%;
	padding: 0px 0px 0px 8px;
	position: relative;
    float: left;
}

.imgsun{
    position: relative;
    float: left;
	width: 45%;
}
.infosun{
    margin-right: 0 !important;
    clear: right;
    width: 45%;
	padding: 40px 0 0 0;
	position: relative;
    float: right;
}
.infosun h3{
    font-size: 36px;
    margin: 0 !important;
	padding-bottom: 10px;
	font-weight: 500;
}

.infosun p{
color: #444 !important;
font-size: 16px;
line-height: 28px;
}

.imgsun2{
    position: relative;
    float: right;
	width: 50%;
}
.infosun2{
    margin-right: 0 !important;
    width: 50%;
	padding: 25px 15px 0 25px;
	position: relative;
    float: left;
}
.infosun2 h3{
    font-size: 30px;
    margin: 0 !important;
	padding-bottom: 10px;
	font-weight: 500;
}

.infosun2 p{
    font-size: 16px;
    line-height: 28px;
}
#triangle-right {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;

    border-bottom: 20px solid transparent;
	display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top:-moz-calc(50% - 22px);
    top:-webkit-calc(50% - 22px);
    top: calc(50% - 22px);
    z-index: 99;
	left: 0;
}


.imgsun3{
    position: relative;
    float: left;
	width: 50%;
}
.infosun3{
    margin-right: 0 !important;
    clear: right;
    width: 50%;
	padding: 25px 15px 0 25px;
	position: relative;
    float: left;
}
.infosun3 h3{
    font-size: 30px;
    margin: 0 !important;
	padding-bottom: 10px;
	font-weight: 500;
}

.infosun3 p{
    font-size: 16px;
    line-height: 28px;
}
#triangle-left {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
 
    border-bottom: 20px solid transparent;
	display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top:-moz-calc(50% - 22px);
    top:-webkit-calc(50% - 22px);
    top: calc(50% - 22px);
    z-index: 99;
	right: 0;
}
.postsunlons{
overflow: hidden;
display: block;
}

.boxsunlons{
overflow: hidden;
display: block;
}
@media only screen and ( max-width: 768px ) {
.imgsunpost{width: 15%;}
.infosunpost{ width: 85%;}
.imgsun, .infosun{ float: none; margin-right: 0; width: 100%;}
.infosun{padding: 20px 0;}
.infosun h3{font-size: 28px;}
.buttonsun2 {display: none !important;}
.boxsunlons{text-align: center;}
.imgsun2, .infosun2{ float: none; margin-right: 0; width: 100%;}
.infosun2{ padding: 20px 0;}
.infosun2 h3{ font-size: 26px;}
.infosun3 h3{ font-size: 26px;}
.imgsun3, .infosun3{ float: none; margin-right: 0; width: 100%;}
.infosun3{padding: 20px 0;}
#triangle-left, #triangle-right{display: none;}
}


.boxsunlonsa{padding: 25px; border: 1px solid #BBBEC9; text-align: center;}
.imgsuna img { border-radius: 50%;   width: 100%;}
.infosuna h3{
    font-size: 22px;
    margin: 0 0 8px !important;
	padding: 20px 0 0;
    font-weight: 500;
}
.infosuna a{
color: #444 !important;
}
.infosuna p{
color: #444 !important;
font-size: 14px;
}

.boxsunlonsb{padding: 25px; border: 1px solid #BBBEC9; text-align: center; margin-bottom: 30px;}

.infosunb h3{
    font-size: 22px;
    margin: 0 0 8px !important;
	padding: 20px 0 0;
    font-weight: 500;
}
.infosunb a{
color: #444 !important;
}
.infosunb p{
color: #444 !important;
font-size: 14px;
}


.imgsunc{
    position: relative;
    float: left;
	width: 42%;
}
.infosunc{
    margin-right: 0 !important;
    clear: right;
    width: 58%;
	padding: 10px 0 0 25px;
	position: relative;
    float: left;
}
.infosunc h3{
    font-size: 24px;
    margin: 0 !important;
	padding-bottom: 6px;
	font-weight: 500;
}

.infosunc p{
font-size: 16px;
line-height: 28px;
}
.boxsunlonsc{
overflow: hidden;
display: block;
border: 1px solid #BBBEC9;
padding:20px;

}
@media only screen and ( max-width: 768px ) {
.imgsunc, .infosunc{ float: none; margin-right: 0; width: 100%;}
.infosunc{padding: 20px 0 0; text-align: center;}
}


.imgsund{
    overflow: hidden;
    position: relative;
    float: right;
	width: 45%;
}
.infosund{
    margin-right: 0 !important;
    width: 45%;
	padding: 40px 0 0 0;
	position: relative;
    float: left;
}

.infosund h3{
    font-size: 36px;
    margin: 0 !important;
	padding-bottom: 10px;
	font-weight: 500;
}
.infosund a{
color: #444 !important;
}
.infosund p{
color: #444 !important;
font-size: 16px;
line-height: 28px;
}

@media only screen and ( max-width: 768px ) {
.imgsund, .infosund{ float: none; margin-right: 0; width: 100%;}
.infosund{padding: 20px 0 0 0; text-align: center;}
.infosund h3{font-size: 28px;}
}

.boxsunlonse{ text-align: center; padding-bottom: 10px;}

.infosune h3{
    font-size: 22px;
    margin: 0 0 8px !important;
	padding: 20px 0 0;
	font-weight: 500;
}
.infosune a{
color: #444 !important;
}
.infosune p{
color: #444 !important;
font-size: 14px;
}


.imgsuntop{ margin-top:-15px;}
h3.title-seconds {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    text-align: center;
    display: inline-block;
}
h3.title-seconds span {
    background: #ffffff none repeat scroll 0 0;
    bottom: -16px;
    color: #444;
    display: inline-block;
    font-weight: 500;
    font-size: 26px;
    padding: 0 12px;
    position: relative;
	text-align: center;
}

h3.title-second {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin: 0 0 25px;
    text-align: center;
    display: inline-block;
}
h3.title-second span {
    background: #ffffff none repeat scroll 0 0;
    bottom: -16px;
    color: #444;
    display: inline-block;
    font-weight: 500;
    font-size: 28px;
    padding: 0 12px;
    position: relative;
	text-align: center;
}
.infowpba{text-align: center; font-size: 16px; color: #444;}

.imgsun {overflow: hidden; line-height:0px;}
.imgsun img{
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.imgsun :hover  img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}



.imgsunb {overflow: hidden; line-height:0px;}
.imgsunb img{
  width: 100%;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.imgsunb :hover  img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.imgsunc {overflow: hidden; line-height:0px;}
.imgsunc img{
  width: 100%;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.imgsunc :hover  img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.imgsun2 {overflow: hidden; line-height:0px;}
.imgsun2 img{
  width: 100%;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.imgsun2 :hover  img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.imgsun3 {overflow: hidden; line-height:0px;}
.imgsun3 img{
  width: 100%;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.imgsun3 :hover  img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.imgsund img{
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.imgsund :hover  img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.imgsune {overflow: hidden; line-height:0px;}
.imgsune img{
  width: 100%;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.imgsune :hover  img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.imgsunf {overflow: hidden; line-height:0px;}
.imgsunf img{
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.imgsunf :hover  img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.imgsung {overflow: hidden;  margin-bottom: 10px; line-height:0px;}
.imgsung img{
  width: 100%;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.imgsung :hover  img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.imgsundd {overflow: hidden; line-height:0px;}
.imgsundd img{
  width: 100%;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.imgsundd :hover  img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.infosung a{
color: #444 !important;
}
.infosung p{
color: #444 !important;
font-size: 14px;
}


.imgsid{
padding: 0 8%;
  	position: absolute;
	width: 100%;
	height: auto;
	margin: 0px;	
	z-index: 2;
	left: 0px;
	right: 0px;
	top: 25%;
}
.imgsid img{
  width: auto !important;
  height: auto;
}

.infosuno{
 width: 50%;
 float: left;
}

.suno1 {
font-weight: 700; font-size: 36px;	
color: #000 !important;
}


.suno3 {
position: relative;
padding: 16px 10px 10px;
color: #000 !important;
background: #fff;
-webkit-animation-delay: .5s;
animation-delay: .5s;
-webkit-animation-duration: 1.5s !important;
animation-duration: 1.5s !important;
}

.slidersun .suno3::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: -33px;
    position: absolute;
    top: 0;
    transform: skewX(-17deg);
    width: 120px;
    z-index: -1;
}

.slidersun  .suno3::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -34px;
    top: 0;
    transform: skewX(-17deg);
    width: 120px;
    z-index: -1;
}

.suno2 {
position: relative;
margin-top: 4px !important;
padding: 6px 10px 10px;
color: #fff !important;
background: #002E5B;
-webkit-animation-delay: .5s;
animation-delay: .5s;
-webkit-animation-duration: 1.5s !important;
animation-duration: 1.5s !important;
}

.slidersun  .suno2::before {
    background: #002E5B none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: -33px;
    position: absolute;
    top: 0;
    transform: skewX(-17deg);
    width: 120px;
    z-index: -1;
}

.slidersun  .suno2::after {
    background: #002E5B none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -34px;
    top: 0;
    transform: skewX(-17deg);
    width: 120px;
    z-index: -1;
}


.suno4 {
font-size: 16px;
color: #ffffff !important;
font-weight:bold!important;
}
.suno6 {
font-size: 15px;
padding: 10px 20px 12px;
color: #ffffff !important;
background: rgba(0,0,0,.5)!important;
border: 1px solid #fff;
border-radius: 5px;
}
.suno5 {
margin-top: 18px !important;
-webkit-animation-delay: 1s;
animation-delay: 1s;
-webkit-animation-duration: 1.5s !important;
animation-duration: 1.5s !important;
}

.infosunp{
 text-align: center !important;
 margin: 0 6%;
}

.sunp1 {
font-size: 36px;
color: #fff !important;
text-shadow:1px 1px 2px #000;
}
.sunp3 {
-webkit-animation-duration: 1.5s !important;
animation-duration: 1.5s !important;
}

.sunp2 {
-webkit-animation-delay: .5s;
animation-delay: .5s;
-webkit-animation-duration: 1.5s !important;
animation-duration: 1.5s !important;
}
.sunp4 {
text-shadow:1px 1px 1px #111;
font-size: 24px;
color: #fff !important;
}

.sunp6 {
background: rgba(0,0,0,.5);
font-size: 15px;
padding: 10px 20px 12px;
color: #ffffff !important;
border: 1px solid #fff;
border-radius: 5px;
text-shadow:1px 1px 1px #111;
}
.sunp5 {
margin-top: 19px !important;
-webkit-animation-delay: 1s;
animation-delay: 1s;
-webkit-animation-duration: 1.5s !important;
animation-duration: 1.5s !important;
}
@media screen and ( max-width: 1190px ) {
.infosuno{width: 80%;}
.suno5 {display: none;}
.sunp1 {font-size: 24px;}
.sunp4 {font-size: 16px;}
.sunp6 {font-size: 14px; padding: 8px 16px 10px;}
.tx-fw-content{margin-bottom: 0px !important;}
}
@media screen and ( max-width: 980px ) {
.imgsid{top: 20%;}
.sunp6 {font-size: 12px; padding: 8px 16px 10px;}
.suno1 {font-size: 18px;}
.suno4 {font-size: 12px;}
.sunp1 {font-size: 20px;}
.sunp4 {font-size: 14px;}
}
@media screen and ( max-width: 480px ) {
.sunp1 {font-size: 18px;}
.sunp4 {font-size: 12px;}
.sunp5 {display: none;}
.suno1 {font-size: 15px;}
.suno4 {font-size: 11px;}
.owl-buttons{display: none;}
.l-main{margin-top:50px !important;}   
.online{display: none;}
.color_footer-bottom{padding-bottom:0!important;}
}
.fullq{
    background: rgba(0,0,0,.5);
  	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0px;	
	z-index: 2;
	left: 0px;
	right: 0px;
	top: 0;
}
.imgq img{
width: 100%;
}
.imgq {
line-height:0px;
}


.infosunq{
 width: 76%;
 position: absolute;
 top: 25%;
 text-align: center !important;
 margin: 0 12% ;
}

.sunq1 {
font-size: 28px;
color: #ffffff !important;

}
.sunq3 {
-webkit-animation-duration: 1.5s !important;
animation-duration: 1.5s !important;
}

.sunq2 {
padding: 8px 0px 15px;
-webkit-animation-delay: .4s;
animation-delay: .4s;
-webkit-animation-duration: 1.5s !important;
animation-duration: 1.5s !important;
}
.sunq4 {
font-size: 16px;
color: #ffffff !important;
}

.sunq6 {
font-size: 15px;
padding: 10px 20px 12px;
color: #ffffff !important;
border: 1px solid #fff;
border-radius: 5px;
}
.sunq5 {
margin-top: 14px !important;
-webkit-animation-delay: .6s;
animation-delay: .6s;
-webkit-animation-duration: 1.5s !important;
animation-duration: 1.5s !important;
}


.one_halfss{
    width: 50%;
    position: relative;
    margin-right: 0;
    float: left;
}

.one_fourths {
 width: 23.5%;
 position: relative;
 margin-right: 2%;
 float: left;
 }

@media only screen and ( max-width: 768px ) {
.one_halfss, .one_fourths{ float: none; margin-right: 0; width: 100%;}
.one_fourths{margin-bottom: 20px;}
.nivo-caption{display: none !important;}
}


p { margin: 0px 0px 8px !important;}
.slidersun{width: 40%;}

.l-titlebar.size_large .l-titlebar-h, .l-sidebar, .l-section-h, .l-section.width_full .vc_col-sm-12 .w-tabs-section-content-h {padding: 2.5rem 0;}
.l-titlebar.size_small .l-titlebar-h, .l-titlebar.size_medium .l-titlebar-h {padding: 4px 0 2px;}
.owl-prev {left: 5px;}
.owl-next {right: 5px;}
.owl-prev, .owl-next {top: 42%;}
.img-class img{ width:100%;}
.w-blog-post-meta-category::before {content: 'Category:';}
.l-titlebar-h{margin-bottom: -32px;}
@media only screen and ( max-width: 480px ) {
.l-section-h{padding: 1.5rem 0;}
.l-titlebar-h{display: none !important;}
}

.w-blog-post {
    padding: 10px !important;
    margin-bottom: 5px !important;
	line-height:0px;
}
.w-blog.layout_smallcircle .w-blog-post  {line-height:24px !important; border: 1px solid #ccc; padding: 18px !important;    margin-bottom: 18px !important;}
.w-blog-list {
    margin-left:  0 !important;
    margin-right:  0 !important;
	border: 1px solid #ddd; padding:1px;
}
.w-blog-post-h{
padding: 1px !important;
border: 1px solid #ddd;  
}
.w-blog-post-h:hover{border-color: #a8a8a8;}
.w-blog-post-preview{overflow: hidden;}
.w-blog-post-preview img{
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.w-blog-post-preview:hover img{
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}


.w-blog-list .w-blog-post-title {
    margin-bottom: 5px !important;
	padding-top: 10px !important;
	text-align: center;
    font-weight: 300;
    font-size: 15px !important;
    color: #444444 !important;
}
.owl-dots { padding-top: 5px !important;}
.g-pagination{margin-top: 10px !important; text-align: center;}
.layout_smallcircle .w-blog-post-h{border: 0px; padding: 0 !important;}
.layout_smallcircle .w-blog-list{ padding: 18px 18px 3px 18px;}
.layout_smallcircle .w-blog-list .w-blog-post-title { text-align:left; font-size: 24px !important; padding-top: 5px !important;}
.layout_smallcircle .w-blog-post-preview { border-radius: 0 !important;  max-width: 100% !important;}
.layout_smallcircle .w-blog-post-content {margin-top: 0;}
.layout_related .w-blog-post-meta{display: none;}
.w-toplink{display: none !important;}
.extbkbox .w-tabs.accordion .w-tabs-section-content-h { padding: 2px 1.5rem 5px !important;}
.extbkbox input{line-height: 2.2rem !important; height: 2.2rem !important; box-shadow:none !important; width:100%;}
.extbkbox textarea{box-shadow:none !important; height: 6rem;}
.sidebaremg img{width: 100%;}
textarea { height: 12rem;}
#message, input{border: 1px solid #ccc; box-shadow: none !important;}

.footerrq{max-width: 190px; padding-top: 4px ;}
.for_related{margin-bottom: 2.5rem !important;}
.g-tags-title{display: inline-block !important;}
.l-content .l-section.height_small .l-section-h { padding-top: 0 !important;}

/* 缩略图特效  */
.w-blog-post-preview {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.w-blog-post-preview img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}
.w-blog-post-preview .ovrlyT {
    background: rgba(0, 0, 0, 0.25);
    height: 100%;
    left: -100%;
    position: absolute;
    top: -100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.w-blog-post-preview .ovrlyB {
    background: rgba(0, 0, 0, 0.25);
    height: 100%;
    left: 100%;
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.w-blog-post-preview .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.w-blog-post-preview .buttons .fa {
    background: rgb(256, 256, 256);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    position: relative;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    color: transparent;
}
.w-blog-post-preview:hover .ovrlyT {
    left: 0;
    top: 0;
}
.w-blog-post-preview:hover .ovrlyB {
    left: 0;
    top: 0;
}
.w-blog-post-preview:hover .buttons .fa {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    color: rgba(50, 50, 50, 0.9);
}


.sunlons-ovr {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.sunlons-ovr img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}
.sunlons-ovr:hover img{
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.sunlons-ovr .ovrlyT {
    background: rgba(0, 0, 0, 0.25);
    height: 100%;
    left: -100%;
    position: absolute;
    top: -100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sunlons-ovr .ovrlyB {
    background: rgba(0, 0, 0, 0.25);
    height: 100%;
    left: 100%;
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sunlons-ovr .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.sunlons-ovr .buttons .fa {
    background: rgb(256, 256, 256);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    position: relative;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    color: transparent;
}
.sunlons-ovr:hover .ovrlyT {
    left: 0;
    top: 0;
}
.sunlons-ovr:hover .ovrlyB {
    left: 0;
    top: 0;
}
.sunlons-ovr:hover .buttons .fa {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    color: rgba(50, 50, 50, 0.9);
}

/* 选项卡 */
.outer {width:100%; height:auto; border: 1px solid #ddd;}
.outer .tab{ overflow:hidden;   margin: 0; }
.outer .tab li {float:left; cursor:pointer; margin: 0 ; width:33.3%; height:auto;  padding:15px 20px; }
.outer .tab li:last-child {border-left: 1px solid #e1e1e1;}
.outer .tab li.current {background:#ddd; color:#333;}
.outer .content {padding: 18px; border-top: 1px solid #e1e1e1; }
.outer .content ul {display:none;  margin: 0;}
.imgsung{ line-height:0px;}
@media only screen and ( max-width: 768px ) {
.outer .tab li { width:100%  !important; border-bottom: 1px solid #e1e1e1; }
.outer2 .tab li { width:100%  !important; border-bottom: 1px solid #e1e1e1; }
.extbkbox input, .extbkbox textarea{line-height: 2rem !important;height: 2rem !important; padding: 0 .8rem;}
.extbkbox p{margin-bottom:1px !important;}
}

.outer2 {width:100%; height:auto; border: 1px solid #ddd;}
.outer2 .tab{ overflow:hidden;   margin: 0; }
.outer2 .tab li {float:left; cursor:pointer; margin: 0 ; width:25%; height:auto;  padding:15px 20px; border-left: 1px solid #e1e1e1;}
.outer2 .tab li.current {background:#ddd; color:#333;}
.outer2 .content {}
.outer2 .content ul {display:none;  margin: 0;}





/* 侧边tags修改 */
.tagcloud a{ 
font-size: 15px !important; 
display: inline-block;
border: 1px solid #ccc;
color: #4e4540;
line-height: 32px;
padding: 0 10px;
margin: 5px 3px;
}
.tagcloud a:hover { border-color: #4e4540;}
.tagcloud { 
border: 1px solid #ddd;
padding: 5px 8px 6px 8px;
}
/* 侧边Contact Us修改 */
#text-4 .textwidget{border: 1px solid #ddd; padding: 10px 12px; }
/* 下载页面 */
.imgdown {overflow: hidden; line-height:0px;}
.imgdown img{ width: 100%;}
/* 不显示侧边底部 */
@media only screen and ( max-width: 900px ) {
.color_footer-top, .l-sidebar {display: none;}
}

.ssaa .vc_column-inner{background-color: #555555;}
.ssbb .vc_column-inner{background-color: #666666;}
.sscc .vc_column-inner{background-color: #777777;}

.ssaa .vc_column-inner:hover{background-color: #FF4A00; color: #fff  !important; }
.ssbb .vc_column-inner:hover{background-color: #FF4A00; color: #fff  !important; }
.sscc .vc_column-inner:hover{background-color: #FF4A00; color: #fff  !important; }

.ssaa .vc_column-inner:hover h4{color: #fff  !important; }
.ssbb .vc_column-inner:hover h4{color: #fff  !important; }
.sscc .vc_column-inner:hover h4{color: #fff  !important; }
/*menu*/
.w-nav-list.level_1 > .menu-item a {
    font-size: 16px!important;
    font-weight: 600;
    letter-spacing: 0.04em;

}
.w-nav-list.level_1 > .menu-item a{}
.w-nav-list.level_2 > .menu-item a,.w-nav-list.level_3 > .menu-item a{ color:#fff; font-size: 15px!important;
    font-weight: 500;}

.w-nav-list.level_2 > .menu-item a,.w-nav-list.level_3 > .menu-item a:hover{ color:#fff!important;}

.w-nav-list.level_2 > .menu-item,.w-nav-list.level_3 > .menu-item{border-bottom: 1px solid #5a6164;}

.w-nav-list.level_2 > .menu-item a::before ,.w-nav-list.level_3 > .menu-item a::before {
    background: #FDE428 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 3px;
}
.w-nav-list.level_2 > .menu-item a:hover::before ,
.w-nav-list.level_3 > .menu-item a:hover::before
{
    opacity: 1;
}


.widget_archive ul li::before, .widget_categories ul li::before, .widget_meta ul li::before, .widget_pages ul li::before, .widget_recent_entries ul li::before, .widget_recent_comments ul li::before, .l-footer .widget_nav_menu .menu-item::before {
 
    left: 15px;

}

.widget_categories,.tagcloud {

    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);

}
.widget_categories ul li > a {
  
    display: block;
   
}
.widget_categories ul li{padding-left:30px;}
.widget_categories ul li a:hover{font-weight:bold;}
.tagcloud a:hover{font-weight:bold;}
.widget_text a:hover{font-weight:bold;}




.l-footer.layout_compact h4{    
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
	font-weight:bold;}
.l-footer.layout_compact h4 .colored {
    color: #FDE428;
}
.color_footer-bottom .l-section-h{border-top:#444 solid 1px;}	



/* 侧边分类修改 */
 .l-sidebar .widget .widgettitle {
    background-color: #002E5B;
    height: 45px;
    position: relative;
	padding-left: 57px;
}
 .l-sidebar .widget  h3 {
    margin:0px;
    color: #fff;
    font-size: 16px;
    line-height: 46px;
    text-transform: uppercase;
	font-weight:bold;
}

 .l-sidebar .widget .widgettitle::before {
    background-color: #00213f;
    background-image: url("../images/icon-ver-menu.png");
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 45px;
    left: 0;
    position: absolute;
    top: 0;
    width: 45px;
}

.widget {
    margin-bottom: 30px;
}
.widget_categories ul{ border: 1px solid #ddd;}
.widget_categories ul.children{ border-width: 0px;}
.widget_categories ul li{padding-top: 5px !important; padding-bottom: 5px !important; margin-bottom: 0px !important; }

/**面包屑的修改**/


.l-titlebar-h h1
{
    display: inline-block;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    position: relative;
    text-transform: uppercase;
	color: #444;
}

.l-titlebar-h h1::before {
    border-bottom: 1px double #222;
    border-top: 1px double #222;
    content: "";
    display: inline-block;
    height: 4px;
    margin: 0 20px;
    vertical-align: middle;
    width: 30px;
}
.l-titlebar-h h1::after {
    border-bottom: 1px double #222;
    border-top: 1px double #222;
    content: "";
    display: inline-block;
    height: 4px;
    margin: 0 20px;
    vertical-align: middle;
    width: 30px;
}
 .home .l-titlebar-h{display: none !important;}
 


 
 
 .vg-front-page-title {
    margin: 20px 0;
    padding: 25px 30px;
    position: relative;
    text-align: center;
}
.vg-front-page-title h2 {
    display: inline-block;
    font-size: 22px;
    font-weight: 600 !important;
    letter-spacing: 4px;
    line-height: 30px;
    position: relative;
    text-transform: uppercase;
}
.vg-front-page-title h2 .word-shadow {
    border-bottom: 2px dotted #002E5B;
    color:rgba(0, 46, 91, 0.1);
    display: block;
    font-size: 85px;
    font-weight: 300;
    left: 50%;
    line-height: 78px;
    padding: 0 50px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}


.widget_sp_image {
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
.widget_sp_image a {
    color: #fff!important;
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.widget_sp_image a img {
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.widget_sp_image a:hover::before, .widget_sp_image a:hover::after {
    opacity: 100;
    transform: scale(1);

}
.widget_sp_image a::before, .widget_sp_image a::after {
    content: "";
    opacity: 0;
    position: absolute;
    transform: scale(0, 1);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    z-index: 1;
}
.widget_sp_image a::before {
    border-bottom: 1px solid;
    border-top: 1px solid;
    bottom: 15%;
    left: 7%;
    right: 7%;
    top: 15%;
    transform-origin: 0 0 0;
}
.widget_sp_image a::after {
    border-left: 1px solid;
    border-right: 1px solid;
    bottom: 7%;
    left: 15%;
    right: 15%;
    top: 7%;
    transform-origin: 100% 0 0;
}
.widget_sp_image img {
    display: block;
    margin: 0 auto;
    opacity: 0.95;
    position: relative;
    transform: scale3d(1.05, 1.05, 1);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.widget_sp_image::before {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -150px;
    position: absolute;
    top: -150px;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, -1, 30deg) translate3d(0px, -100%, 0px);
    transition: transform 0.6s ease 0s;
    width: 100%;
    z-index: 1;
}
.widget_sp_image:hover::before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, -1, 30deg) translate3d(0px, 300%, 0px);
}
.widget_sp_image:hover img {
    opacity: 0.6;
    transform: scale3d(1, 1, 1);
}


.homead{padding:27px 37px;}
.homead:hover {
  
	background: #fff none repeat scroll 0 0;
}




.l-subheader.at_bottom{box-shadow: none !important;}

.w-blog-post-meta-date, .sunlonsdate{color:#FDE428 !important; font-weight:bold;}


/* 扩大镜 */
.recent_list img{
width: 24%;
height: auto;
margin-right: 1%;
margin-top: 1%;
}
.recent_list img:hover {
    opacity: 0.68;
    filter: alpha(opacity=68);
}	
.gallery-sample a.cloud-zoom {position: relative;display: block;}
.recent_list {
list-style: none; 
overflow: hidden;

margin-right: -1%;
font-size: 0px;
}
.cloud-zoom-lens {background-color:#fff;cursor:move;}
.cloud-zoom-wrap {
    top:0;
    z-index:9999;
    position:relative;
}
.cloud-zoom-big {overflow:hidden;}
.cloud-zoom-loading	{display: none;}

#sun2 input[type="submit"]{font-weight: bold;}

/* 特定模板 */
.sunrow{padding-top: 2rem !important;}

/* wp004 */

/* ========== Header Beautify ========== */
:root {
    --xy-navy: #002E5B;
    --xy-navy-dark: #001a35;
    --xy-gold: #FDE428;
    --xy-gold-hover: #ffe95a;
    --xy-white: #ffffff;
    --xy-gray: #5a6a7a;
}

/* 主题 JS 在非 height_full 首屏会给 .l-header 设 top≈21px，露出灰条；强制贴顶 */
.header_hor .l-header.pos_fixed {
    top: 0 !important;
}

.l-header.bg_solid.shadow_thin {
    box-shadow: 0 2px 20px rgba(0, 46, 91, 0.12) !important;
}

/* Top bar */
.l-subheader.at_top {
    background: linear-gradient(135deg, var(--xy-navy-dark) 0%, var(--xy-navy) 60%, #003d7a 100%);
    border-bottom: 2px solid var(--xy-gold);
}

.l-header.sticky .l-subheader.at_top {
    border-bottom: none !important;
}

.l-subheader.at_top .l-subheader-h {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.xy-topbar-contacts {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 6px 20px;
    flex-wrap: wrap;
}

.xy-topbar-item {
    margin: 0;
    padding: 0;
}

.xy-topbar-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 13px;
    letter-spacing: 0.02em;
    transition: color 0.25s ease, transform 0.25s ease;
    text-decoration: none !important;
}

.xy-topbar-link:hover {
    color: var(--xy-gold) !important;
    transform: translateY(-1px);
}

.xy-topbar-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    color: var(--xy-gold);
    font-size: 14px;
    flex-shrink: 0;
    transition: color 0.25s ease;
}

.xy-topbar-link:hover .xy-topbar-icon {
    background: transparent;
    color: var(--xy-gold);
}

.xy-topbar-text {
    white-space: nowrap;
}

/* Social icons in top bar */
.xy-topbar-social {
    display: flex;
    align-items: center;
    padding-left: 20px;
    margin-left: 8px;
    border-left: 1px solid rgba(253, 228, 40, 0.22);
}

.xy-topbar-social .w-socials-list {
    display: flex;
    align-items: center;
    gap: 18px;
}

.l-subheader.at_top .w-socials-item {
    margin: 0 !important;
}

.l-subheader.at_top .w-socials-item-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    min-width: 34px;
    height: auto !important;
    line-height: 1 !important;
    padding: 8px 10px !important;
    border-radius: 0;
    background: transparent !important;
    border: none !important;
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 16px !important;
    transition: color 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
}

.l-subheader.at_top .w-socials-item-link::after {
    font-size: 16px;
    line-height: 1;
}

.l-subheader.at_top .w-socials-item-link-hover {
    display: none !important;
}

.l-subheader.at_top .w-socials-item-link:hover {
    background: transparent !important;
    border: none !important;
    color: var(--xy-gold) !important;
    transform: translateY(-2px);
}

.l-subheader.at_top .w-socials-item.twitter .w-socials-item-link .xy-icon-x {
    width: 16px;
    height: 16px;
}

.l-subheader.at_top .w-socials-item-popup {
    display: none;
}

/* X (formerly Twitter) icon */
.xy-icon-x {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
}

.xy-icon-x path {
    fill: currentColor;
}

.w-socials-item.twitter .w-socials-item-link::after {
    content: none !important;
}

.w-socials-item.twitter .w-socials-item-link .xy-icon-x {
    width: 14px;
    height: 14px;
    position: relative;
    z-index: 1;
}

.w-sharing-item.twitter {
    box-shadow: 0 0 0 2px #0f0f0f inset;
    color: #0f0f0f;
}

.w-sharing.type_outlined .w-sharing-item.twitter::before {
    background-color: transparent;
}

.w-sharing-item.twitter .w-sharing-icon::before {
    content: none !important;
}

.w-sharing-item.twitter .w-sharing-icon .xy-icon-x {
    width: 16px;
    height: 16px;
}

/* Middle bar - logo + nav */
.l-subheader.at_middle {
    background: var(--xy-white);
    border-bottom: 1px solid rgba(0, 46, 91, 0.08);
    line-height: normal !important;
}

.l-subheader.at_middle .l-subheader-h {
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 20px;
    align-items: center;
    min-height: 0;
}

.l-subheader.at_middle .l-subheader-cell.at_left,
.l-subheader.at_middle .l-subheader-cell.at_right {
    display: flex;
    align-items: center;
}

.l-subheader.at_middle .l-subheader-cell.at_left {
    overflow: visible;
    flex-shrink: 0;
}

.l-subheader.at_middle .l-subheader-cell > * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.xy-header-logo.w-img,
.xy-header-logo.ush_image_1,
.l-header.sticky .xy-header-logo.ush_image_1 {
    height: auto !important;
    margin: 0 !important;
}

.xy-header-logo .w-img-h {
    height: auto !important;
    overflow: visible !important;
    display: flex;
    align-items: center;
    line-height: 0;
}

.xy-header-logo .w-img-h a {
    display: inline-flex;
    align-items: center;
    line-height: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.xy-header-logo .w-img-h a:hover {
    opacity: 0.85;
    transform: scale(1.03);
}

.xy-header-logo img {
    display: block;
    max-height: 56px;
    width: auto !important;
    height: auto !important;
    max-width: min(100%, 340px);
}

.l-header.sticky .l-subheader.at_middle .l-subheader-h {
    padding-top: 12px;
    padding-bottom: 12px;
}

.l-header.sticky .xy-header-logo img {
    max-height: 48px;
}

@media (max-width: 900px) {
    .l-subheader.at_middle .l-subheader-h {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .xy-header-logo img,
    .l-header.sticky .xy-header-logo img {
        max-height: 42px;
        max-width: min(100%, 260px);
    }
}

@media (max-width: 600px) {
    .l-subheader.at_middle .l-subheader-h {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .xy-header-logo img,
    .l-header.sticky .xy-header-logo img {
        max-height: 36px;
        max-width: min(100%, 220px);
    }
}

/* Main navigation */
.xy-main-nav.type_desktop .w-nav-list.level_1 {
    display: flex;
    align-items: center;
    gap: 2px;
}

.xy-main-nav .w-nav-list.level_1 > .menu-item > .w-nav-anchor.level_1 {
    position: relative;
    padding: 6px 16px 10px !important;
    color: var(--xy-navy) !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: color 0.25s ease, background-color 0.25s ease;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border-radius: 4px;
}

.xy-main-nav .w-nav-list.level_1 > .menu-item > .w-nav-anchor.level_1::after {
    content: "";
    display: block;
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 0;
    height: 0;
    background: var(--xy-gold);
    border-radius: 2px 2px 0 0;
    transition: height 0.2s ease;
}

.xy-main-nav .w-nav-list.level_1 > .menu-item > .w-nav-anchor.level_1:hover {
    color: var(--xy-navy) !important;
    background: rgba(253, 228, 40, 0.18) !important;
    background-color: rgba(253, 228, 40, 0.18) !important;
}

.xy-main-nav .w-nav-list.level_1 > .menu-item > .w-nav-anchor.level_1:hover::after {
    height: 2px;
}

.xy-main-nav .w-nav-list.level_1 > .menu-item.current-menu-item > .w-nav-anchor.level_1,
.xy-main-nav .w-nav-list.level_1 > .menu-item.current-menu-parent > .w-nav-anchor.level_1,
.xy-main-nav .w-nav-list.level_1 > .menu-item.current-menu-ancestor > .w-nav-anchor.level_1 {
    color: var(--xy-navy) !important;
    font-weight: 700 !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.xy-main-nav .w-nav-list.level_1 > .menu-item.current-menu-item > .w-nav-anchor.level_1:hover,
.xy-main-nav .w-nav-list.level_1 > .menu-item.current-menu-parent > .w-nav-anchor.level_1:hover,
.xy-main-nav .w-nav-list.level_1 > .menu-item.current-menu-ancestor > .w-nav-anchor.level_1:hover {
    background: transparent !important;
    background-color: transparent !important;
}

.xy-main-nav .w-nav-list.level_1 > .menu-item.current-menu-item > .w-nav-anchor.level_1::after,
.xy-main-nav .w-nav-list.level_1 > .menu-item.current-menu-parent > .w-nav-anchor.level_1::after,
.xy-main-nav .w-nav-list.level_1 > .menu-item.current-menu-ancestor > .w-nav-anchor.level_1::after {
    height: 3px;
}

.xy-main-nav .w-nav-list.level_1 > .menu-item.current-menu-item > .w-nav-anchor.level_1 .w-nav-title,
.xy-main-nav .w-nav-list.level_1 > .menu-item.current-menu-parent > .w-nav-anchor.level_1 .w-nav-title,
.xy-main-nav .w-nav-list.level_1 > .menu-item.current-menu-ancestor > .w-nav-anchor.level_1 .w-nav-title {
    color: var(--xy-navy) !important;
}

.xy-main-nav .w-nav-list.level_1 > .menu-item.current-menu-item > .w-nav-anchor.level_1 .w-nav-arrow,
.xy-main-nav .w-nav-list.level_1 > .menu-item.current-menu-parent > .w-nav-anchor.level_1 .w-nav-arrow,
.xy-main-nav .w-nav-list.level_1 > .menu-item.current-menu-ancestor > .w-nav-anchor.level_1 .w-nav-arrow {
    color: var(--xy-navy) !important;
}

.xy-main-nav .w-nav-list.level_2 > .menu-item > .w-nav-anchor,
.xy-main-nav .w-nav-list.level_3 > .menu-item > .w-nav-anchor {
    background: transparent !important;
    background-color: transparent !important;
}

.xy-main-nav .w-nav-list.level_2 > .menu-item.current-menu-item > .w-nav-anchor,
.xy-main-nav .w-nav-list.level_2 > .menu-item.current-menu-parent > .w-nav-anchor,
.xy-main-nav .w-nav-list.level_2 > .menu-item.current-menu-ancestor > .w-nav-anchor,
.xy-main-nav .w-nav-list.level_3 > .menu-item.current-menu-item > .w-nav-anchor,
.xy-main-nav .w-nav-list.level_3 > .menu-item.current-menu-parent > .w-nav-anchor,
.xy-main-nav .w-nav-list.level_3 > .menu-item.current-menu-ancestor > .w-nav-anchor {
    color: var(--xy-gold) !important;
    font-weight: 700 !important;
    background: rgba(253, 228, 40, 0.15) !important;
    background-color: rgba(253, 228, 40, 0.15) !important;
}

/* Dropdown arrows for items with submenus */
.xy-main-nav.type_desktop .w-nav-list.level_1 > .menu-item-has-children > .w-nav-anchor.level_1 {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.xy-main-nav.type_desktop .w-nav-list.level_1 > .menu-item-has-children > .w-nav-anchor.level_1 .w-nav-arrow {
    display: inline-block !important;
    position: static;
    width: auto;
    height: auto;
    font-size: 11px;
    line-height: 1;
    color: var(--xy-navy);
    transition: transform 0.25s ease, color 0.25s ease;
}

.xy-main-nav.type_desktop .w-nav-list.level_1 > .menu-item-has-children > .w-nav-anchor.level_1 .w-nav-arrow:before {
    font-family: FontAwesome;
    content: "\f107";
    display: inline-block;
    transition: transform 0.25s ease;
}

.xy-main-nav.type_desktop .w-nav-list.level_1 > .menu-item-has-children:hover > .w-nav-anchor.level_1 .w-nav-arrow,
.xy-main-nav.type_desktop .w-nav-list.level_1 > .menu-item-has-children.opened > .w-nav-anchor.level_1 .w-nav-arrow {
    color: var(--xy-gold);
}

.xy-main-nav.type_desktop .w-nav-list.level_1 > .menu-item-has-children:hover > .w-nav-anchor.level_1 .w-nav-arrow:before {
    transform: rotate(180deg);
}

.xy-main-nav.type_desktop .w-nav-list.level_2 > .menu-item-has-children > .w-nav-anchor .w-nav-arrow,
.xy-main-nav.type_desktop .w-nav-list.level_3 > .menu-item-has-children > .w-nav-anchor .w-nav-arrow {
    display: block !important;
}

.xy-main-nav.type_desktop .w-nav-list.level_2 > .menu-item-has-children > .w-nav-anchor .w-nav-arrow:before,
.xy-main-nav.type_desktop .w-nav-list.level_3 > .menu-item-has-children > .w-nav-anchor .w-nav-arrow:before {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
}

.xy-main-nav.type_mobile .menu-item-has-children > .w-nav-anchor .w-nav-arrow {
    display: block !important;
}

.xy-main-nav.type_mobile .menu-item-has-children > .w-nav-anchor .w-nav-arrow:before {
    font-family: FontAwesome;
    content: "\f107";
    display: inline-block;
    transition: transform 0.25s ease;
}

.xy-main-nav.type_mobile .menu-item-has-children.opened > .w-nav-anchor .w-nav-arrow:before {
    transform: rotate(180deg);
}

/* Mobile: logo left + hamburger; menu opens as left accordion panel */
@media (max-width: 900px) {
    .header_hor .l-header.pos_fixed,
    .header_hor .l-header.pos_static,
    .header_hor .l-header {
        top: 0 !important;
    }

    .l-subheader.at_middle {
        position: relative;
        z-index: 30;
    }

    .l-subheader.at_middle .l-subheader-h {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: space-between;
        gap: 8px;
        padding: 8px 12px !important;
        min-height: 48px;
        height: auto !important;
        line-height: normal !important;
    }

    .l-subheader.at_middle .l-subheader-cell.at_left {
        flex: 1 1 auto !important;
        width: auto !important;
        max-width: none;
        min-width: 0;
        overflow: hidden;
    }

    .xy-header-logo img,
    .l-header.sticky .xy-header-logo img {
        max-height: 34px !important;
        max-width: 100% !important;
    }

    .l-subheader.at_middle .l-subheader-cell.at_center {
        display: none !important;
    }

    .l-subheader.at_middle .l-subheader-cell.at_right {
        display: flex !important;
        flex: 0 0 auto !important;
        width: auto !important;
        min-width: 0;
        max-width: none;
        align-items: center;
        justify-content: flex-end;
        gap: 4px;
        overflow: visible;
    }

    .xy-main-nav.type_mobile {
        position: relative;
        flex: 0 0 auto;
        min-width: 44px;
        max-width: none;
        z-index: 40;
    }

    /* Hamburger */
    .xy-main-nav.type_mobile .w-nav-control {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 44px !important;
        height: 44px !important;
        margin: 0 !important;
        padding: 0 !important;
        color: var(--xy-navy) !important;
        font-size: 22px !important;
        line-height: 1 !important;
        background: transparent !important;
        border: 0 !important;
        border-radius: 6px;
        cursor: pointer;
        z-index: 2;
    }

    .xy-main-nav.type_mobile .w-nav-control:before {
        font-family: FontAwesome;
        content: "\f0c9";
        display: block;
    }

    .xy-main-nav.type_mobile .w-nav-control:hover,
    .xy-main-nav.type_mobile.opened .w-nav-control {
        color: var(--xy-navy) !important;
        background: rgba(253, 228, 40, 0.35) !important;
    }

    /* Left accordion drawer (level_1) */
    .header_hor .xy-main-nav.type_mobile .w-nav-list.level_1,
    .header_hor .xy-main-nav.type_mobile .w-nav-list.level_1[style] {
        display: none;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 0 !important;
        position: fixed !important;
        left: 0 !important;
        right: auto !important;
        top: 50px !important;
        bottom: auto !important;
        width: min(88vw, 320px) !important;
        max-width: 88vw !important;
        height: auto !important;
        max-height: calc(100vh - 50px - 56px) !important;
        margin: 0 !important;
        padding: 6px 0 12px !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        background: var(--xy-navy) !important;
        border: 0 !important;
        border-top: 2px solid var(--xy-gold);
        border-right: 1px solid rgba(253, 228, 40, 0.35);
        box-shadow: 8px 12px 28px rgba(0, 46, 91, 0.28);
        z-index: 200;
        scrollbar-width: thin;
    }

    .l-header.sticky .xy-main-nav.type_mobile .w-nav-list.level_1 {
        top: 48px !important;
        max-height: calc(100vh - 48px - 56px) !important;
    }

    .xy-main-nav.type_mobile .w-nav-list.level_1 > .menu-item {
        display: block !important;
        width: 100% !important;
        flex: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
    }

    .xy-main-nav.type_mobile .w-nav-list.level_1 > .menu-item > .w-nav-anchor.level_1 {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        width: 100% !important;
        white-space: normal;
        padding: 13px 16px !important;
        color: rgba(255, 255, 255, 0.96) !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        background: transparent !important;
        border-radius: 0;
        line-height: 1.3 !important;
        position: relative;
    }

    .xy-main-nav.type_mobile .w-nav-list.level_1 > .menu-item > .w-nav-anchor.level_1::after {
        display: none !important;
    }

    .xy-main-nav.type_mobile .w-nav-list.level_1 > .menu-item > .w-nav-anchor.level_1::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 3px;
        background: var(--xy-gold);
        opacity: 0;
        transition: opacity 0.2s ease;
    }

    .xy-main-nav.type_mobile .w-nav-list.level_1 > .menu-item > .w-nav-anchor.level_1:hover,
    .xy-main-nav.type_mobile .w-nav-list.level_1 > .menu-item.opened > .w-nav-anchor.level_1,
    .xy-main-nav.type_mobile .w-nav-list.level_1 > .menu-item.current-menu-item > .w-nav-anchor.level_1,
    .xy-main-nav.type_mobile .w-nav-list.level_1 > .menu-item.current-menu-parent > .w-nav-anchor.level_1,
    .xy-main-nav.type_mobile .w-nav-list.level_1 > .menu-item.current-menu-ancestor > .w-nav-anchor.level_1 {
        color: var(--xy-navy) !important;
        background: var(--xy-gold) !important;
        background-color: var(--xy-gold) !important;
    }

    .xy-main-nav.type_mobile .w-nav-list.level_1 > .menu-item > .w-nav-anchor.level_1:hover::before,
    .xy-main-nav.type_mobile .w-nav-list.level_1 > .menu-item.opened > .w-nav-anchor.level_1::before,
    .xy-main-nav.type_mobile .w-nav-list.level_1 > .menu-item.current-menu-item > .w-nav-anchor.level_1::before,
    .xy-main-nav.type_mobile .w-nav-list.level_1 > .menu-item.current-menu-parent > .w-nav-anchor.level_1::before,
    .xy-main-nav.type_mobile .w-nav-list.level_1 > .menu-item.current-menu-ancestor > .w-nav-anchor.level_1::before {
        opacity: 1;
    }

    .xy-main-nav.type_mobile .w-nav-list.level_1 > .menu-item > .w-nav-anchor.level_1 .w-nav-title,
    .xy-main-nav.type_mobile .w-nav-list.level_1 > .menu-item.current-menu-item > .w-nav-anchor.level_1 .w-nav-title,
    .xy-main-nav.type_mobile .w-nav-list.level_1 > .menu-item.current-menu-parent > .w-nav-anchor.level_1 .w-nav-title,
    .xy-main-nav.type_mobile .w-nav-list.level_1 > .menu-item.current-menu-ancestor > .w-nav-anchor.level_1 .w-nav-title,
    .xy-main-nav.type_mobile .w-nav-list.level_1 > .menu-item.opened > .w-nav-anchor.level_1 .w-nav-title {
        color: inherit !important;
        flex: 1 1 auto;
    }

    .xy-main-nav.type_mobile .menu-item-has-children > .w-nav-anchor .w-nav-arrow {
        position: static !important;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        width: 24px;
        height: 24px;
        margin: 0;
        color: inherit !important;
        opacity: 1 !important;
        font-size: 12px;
        line-height: 1;
    }

    /* Nested accordion categories (level_2 / level_3) */
    .xy-main-nav.type_mobile .w-nav-list.level_2,
    .xy-main-nav.type_mobile .w-nav-list.level_3 {
        display: none !important;
        position: static !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        width: 100% !important;
        min-width: 0 !important;
        max-height: none !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        background: rgba(0, 0, 0, 0.22) !important;
        border: 0 !important;
        box-shadow: none !important;
        opacity: 1 !important;
        z-index: auto;
    }

    .xy-main-nav.type_mobile .menu-item-has-children.opened > .w-nav-list.level_2,
    .xy-main-nav.type_mobile .menu-item-has-children.opened > .w-nav-list.level_3 {
        display: block !important;
    }

    .xy-main-nav.type_mobile .w-nav-list.level_2 > .menu-item,
    .xy-main-nav.type_mobile .w-nav-list.level_3 > .menu-item {
        display: block !important;
        width: 100% !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        border-right: 0 !important;
    }

    .xy-main-nav.type_mobile .w-nav-list.level_2 > .menu-item > .w-nav-anchor,
    .xy-main-nav.type_mobile .w-nav-list.level_3 > .menu-item > .w-nav-anchor {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        width: 100% !important;
        white-space: normal;
        padding: 11px 16px 11px 22px !important;
        color: rgba(255, 255, 255, 0.92) !important;
        font-size: 13px !important;
        font-weight: 500 !important;
        text-transform: none !important;
        letter-spacing: 0.02em;
        background: transparent !important;
        background-color: transparent !important;
        line-height: 1.35 !important;
        position: relative;
    }

    .xy-main-nav.type_mobile .w-nav-list.level_3 > .menu-item > .w-nav-anchor {
        padding: 10px 16px 10px 34px !important;
        font-size: 12px !important;
    }

    .xy-main-nav.type_mobile .w-nav-list.level_2 > .menu-item > .w-nav-anchor::before,
    .xy-main-nav.type_mobile .w-nav-list.level_3 > .menu-item > .w-nav-anchor::before {
        content: "" !important;
        display: block !important;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 3px;
        background: var(--xy-gold);
        opacity: 0;
        transition: opacity 0.2s ease;
    }

    .xy-main-nav.type_mobile .w-nav-list.level_2 > .menu-item > .w-nav-anchor:hover::before,
    .xy-main-nav.type_mobile .w-nav-list.level_3 > .menu-item > .w-nav-anchor:hover::before,
    .xy-main-nav.type_mobile .w-nav-list.level_2 > .menu-item.opened > .w-nav-anchor::before,
    .xy-main-nav.type_mobile .w-nav-list.level_2 > .menu-item.current-menu-item > .w-nav-anchor::before,
    .xy-main-nav.type_mobile .w-nav-list.level_3 > .menu-item.current-menu-item > .w-nav-anchor::before {
        opacity: 1;
    }

    .xy-main-nav.type_mobile .w-nav-list.level_2 > .menu-item > .w-nav-anchor:hover,
    .xy-main-nav.type_mobile .w-nav-list.level_3 > .menu-item > .w-nav-anchor:hover,
    .xy-main-nav.type_mobile .w-nav-list.level_2 > .menu-item.opened > .w-nav-anchor,
    .xy-main-nav.type_mobile .w-nav-list.level_2 > .menu-item.current-menu-item > .w-nav-anchor,
    .xy-main-nav.type_mobile .w-nav-list.level_3 > .menu-item.current-menu-item > .w-nav-anchor {
        color: var(--xy-navy) !important;
        background: var(--xy-gold) !important;
        background-color: var(--xy-gold) !important;
        font-weight: 700 !important;
    }

    .l-subheader.at_middle .w-search {
        display: none !important;
    }
}

/* Search button */
.l-subheader.at_middle .w-search-open {
    color: var(--xy-navy) !important;
    transition: color 0.25s ease, transform 0.25s ease;
}

.l-subheader.at_middle .w-search-open:hover {
    color: var(--xy-gold) !important;
    transform: scale(1.1);
}

@media (max-width: 900px) {
    .xy-topbar-contacts {
        gap: 4px 12px;
    }

    .xy-topbar-text {
        font-size: 12px;
    }

    .xy-topbar-social .w-socials-list {
        gap: 14px;
    }

    .l-subheader.at_top .w-socials-item-link {
        min-width: 30px;
        padding: 6px 8px !important;
        font-size: 15px !important;
    }
}

@media (max-width: 767px) {
    .xy-topbar-contacts {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }

    .xy-topbar-link {
        font-size: 12px;
    }

    .xy-topbar-icon {
        font-size: 13px;
    }

    .xy-topbar-social {
        width: 100%;
        padding-left: 0;
        margin-left: 0;
        margin-top: 8px;
        padding-top: 10px;
        border-left: none;
        border-top: 1px solid rgba(253, 228, 40, 0.22);
    }

    .xy-topbar-social .w-socials-list {
        gap: 16px;
        flex-wrap: wrap;
    }
}

#subjectsun {background-color: #FDE428; color: #002E5B;}

.l-footer .vc_col-sm-3 .fa {
    color: #FDE428 !important;

}
.g-breadcrumbs li{display:inline-block;}

/* ========== Homepage About & Categories ========== */
.xy-home-about {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    position: relative;
    overflow: visible;
}

.xy-home-about::before,
.xy-home-about::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(253, 228, 40, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.xy-home-about::before {
    top: -60px;
    left: -40px;
}

.xy-home-about::after {
    bottom: -80px;
    right: -30px;
}

.xy-home-about .l-section-h {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px 24px 36px;
    position: relative;
    z-index: 1;
}

.xy-section-title {
    margin: 10px 0 28px;
    padding: 28px 20px 32px;
    overflow: visible;
    min-height: 88px;
    position: relative;
}

.xy-section-title h2 {
    color: var(--xy-navy);
    font-size: 24px !important;
    font-weight: 700 !important;
    letter-spacing: 0.18em !important;
    position: relative;
    z-index: 2;
    display: inline-block;
    line-height: 1.3;
    padding: 0 16px;
}

.xy-section-title h2 .word-shadow {
    z-index: 0;
    pointer-events: none;
    font-size: 72px;
    line-height: 66px;
    padding: 0 40px;
}

.xy-section-subtitle {
    margin: 10px 0 0;
    color: var(--xy-gray);
    font-size: 15px;
    letter-spacing: 0.04em;
    font-weight: 400;
    text-transform: none;
}

.xy-about-body {
    text-align: center;
}

.xy-about-text,
.xy-about-body > p:first-child {
    max-width: 820px;
    margin: 0 auto 20px;
    color: #4a5568;
    font-size: 16px;
    line-height: 1.85;
    letter-spacing: 0.01em;
}

.xy-about-text strong,
.xy-about-body strong {
    color: var(--xy-navy);
    font-weight: 600;
}

.xy-about-more {
    margin: 24px 0 0;
    padding: 0;
}

.xy-btn-outline {
    display: inline-block;
    padding: 11px 28px;
    border: 2px solid var(--xy-navy);
    border-radius: 30px;
    color: var(--xy-navy) !important;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.25s ease;
}

.xy-btn-outline:hover {
    background: var(--xy-navy);
    border-color: var(--xy-navy);
    color: var(--xy-white) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 46, 91, 0.2);
}

/* Category section */
.xy-home-categories {
    background: #f0f4f8;
    padding-bottom: 10px;
}

.xy-home-categories .l-section-h {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 20px 40px;
}

.xy-category-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    margin: 0 -12px;
}

.xy-category-grid > .vc_col-sm-4 {
    float: none;
    width: calc(33.333% - 24px);
    max-width: 380px;
    padding: 0;
    margin: 0;
}

.xy-category-card .vc_column-inner {
    padding: 0;
    height: 100%;
}

.xy-category-card-inner {
    background: var(--xy-white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 46, 91, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.xy-category-card-inner:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(0, 46, 91, 0.15);
}

.xy-category-img-link {
    display: block;
    position: relative;
    overflow: hidden;
    color: var(--xy-white) !important;
}

.xy-category-img-link .widget_sp_image {
    margin: 0;
    line-height: 0;
}

.xy-category-img-link .widget_sp_image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transform: scale(1.05);
    transition: transform 0.5s ease, opacity 0.4s ease;
    opacity: 0.95;
}

.xy-category-card-inner:hover .xy-category-img-link .widget_sp_image img {
    transform: scale(1.1);
    opacity: 0.75;
}

.xy-category-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(0, 46, 91, 0.75) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 20px;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.xy-category-overlay-text {
    background: var(--xy-gold);
    color: var(--xy-navy);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 8px 18px;
    border-radius: 20px;
    transform: translateY(10px);
    transition: transform 0.35s ease;
}

.xy-category-card-inner:hover .xy-category-overlay {
    opacity: 1;
}

.xy-category-card-inner:hover .xy-category-overlay-text {
    transform: translateY(0);
}

.xy-category-title {
    margin: 0;
    padding: 20px 16px 22px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xy-category-title a {
    color: var(--xy-navy) !important;
    transition: color 0.25s ease;
    letter-spacing: 0.03em;
}

.xy-category-title a:hover {
    color: var(--xy-gold) !important;
}

.xy-home-categories .widget_sp_image::before,
.xy-home-categories .widget_sp_image a::before,
.xy-home-categories .widget_sp_image a::after {
    display: none !important;
}

@media (max-width: 991px) {
    .xy-category-grid > .vc_col-sm-4 {
        width: calc(50% - 16px);
        max-width: none;
    }
}

@media (max-width: 600px) {
    .xy-home-about .l-section-h,
    .xy-home-categories .l-section-h {
        padding-left: 16px;
        padding-right: 16px;
    }

    .xy-section-title {
        min-height: 72px;
        padding: 20px 12px 24px;
    }

    .xy-section-title h2 {
        font-size: 20px !important;
        letter-spacing: 0.12em !important;
    }

    .xy-section-title h2 .word-shadow {
        font-size: 56px;
        line-height: 52px;
        padding: 0 28px;
    }

    .xy-about-text,
    .xy-about-body > p:first-child {
        font-size: 14px;
        line-height: 1.75;
    }

    .xy-category-grid > .vc_col-sm-4 {
        width: 100%;
        max-width: 400px;
    }

    .xy-category-img-link .widget_sp_image img {
        height: 200px;
    }
}

/* ========== Homepage Advantages ========== */
.xy-home-advantages {
    background: linear-gradient(135deg, var(--xy-navy-dark) 0%, var(--xy-navy) 50%, #003d7a 100%);
    color: var(--xy-white);
    position: relative;
    overflow: hidden;
}

.xy-home-advantages::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 80%, rgba(253, 228, 40, 0.08) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(253, 228, 40, 0.06) 0%, transparent 40%);
    pointer-events: none;
}

.xy-home-advantages .l-section-h {
    max-width: 1200px;
    margin: 0 auto;
    padding: 36px 20px 48px;
    position: relative;
    z-index: 1;
}

.xy-home-advantages .xy-section-title h2 {
    color: var(--xy-white);
}

.xy-home-advantages .xy-section-subtitle {
    color: rgba(255, 255, 255, 0.75);
}

.xy-home-advantages .xy-section-title h2 .word-shadow {
    color: rgba(255, 255, 255, 0.08);
    border-bottom-color: rgba(253, 228, 40, 0.3);
}

.xy-advantage-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    align-items: stretch;
    margin: 0;
}

.xy-advantage-grid > .vc_col-sm-4 {
    float: none;
    width: calc(33.333% - 16px);
    max-width: 380px;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.xy-advantage-grid > .vc_col-sm-4 > .vc_column-inner {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.xy-advantage-grid > .vc_col-sm-4 .wpb_wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.xy-advantage-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 36px 28px 32px;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    transition: background 0.35s ease, border-color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
    backdrop-filter: blur(4px);
}

.xy-advantage-card:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(253, 228, 40, 0.45);
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

.xy-advantage-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--xy-gold);
    color: var(--xy-navy);
    font-size: 28px;
    margin-bottom: 22px;
    box-shadow: 0 4px 16px rgba(253, 228, 40, 0.35);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.xy-advantage-card:hover .xy-advantage-icon {
    transform: scale(1.08) rotate(-5deg);
    box-shadow: 0 8px 24px rgba(253, 228, 40, 0.5);
}

.xy-advantage-title {
    margin: 0 0 14px;
    color: var(--xy-white) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1.3;
}

.xy-advantage-text {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: 0.01em;
    flex: 1;
}

/* Legacy w-iconbox / homeadsun fallback inside advantages section */
.xy-home-advantages .homeadsun {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 36px 28px 32px !important;
    color: rgba(255, 255, 255, 0.82) !important;
    transition: background 0.35s ease, transform 0.35s ease;
}

.xy-home-advantages .homeadsun:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    transform: translateY(-6px);
}

.xy-home-advantages .w-iconbox-icon {
    background-color: var(--xy-gold) !important;
    box-shadow: 0 4px 16px rgba(253, 228, 40, 0.35) !important;
    color: var(--xy-navy) !important;
}

.xy-home-advantages .w-iconbox-title,
.xy-home-advantages .homeadsun h4,
.xy-home-advantages h4 {
    color: var(--xy-white) !important;
}

.xy-home-advantages .w-iconbox-text,
.xy-home-advantages .homeadsun p,
.xy-home-advantages p {
    color: rgba(255, 255, 255, 0.82) !important;
}

@media (max-width: 991px) {
    .xy-advantage-grid > .vc_col-sm-4 {
        width: calc(50% - 12px);
        max-width: none;
    }
}

@media (max-width: 600px) {
    .xy-home-advantages .l-section-h {
        padding: 28px 16px 36px;
    }

    .xy-advantage-grid > .vc_col-sm-4 {
        width: 100%;
        max-width: 400px;
    }

    .xy-advantage-card {
        padding: 28px 20px 24px;
    }

    .xy-advantage-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }

    .xy-advantage-title {
        font-size: 18px !important;
    }

    .xy-advantage-text {
        font-size: 14px;
    }
}

/* ========== Homepage Feature Products ========== */
.xy-home-products {
    background: #ffffff;
    position: relative;
}

.xy-home-products .l-section-h {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 20px 48px;
}

.xy-product-grid-wrap {
    line-height: normal;
}

.xy-home-products .w-blog-list {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: flex-start;
}

.xy-home-products .w-blog-post {
    float: none !important;
    width: calc(25% - 18px) !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: normal !important;
}

.xy-home-products .xy-product-grid.cols_3 .w-blog-post {
    width: calc(33.333% - 16px) !important;
}

.xy-home-products .xy-product-grid.cols_5 .w-blog-post {
    width: calc(20% - 20px) !important;
}

.xy-home-products .xy-product-grid.cols_6 .w-blog-post {
    width: calc(16.666% - 20px) !important;
}

.xy-home-products .w-blog-post-h {
    border: none !important;
    padding: 0 !important;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 46, 91, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.xy-home-products .w-blog-post-h:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(0, 46, 91, 0.15);
    border-color: transparent !important;
}

.xy-home-products .w-blog-post-preview {
    border-radius: 12px 12px 0 0;
    aspect-ratio: 1 / 1;
    background: #f5f7fa;
}

.xy-home-products .w-blog-post-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.xy-home-products .w-blog-post-preview:hover img {
    transform: scale(1.08);
}

.xy-home-products .w-blog-post-preview .ovrlyT,
.xy-home-products .w-blog-post-preview .ovrlyB {
    background: rgba(0, 46, 91, 0.55);
}

.xy-home-products .w-blog-post-preview .buttons .fa {
    background: var(--xy-gold);
    color: var(--xy-navy) !important;
    box-shadow: 0 4px 12px rgba(253, 228, 40, 0.4);
    font-size: 15px;
    line-height: 44px;
    width: 44px;
    height: 44px;
}

.xy-home-products .w-blog-post-preview:hover .buttons .fa {
    color: var(--xy-navy) !important;
}

.xy-home-products .w-blog-post-body {
    padding: 16px 14px 18px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xy-home-products .w-blog-list .w-blog-post-title {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: var(--xy-navy) !important;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.xy-home-products .w-blog-list .w-blog-post-title a {
    color: var(--xy-navy) !important;
    transition: color 0.25s ease;
}

.xy-home-products .w-blog-list .w-blog-post-title a:hover {
    color: var(--xy-gold) !important;
}

.xy-products-more {
    margin: 36px 0 0;
    padding: 0;
    text-align: center;
}

@media (max-width: 1024px) {
    .xy-home-products .w-blog-post,
    .xy-home-products .xy-product-grid.cols_3 .w-blog-post,
    .xy-home-products .xy-product-grid.cols_4 .w-blog-post,
    .xy-home-products .xy-product-grid.cols_5 .w-blog-post,
    .xy-home-products .xy-product-grid.cols_6 .w-blog-post {
        width: calc(33.333% - 16px) !important;
    }
}

@media (max-width: 767px) {
    .xy-home-products .w-blog-post,
    .xy-home-products .xy-product-grid.cols_3 .w-blog-post,
    .xy-home-products .xy-product-grid.cols_4 .w-blog-post,
    .xy-home-products .xy-product-grid.cols_5 .w-blog-post,
    .xy-home-products .xy-product-grid.cols_6 .w-blog-post {
        width: calc(50% - 12px) !important;
        max-width: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .xy-home-products .l-section-h {
        padding-left: 16px;
        padding-right: 16px;
    }

    .xy-home-products .w-blog-list {
        gap: 16px;
    }

    .xy-home-products .w-blog-post-body {
        padding: 12px 10px 14px;
    }

    .xy-home-products .w-blog-list .w-blog-post-title {
        font-size: 13px !important;
    }
}

/* ========== Inner page titlebar & product list ========== */
.xy-page-titlebar {
    background: linear-gradient(135deg, var(--xy-navy-dark) 0%, var(--xy-navy) 55%, #003d7a 100%) !important;
    border-bottom: 3px solid var(--xy-gold);
    position: relative;
    overflow: hidden;
}

.xy-page-titlebar::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(253, 228, 40, 0.05) 0%, transparent 40%, transparent 60%, rgba(253, 228, 40, 0.04) 100%);
    pointer-events: none;
}

.xy-page-titlebar .l-titlebar-h,
.l-titlebar.xy-page-titlebar .l-titlebar-h {
    max-width: 1200px;
    margin: 0 auto !important;
    padding: 28px 20px 32px !important;
    margin-bottom: 0 !important;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px 24px;
    position: relative;
    z-index: 1;
}

.xy-page-titlebar-h h1,
.xy-page-titlebar .l-titlebar-h h1 {
    display: block;
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--xy-white) !important;
}

.xy-page-titlebar-h h1::before,
.xy-page-titlebar-h h1::after,
.xy-page-titlebar .l-titlebar-h h1::before,
.xy-page-titlebar .l-titlebar-h h1::after {
    display: none !important;
    content: none !important;
}

.xy-page-titlebar-h h1 a,
.xy-page-titlebar .l-titlebar-h h1 a {
    color: var(--xy-white) !important;
    text-decoration: none !important;
    transition: color 0.25s ease;
}

.xy-page-titlebar-h h1 a:hover,
.xy-page-titlebar .l-titlebar-h h1 a:hover {
    color: var(--xy-gold) !important;
}

.xy-page-breadcrumbs ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 4px;
}

.xy-page-breadcrumbs li {
    display: inline-flex;
    align-items: center;
    margin: 0;
}

.xy-page-breadcrumbs li a {
    display: inline;
    padding: 0;
    border-radius: 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.88) !important;
    background: none;
    border: none;
    text-decoration: none !important;
    transition: color 0.25s ease;
}

.xy-page-breadcrumbs li a:hover {
    color: var(--xy-gold) !important;
    background: none;
    border: none;
    text-decoration: none !important;
}

.xy-page-breadcrumbs .g-breadcrumbs-separator {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 2px;
    border-top: 2px solid rgba(253, 228, 40, 0.65);
    border-right: 2px solid rgba(253, 228, 40, 0.65);
    transform: rotate(45deg);
    vertical-align: middle;
}

.xy-page-main {
    background: linear-gradient(180deg, #f4f7fb 0%, #ffffff 280px);
}

.xy-page-main-h {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.xy-page-content .l-section-h,
.xy-page-section .l-section-h {
    padding: 32px 0 48px !important;
}

.xy-product-list .w-blog-list {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: flex-start;
    line-height: normal !important;
}

.xy-product-list .w-blog-post {
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: normal !important;
}

.xy-product-list.cols_2 .w-blog-post {
    width: calc(50% - 12px) !important;
}

.xy-product-list.cols_3 .w-blog-post {
    width: calc(33.333% - 16px) !important;
}

.xy-product-list.cols_4 .w-blog-post {
    width: calc(25% - 18px) !important;
}

.xy-product-list.cols_5 .w-blog-post {
    width: calc(20% - 20px) !important;
}

.xy-product-list.cols_6 .w-blog-post {
    width: calc(16.666% - 20px) !important;
}

.xy-product-list .w-blog-post-h {
    border: none !important;
    padding: 0 !important;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 46, 91, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.xy-product-list .w-blog-post-h:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(0, 46, 91, 0.15);
    border-color: transparent !important;
}

.xy-product-list .w-blog-post-preview {
    border-radius: 12px 12px 0 0;
    aspect-ratio: 1 / 1;
    background: #f5f7fa;
}

.xy-product-list .w-blog-post-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.xy-product-list .w-blog-post-preview:hover img {
    transform: scale(1.08);
}

.xy-product-list .w-blog-post-preview .ovrlyT,
.xy-product-list .w-blog-post-preview .ovrlyB {
    background: rgba(0, 46, 91, 0.55);
}

.xy-product-list .w-blog-post-preview .buttons .fa {
    background: var(--xy-gold);
    color: var(--xy-navy) !important;
    box-shadow: 0 4px 12px rgba(253, 228, 40, 0.4);
    font-size: 15px;
    line-height: 44px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.xy-product-list .w-blog-list .w-blog-post-title {
    margin: 0 !important;
    padding: 16px 14px 18px !important;
    text-align: center;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.45 !important;
    color: var(--xy-navy) !important;
    min-height: calc(14px * 1.45 * 2 + 34px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.xy-product-list .w-blog-list .w-blog-post-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.45;
    max-height: calc(1.45em * 2);
    color: var(--xy-navy) !important;
    transition: color 0.25s ease;
}

.xy-product-list .w-blog-list .w-blog-post-title a:hover {
    color: var(--xy-gold) !important;
}

.xy-page-main .g-pagination {
    margin-top: 36px !important;
    padding-top: 28px;
    border-top: 1px solid rgba(0, 46, 91, 0.1);
    text-align: center;
    clear: both;
}

.xy-page-main .g-pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.xy-page-main .g-pagination .nav-links a.page-numbers,
.xy-page-main .g-pagination .nav-links span.page-numbers {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    float: none !important;
    min-width: 38px;
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
    padding: 10px 14px !important;
    margin: 0 !important;
    border-radius: 6px !important;
    position: relative;
    overflow: visible !important;
    vertical-align: middle;
    font-size: 14px !important;
    font-weight: 600;
    color: var(--xy-navy) !important;
    background: #fff !important;
    border: 1px solid rgba(0, 46, 91, 0.12) !important;
    box-shadow: none !important;
    text-decoration: none !important;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
    z-index: auto;
}

.xy-page-main .g-pagination .nav-links .page-numbers::before {
    display: none !important;
    content: none !important;
}

.xy-page-main .g-pagination .nav-links .page-numbers span {
    position: static !important;
    line-height: 1;
}

.xy-page-main .g-pagination .nav-links a.page-numbers:hover {
    background: var(--xy-navy) !important;
    border-color: var(--xy-navy) !important;
    color: var(--xy-white) !important;
}

.xy-page-main .g-pagination .nav-links span.page-numbers.current {
    background: var(--xy-navy) !important;
    border-color: var(--xy-navy) !important;
    color: var(--xy-white) !important;
    cursor: default;
}

.xy-page-main .g-pagination .nav-links span.page-numbers.dots {
    background: transparent !important;
    border: none !important;
    color: var(--xy-navy) !important;
    min-width: auto;
    padding: 10px 6px !important;
}

.xy-page-main-h .l-sidebar.at_left {
    padding-top: 32px;
}

.xy-page-main-h .l-sidebar .widget {
    background: #fff;
    border-radius: 12px;
    padding: 16px 14px;
    margin-bottom: 16px;
    box-shadow: 0 4px 18px rgba(0, 46, 91, 0.07);
    border: 1px solid rgba(0, 46, 91, 0.06);
    overflow: hidden;
}

.xy-page-main-h .l-sidebar .widget .widgettitle {
    background: var(--xy-navy) !important;
    background-image: none !important;
    height: auto !important;
    min-height: 48px;
    margin: -16px -14px 10px !important;
    padding: 14px 14px !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-bottom: 2px solid var(--xy-gold) !important;
    border-radius: 0;
}

.xy-page-main-h .l-sidebar .widgettitle,
.xy-page-main-h .l-sidebar .widget h3,
.xy-page-main-h .l-sidebar .widget h3.widgettitle {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    text-align: center !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-font-smoothing: antialiased;
}

.xy-page-main-h .l-sidebar .widget .widgettitle::before {
    display: none !important;
    content: none !important;
}

.xy-page-main-h .l-sidebar .widget_categories ul {
    border: none !important;
}

.xy-page-main-h .l-sidebar .widget_categories ul li {
    padding: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 2px !important;
}

.xy-page-main-h .l-sidebar .widget_categories ul li::before {
    display: none !important;
}

.xy-page-main-h .l-sidebar .widget_categories ul li.hover {
    background-color: transparent !important;
}

.xy-page-main-h .l-sidebar .widget_categories ul li a {
    display: block;
    padding: 6px 10px;
    border-radius: 5px;
    border-left: 3px solid transparent;
    color: var(--xy-navy) !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
    text-decoration: none !important;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.xy-page-main-h .l-sidebar .widget_categories ul li a:hover,
.xy-page-main-h .l-sidebar .widget_categories ul li.hover > a {
    color: var(--xy-navy) !important;
    background: rgba(253, 228, 40, 0.45) !important;
    border-left-color: var(--xy-gold);
    font-weight: 600;
}

.xy-page-main-h .l-sidebar .widget_categories ul li.current-cat > a {
    color: var(--xy-white) !important;
    background: var(--xy-navy) !important;
    border-left-color: var(--xy-gold);
    font-weight: 700;
}

.xy-page-main-h .l-sidebar .widget_categories ul li.current-cat.hover > a,
.xy-page-main-h .l-sidebar .widget_categories ul li.current-cat > a:hover {
    color: var(--xy-white) !important;
    background: #003d7a !important;
    border-left-color: var(--xy-gold);
}

.xy-page-main-h .l-sidebar .widget_categories ul.children {
    margin-top: 2px;
    padding-left: 8px;
}

.xy-page-main-h .l-sidebar .widget_categories ul li.hover ul {
    background-color: #f8fafc !important;
    border: 1px solid rgba(0, 46, 91, 0.08);
    border-radius: 6px;
}

@media (max-width: 900px) {
    .xy-product-list.cols_3 .w-blog-post,
    .xy-product-list.cols_4 .w-blog-post,
    .xy-product-list.cols_5 .w-blog-post,
    .xy-product-list.cols_6 .w-blog-post {
        width: calc(50% - 12px) !important;
    }

    .xy-page-titlebar-h h1,
    .xy-page-titlebar .l-titlebar-h h1 {
        font-size: 26px;
    }
}

@media (max-width: 600px) {
    .xy-product-list .w-blog-post,
    .xy-product-list.cols_2 .w-blog-post,
    .xy-product-list.cols_3 .w-blog-post,
    .xy-product-list.cols_4 .w-blog-post {
        width: 100% !important;
    }

    .xy-page-titlebar .l-titlebar-h {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 16px 24px !important;
    }

    .xy-page-titlebar-h h1,
    .xy-page-titlebar .l-titlebar-h h1 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 480px) {
    .l-titlebar.xy-page-titlebar .l-titlebar-h {
        display: flex !important;
    }
}

/* ========== Product detail page ========== */
.xy-product-titlebar .l-titlebar-h h1 {
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: 0.03em;
    text-transform: none;
}

.xy-product-detail .l-section-h {
    padding: 32px 0 48px !important;
}

.xy-product-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 40px;
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 28px;
    box-shadow: 0 4px 24px rgba(0, 46, 91, 0.08);
    border: 1px solid rgba(0, 46, 91, 0.06);
}

.xy-product-hero .sun-post-preview,
.xy-product-hero .sun-blog-post-body {
    float: none !important;
    width: 100% !important;
    height: auto !important;
}

.xy-product-hero .xy-product-wrap {
    width: 100%;
}

.xy-product-gallery .gallery-sample {
    border-radius: 10px;
    overflow: hidden;
    background: #f5f7fa;
    line-height: 0;
}

.xy-product-gallery .showpic_flash {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    border-radius: 10px;
    overflow: hidden;
}

.xy-product-gallery .showpic_flash > li {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

.xy-product-gallery .showpic_flash > li:first-child {
    display: block;
}

.xy-product-gallery .showpic_flash img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    background: #f5f7fa;
}

.xy-product-gallery #pic-page {
    margin-top: 12px;
}

.xy-product-info {
    padding: 8px 0 12px 12px;
}

.xy-product-info .xy-product-name {
    margin: 0 0 22px !important;
    padding: 0 !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;
    color: var(--xy-navy) !important;
    text-align: left !important;
}

.xy-product-info .w-blog-post-meta {
    list-style: none;
    margin: 0 0 16px !important;
    padding: 0 0 10px 0 !important;
    font-size: 14px;
    color: var(--xy-gray);
    line-height: 1.6;
}

.xy-product-info .w-blog-post-meta li {
    padding: 10px 0;
    border-bottom: 1px dashed rgba(0, 46, 91, 0.08);
}

.xy-product-info .w-blog-post-meta:last-of-type {
    margin-bottom: 20px !important;
}

.xy-product-info .tag_box {
    margin: 16px 0 20px;
    padding: 12px 0 !important;
}

.xy-product-info .tag_box .tagList .tagLi {
    line-height: 1.6;
}

.xy-product-info .tag_box .tagList a {
    color: var(--xy-navy) !important;
    font-weight: 500;
    text-decoration: none;
}

.xy-product-info .tag_box .tagList a:hover {
    color: var(--xy-gold-hover) !important;
}

.xy-product-actions {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(0, 46, 91, 0.08);
}

.xy-product-share {
    margin-bottom: 22px;
}

.xy-product-detail .w-sharing.type_outlined .w-sharing-item {
    border-radius: 6px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.xy-product-detail .w-sharing.type_outlined .w-sharing-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 46, 91, 0.15);
}

.xy-product-inquiry-btns {
    float: none !important;
    margin-top: 4px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.xy-product-inquiry-btns a {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    padding: 10px 18px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
    background: var(--xy-navy) !important;
    color: var(--xy-white) !important;
    text-decoration: none !important;
    transition: background 0.25s ease, transform 0.25s ease;
}

.xy-product-inquiry-btns a:hover {
    background: #003d7a !important;
    color: var(--xy-white) !important;
    transform: translateY(-2px);
}

.xy-product-inquiry-btns a.olreply {
    background: var(--xy-gold) !important;
    color: var(--xy-navy) !important;
}

.xy-product-inquiry-btns a.olreply:hover {
    background: var(--xy-gold-hover) !important;
    color: var(--xy-navy) !important;
}

.xy-product-block {
    margin-bottom: 28px;
}

.xy-product-block-title {
    margin: 0 0 0 !important;
    padding: 12px 18px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--xy-white) !important;
    background: var(--xy-navy);
    border-bottom: 2px solid var(--xy-gold);
    border-radius: 10px 10px 0 0;
}

.xy-product-block-title span {
    color: var(--xy-white) !important;
}

.xy-product-block-body {
    background: #fff;
    border: 1px solid rgba(0, 46, 91, 0.08);
    border-top: none;
    border-radius: 0 0 10px 10px;
    padding: 20px 22px 24px;
    box-shadow: 0 4px 18px rgba(0, 46, 91, 0.05);
}

.xy-product-description {
    font-size: 15px;
    line-height: 1.75;
    color: #334155;
}

.xy-product-description img {
    max-width: 100%;
    height: auto;
}

.xy-product-inquiry-form,
.xy-page-inquiry-form {
    padding: 14px 18px 16px !important;
}

.xy-product-inquiry-form p,
.xy-page-inquiry-form p {
    margin: 0 0 6px !important;
    padding: 0 !important;
}

.xy-product-inquiry-form br,
.xy-page-inquiry-form br {
    display: none;
}

.xy-product-inquiry-form label,
.xy-page-inquiry-form label {
    display: block;
    margin: 0 0 2px !important;
    padding: 0 !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--xy-navy);
}

.xy-product-inquiry-form input[type="text"],
.xy-product-inquiry-form input[type="email"],
.xy-product-inquiry-form input[type="number"],
.xy-page-inquiry-form input[type="text"],
.xy-page-inquiry-form input[type="email"],
.xy-page-inquiry-form input[type="number"],
.xy-product-inquiry-form textarea,
.xy-page-inquiry-form textarea {
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding: 7px 10px !important;
    height: auto !important;
    min-height: 0;
    line-height: 1.35 !important;
    border: 1px solid rgba(0, 46, 91, 0.15) !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    font-size: 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.xy-product-inquiry-form input[type="text"],
.xy-product-inquiry-form input[type="email"],
.xy-page-inquiry-form input[type="text"],
.xy-page-inquiry-form input[type="email"] {
    height: 38px !important;
}

.xy-product-inquiry-form textarea,
.xy-page-inquiry-form textarea {
    height: auto !important;
    min-height: 80px;
    resize: vertical;
}

.xy-product-inquiry-form .xy-inquiry-code,
.xy-page-inquiry-form .xy-inquiry-code {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.xy-product-inquiry-form .xy-inquiry-code label,
.xy-page-inquiry-form .xy-inquiry-code label {
    width: 100%;
    margin-bottom: 2px !important;
}

.xy-product-inquiry-form .xy-inquiry-code input,
.xy-page-inquiry-form .xy-inquiry-code input {
    width: 72px !important;
    flex: 0 0 72px;
    height: 38px !important;
}

.xy-product-inquiry-form .xy-inquiry-code .codeimg,
.xy-page-inquiry-form .xy-inquiry-code .codeimg {
    padding-left: 0;
    vertical-align: middle;
}

.xy-product-inquiry-form input:focus,
.xy-product-inquiry-form textarea:focus,
.xy-page-inquiry-form input:focus,
.xy-page-inquiry-form textarea:focus {
    border-color: var(--xy-gold) !important;
    outline: none;
    box-shadow: 0 0 0 3px rgba(253, 228, 40, 0.25) !important;
}

.xy-product-inquiry-form input[type="submit"],
.xy-page-inquiry-form input[type="submit"] {
    padding: 10px 24px !important;
    margin-top: 2px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--xy-navy) !important;
    background: var(--xy-gold) !important;
    border: none !important;
    border-radius: 6px !important;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease;
}

.xy-product-inquiry-form input[type="submit"]:hover,
.xy-page-inquiry-form input[type="submit"]:hover {
    background: var(--xy-gold-hover) !important;
    transform: translateY(-1px);
}

.xy-product-related {
    margin-top: 12px;
}

.xy-product-related > .xy-product-block-title {
    border-radius: 10px 10px 0 0;
    margin-bottom: 0 !important;
}

.xy-product-related .xy-product-list {
    background: #fff;
    border: 1px solid rgba(0, 46, 91, 0.08);
    border-top: none;
    border-radius: 0 0 10px 10px;
    padding: 24px 20px 28px;
    box-shadow: 0 4px 18px rgba(0, 46, 91, 0.05);
}

.xy-product-related .xy-product-list .w-blog-list {
    margin: 0 !important;
}

@media (max-width: 900px) {
    .xy-product-hero {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 18px;
    }

    .xy-product-info {
        padding: 0;
    }

    .xy-product-titlebar .l-titlebar-h h1 {
        font-size: 20px;
    }
}

/* ========== News list, article, tags, sitemap ========== */
.xy-news-list.layout_smallcircle .w-blog-list {
    padding: 0 !important;
}

.xy-news-list.layout_smallcircle .w-blog-post {
    line-height: normal !important;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 20px !important;
    background: transparent;
}

.xy-news-list .w-blog-post-h {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    margin: 0 !important;
    box-shadow: 0 4px 18px rgba(0, 46, 91, 0.07);
    border: 1px solid rgba(0, 46, 91, 0.06);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.xy-news-list .w-blog-post-h:hover {
    box-shadow: 0 8px 28px rgba(0, 46, 91, 0.12);
    transform: translateY(-2px);
}

.xy-news-list .w-blog-post-preview {
    flex: 0 0 200px;
    max-width: 200px;
    width: 200px !important;
    border-radius: 8px !important;
    overflow: hidden;
}

.xy-news-list .w-blog-post-preview img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    display: block;
}

.xy-news-list .w-blog-post-body {
    flex: 1;
    min-width: 0;
    padding: 0 !important;
}

.xy-news-list .w-blog-list .w-blog-post-title {
    margin: 0 0 8px !important;
    padding: 0 !important;
    font-size: 18px !important;
    line-height: 1.4 !important;
    text-align: left !important;
}

.xy-news-list .w-blog-list .w-blog-post-title a {
    color: var(--xy-navy) !important;
    font-weight: 700;
    text-decoration: none !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.xy-news-list .w-blog-list .w-blog-post-title a:hover {
    color: var(--xy-gold-hover) !important;
}

.xy-news-list .w-blog-post-meta-date {
    font-size: 13px;
    color: var(--xy-gold) !important;
    font-weight: 600;
    margin-bottom: 8px;
}

.xy-news-list .w-blog-post-content {
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
}

.xy-news-list .w-blog-post-content p {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.xy-page-block {
    margin-bottom: 28px;
}

.xy-page-block-title {
    margin: 0 !important;
    padding: 12px 18px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--xy-white) !important;
    background: var(--xy-navy);
    border-bottom: 2px solid var(--xy-gold);
    border-radius: 10px 10px 0 0;
}

.xy-page-block-body {
    background: #fff;
    border: 1px solid rgba(0, 46, 91, 0.08);
    border-top: none;
    border-radius: 0 0 10px 10px;
    padding: 22px 24px 28px;
    box-shadow: 0 4px 18px rgba(0, 46, 91, 0.05);
}

.xy-page-article .xy-page-block-body {
    font-size: 15px;
    line-height: 1.75;
    color: #334155;
}

.xy-page-article .xy-page-block-body h1,
.xy-page-article .xy-page-block-body h2,
.xy-page-article .xy-page-block-body h3 {
    color: var(--xy-navy);
}

.xy-page-article .xy-page-block-body img {
    max-width: 100%;
    height: auto;
}

.xy-page-article-title {
    margin: 0 0 16px !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    color: var(--xy-navy) !important;
}

.xy-page-tags .xy-page-block-body {
    padding: 20px 22px 24px;
}

.xy-page-tags .tagList {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.xy-page-tags .tagList a.tagLi {
    display: inline-block;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 500;
    color: var(--xy-navy) !important;
    background: rgba(0, 46, 91, 0.05);
    border: 1px solid rgba(0, 46, 91, 0.1);
    border-radius: 6px;
    text-decoration: none !important;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.xy-page-tags .tagList a.tagLi:hover {
    color: var(--xy-navy) !important;
    background: rgba(253, 228, 40, 0.45);
    border-color: var(--xy-gold);
}

.xy-page-sitemap .xy-page-block-body {
    padding: 20px 22px 24px;
}

.xy-page-sitemap .ul_sitemap {
    list-style: none;
    margin: 0;
    padding: 0;
}

.xy-page-sitemap .ul_sitemap li {
    padding: 8px 0;
    border-bottom: 1px dashed rgba(0, 46, 91, 0.08);
    font-size: 14px;
    line-height: 1.5;
}

.xy-page-sitemap .ul_sitemap li a {
    color: var(--xy-navy);
    text-decoration: none;
    transition: color 0.2s ease;
}

.xy-page-sitemap .ul_sitemap li a:hover {
    color: var(--xy-gold-hover);
}

.xy-page-sitemap .ul_sitemap .small_li_sitemap {
    padding-left: 16px;
}

.xy-page-sitemap .ul_sitemap .small_li2_sitemap {
    padding-left: 32px;
}

.xy-news-related {
    margin-top: 12px;
}

.xy-news-related .xy-product-block-title,
.xy-news-related > .xy-page-block-title {
    border-radius: 10px 10px 0 0;
    margin-bottom: 0 !important;
}

.xy-news-related .xy-news-list {
    background: #fff;
    border: 1px solid rgba(0, 46, 91, 0.08);
    border-top: none;
    border-radius: 0 0 10px 10px;
    padding: 20px 18px 24px;
    box-shadow: 0 4px 18px rgba(0, 46, 91, 0.05);
}

.xy-news-related .xy-news-list.layout_related .w-blog-post {
    margin-bottom: 16px !important;
}

.xy-news-related .xy-news-list.layout_related .w-blog-post-preview {
    flex: 0 0 120px;
    max-width: 120px;
    width: 120px !important;
}

.xy-news-related .xy-news-list.layout_related .w-blog-post-preview img {
    height: 90px;
}

.xy-page-inquiry-wrap .xy-page-block-body {
    padding: 0;
}

.xy-page-404-msg {
    font-size: 16px;
    color: #64748b;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .xy-news-list .w-blog-post-h {
        flex-direction: column;
        gap: 14px;
    }

    .xy-news-list .w-blog-post-preview {
        flex: none;
        max-width: 100%;
        width: 100% !important;
    }

    .xy-news-list .w-blog-post-preview img {
        height: 180px;
    }
}

/* ========== Mobile bottom bar mfoot_box ========== */
@media screen and (max-width: 768px) {
.l-main {
	padding-bottom: 50px;
}

.footer-bar,
.xy-footer-bottom.footer-bar,
.color_footer-bottom.xy-footer-bottom {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.l-footer {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.mfoot_spacer {
	display: block;
	height: 50px;
	margin: 0;
	padding: 0;
	background: #f8f8f8;
}

.xy-footer-bottom,
.xy-footer-bottom.l-section,
.xy-footer-bottom.l-section.height_small,
.xy-footer-bottom .l-section-h,
.xy-footer-bottom.l-section.height_small .l-section-h,
.l-footer .xy-footer-bottom.l-section.height_small .l-section-h {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
	margin-bottom: 0 !important;
}

.mfoot_box.navbar,
.mfoot_box.navbar-default {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	border: none;
	border-top: 1px solid #e8e8e8;
	min-height: 0;
}

.mfoot_box {
	display: block;
	position: fixed !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	background: #f8f8f8;
	border: none;
	border-top: 1px solid #e8e8e8;
	border-radius: 0;
	min-height: 0;
	height: 50px;
	margin: 0 !important;
	padding: 0 !important;
	box-shadow: none;
	z-index: 1030;
}

.mfoot_box .navbar-collapse {
	display: none;
}

.mfoot_inner {
	display: flex;
	align-items: stretch;
	height: 50px;
}

.mfoot_nav {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border-right: 1px solid #e8e8e8;
	float: none;
	width: auto;
	background: transparent;
}

.mfoot_nav:last-child {
	border-right: none;
}

.mfoot_nav a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #555;
	padding: 0 2px;
	height: 100%;
	width: 100%;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	transition: color 0.28s ease, background 0.28s ease;
}

.mfoot_box.navbar-default .mfoot_nav a {
	color: #555;
	background: transparent;
}

.mfoot_nav:not(.mfoot_nav_top) a:hover,
.mfoot_nav:not(.mfoot_nav_top) a:focus {
	color: #0c4d89;
	background: rgba(12, 77, 137, 0.07);
	text-decoration: none;
}

.mfoot_box.navbar-default .mfoot_nav:not(.mfoot_nav_top) a:hover,
.mfoot_box.navbar-default .mfoot_nav:not(.mfoot_nav_top) a:focus {
	color: #0c4d89;
	background: rgba(12, 77, 137, 0.07);
}

.mfoot_nav .fa {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 2px;
	transition: transform 0.28s ease, color 0.28s ease;
}

.mfoot_nav:not(.mfoot_nav_top) a:hover .fa,
.mfoot_nav:not(.mfoot_nav_top) a:focus .fa {
	transform: translateY(-2px);
}

.mfoot_label {
	font-size: 10px;
	font-weight: 700;
	line-height: 1.2;
	display: block;
	letter-spacing: 0.02em;
	transition: color 0.28s ease;
}

.mfoot_nav:first-child a:hover,
.mfoot_nav:first-child a:focus,
.mfoot_box.navbar-default .mfoot_nav:first-child a:hover,
.mfoot_box.navbar-default .mfoot_nav:first-child a:focus {
	color: #128C7E;
	background: rgba(18, 140, 126, 0.08);
}

.mfoot_nav:first-child a:hover .fa,
.mfoot_nav:first-child a:focus .fa {
	color: #128C7E;
}

.mfoot_nav_top a {
	padding: 0;
}

.mfoot_top_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #555;
	color: #fff;
	transition: background 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
}

.mfoot_nav_top a:hover .mfoot_top_btn,
.mfoot_nav_top a:focus .mfoot_top_btn {
	background: linear-gradient(135deg, #FF9E16 0%, #e88a0a 100%);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(255, 158, 22, 0.35);
}

.mfoot_top_btn .fa {
	margin-bottom: 0;
	font-size: 15px;
}
}

/* ========== Footer Beautify ========== */
.xy-footer-top {
    background: linear-gradient(160deg, var(--xy-navy-dark) 0%, var(--xy-navy) 55%, #003566 100%);
    position: relative;
    overflow: hidden;
}

.xy-footer-top::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 10% 90%, rgba(253, 228, 40, 0.07) 0%, transparent 45%),
                radial-gradient(circle at 90% 10%, rgba(253, 228, 40, 0.05) 0%, transparent 40%);
    pointer-events: none;
}

.xy-footer-top .l-section-h {
    max-width: 1200px;
    margin: 0 auto;
    padding: 44px 20px 40px !important;
    position: relative;
    z-index: 1;
}

.xy-footer-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
}

.xy-footer-grid > .vc_col-sm-3 {
    float: none;
    width: calc(25% - 15px);
    padding: 0;
    margin: 0;
}

.xy-footer-title {
    display: inline-block;
    color: var(--xy-white) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 0 12px !important;
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(253, 228, 40, 0.35);
    position: relative;
}

.xy-footer-title .colored {
    color: var(--xy-gold) !important;
}

/* Latest posts */
.xy-footer-posts {
    list-style: none;
    margin: 0 !important;
    padding: 0;
}

.xy-footer-posts > li {
    padding: 6px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: background 0.25s ease;
}

.xy-footer-posts > li:last-child {
    border-bottom: none;
}

.xy-footer-posts > li:hover {
    background: rgba(255, 255, 255, 0.04);
}

.xy-footer-posts .imgsunpost {
    width: 44px;
    border-radius: 6px;
    overflow: hidden;
}

.xy-footer-posts .imgsunpost img {
    width: 100%;
    height: 44px;
    object-fit: cover;
    border-radius: 6px;
    transition: transform 0.3s ease;
}

.xy-footer-posts li:hover .imgsunpost img {
    transform: scale(1.06);
}

.xy-footer-posts .infosunpost {
    width: calc(100% - 52px);
    padding: 0 0 0 8px;
}

.xy-footer-posts .infosunpost > div a {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.35;
    transition: color 0.25s ease;
}

.xy-footer-posts .infosunpost > div a:hover {
    color: var(--xy-gold) !important;
}

.xy-footer-posts .sunlonsdate {
    color: var(--xy-gold) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    margin-top: 4px;
    display: inline-block;
}

/* Feedback form */
.xy-footer-form {
    margin: 0;
}

.xy-footer-input,
.xy-footer-textarea,
.xy-footer-form input[type="text"],
.xy-footer-form input[type="email"],
.xy-footer-form textarea {
    width: 100%;
    max-width: 100% !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 5px !important;
    color: var(--xy-white) !important;
    font-size: 12px !important;
    padding: 0 10px !important;
    margin-bottom: 8px !important;
    box-shadow: none !important;
    transition: border-color 0.25s ease, background 0.25s ease;
}

.xy-footer-input,
.xy-footer-form input[type="text"],
.xy-footer-form input[type="email"] {
    height: 34px !important;
    line-height: 34px !important;
}

.xy-footer-textarea,
.xy-footer-form textarea {
    height: 78px !important;
    min-height: 78px;
    max-height: 140px;
    padding: 8px 10px !important;
    line-height: 1.4 !important;
    resize: vertical;
}

.xy-footer-input::placeholder,
.xy-footer-textarea::placeholder,
.xy-footer-form input::placeholder,
.xy-footer-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.xy-footer-input:focus,
.xy-footer-textarea:focus,
.xy-footer-form input:focus,
.xy-footer-form textarea:focus {
    outline: none;
    border-color: var(--xy-gold) !important;
    background: rgba(255, 255, 255, 0.12) !important;
}

.xy-footer-captcha {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 5px;
}

.xy-footer-code,
.xy-footer-form #code {
    width: 58px !important;
    height: 28px !important;
    line-height: 28px !important;
    flex-shrink: 0;
    text-align: center;
    padding: 0 6px !important;
    margin-bottom: 0 !important;
}

.xy-footer-form .codeimg {
    border-radius: 4px;
    cursor: pointer;
    height: 28px;
    padding-left: 0 !important;
}

.xy-footer-submit,
.xy-footer-form #subjectsun {
    width: 100%;
    background: var(--xy-gold) !important;
    color: var(--xy-navy) !important;
    border: none !important;
    border-radius: 5px !important;
    padding: 8px 12px !important;
    height: 36px !important;
    line-height: 20px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.xy-footer-submit:hover,
.xy-footer-form #subjectsun:hover {
    background: var(--xy-gold-hover) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(253, 228, 40, 0.35);
}

/* Contact list */
.xy-footer-contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.xy-footer-contact-list > li {
    display: block;
    margin: 0 0 14px;
    padding: 0;
    overflow: hidden;
    line-height: 1.65;
    text-align: left;
}

.xy-footer-contact-list > li:last-child {
    margin-bottom: 0;
}

.xy-footer-contact-list .fa {
    float: left;
    width: 18px;
    margin: 4px 12px 0 0 !important;
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 15px;
    text-align: center;
}

.xy-footer-contact-list a {
    display: block;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 14px;
    transition: color 0.25s ease;
    word-break: break-all;
    text-align: left;
}

.xy-footer-contact-list a:hover {
    color: var(--xy-gold) !important;
}

.xy-footer-contact-list .xy-footer-address-text {
    display: block;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.65;
    text-align: left;
    margin: 0 !important;
}

/* QR code */
.xy-footer-qrcode {
    max-width: 100px;
    padding: 6px;
    background: var(--xy-white);
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    line-height: 0;
}

.xy-footer-qrcode img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
}

/* Footer bottom / copyright */
.xy-footer-bottom {
    background: #001428 !important;
}

.xy-footer-bottom .l-section-h {
    max-width: 1200px;
    margin: 0 auto;
    padding: 8px 20px !important;
    border-top: 1px solid rgba(253, 228, 40, 0.2) !important;
}

.color_footer-bottom.xy-footer-bottom {
    padding-bottom: 0 !important;
}

.xy-footer-copyright {
    text-align: center;
}

.xy-footer-copyright p {
    margin: 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 1.4;
}

.xy-footer-col .vc_column-inner,
.xy-footer-col .wpb_wrapper {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.xy-footer-bottom.l-section.height_small .l-section-h {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

@media (max-width: 991px) {
    .xy-footer-grid > .vc_col-sm-3 {
        width: calc(50% - 12px);
    }
}

@media (max-width: 600px) {
    .xy-footer-top .l-section-h {
        padding: 32px 16px 28px !important;
    }

    .xy-footer-grid > .vc_col-sm-3 {
        width: 100%;
    }

    .xy-footer-qrcode {
        max-width: 90px;
    }

    .color_footer-bottom.xy-footer-bottom {
        padding-bottom: 0 !important;
    }
}