/*

  Theme Name: Akel - Minimal Portfolio Template

  Author: basictheme

  Description: Portfolio template.

  Version: 1.0

*/



/* Css Index

-----------------------------------

1. Theme default css

2. header

3. basic slider

4. portfolio

5. service

6. testimonial

7. footer

8. blog

9. pricing

10. process

11. team

11. breadcrumb

12. contact

13. about

*/





/*-------------------------------------------------------

1. Theme default css

---------------------------------------------------------*/

/* Open Sans / Font Awesome：由 Public/theme_css.html 显式 <link>，勿用 @import */

body {

  font-family: 'Open Sans', sans-serif;

  font-weight: normal;

  font-style: normal;

}

.img,
img {

  max-width: 100%;

  transition: all 0.3s ease-out 0s;

}

a,

.button {

  -webkit-transition: all 0.3s ease-out 0s;

  -moz-transition: all 0.3s ease-out 0s;

  -ms-transition: all 0.3s ease-out 0s;

  -o-transition: all 0.3s ease-out 0s;

  transition: all 0.3s ease-out 0s;

}

a:focus,

.button:focus {

  text-decoration: none;

  outline: none;

}

a:focus,

a:hover,

.portfolio-cat a:hover {

  color: #999;

  text-decoration: none;

}

a,
button {

  color: #444;

  outline: medium none;

}

.uppercase {

  text-transform: uppercase;

}

.capitalize {

  text-transform: capitalize;

}

h1,
h2,
h3,
h4,
h5,
h6 {

  font-family: 'Poppins', sans-serif;

  font-weight: normal;

  color: #232332;

  margin-top: 0px;

  font-style: normal;

  font-weight: 400;

  line-height: 1.2;

}

h1 a,

h2 a,

h3 a,

h4 a,

h5 a,

h6 a {

  color: inherit;

}

h1 {

  font-size: 40px;

  font-weight: 500;

}

h2 {

  font-size: 35px;

}

h3 {

  font-size: 28px;

}

h4 {

  font-size: 22px;

}

h5 {

  font-size: 18px;

}

h6 {

  font-size: 16px;

}

ul {

  margin: 0px;

  padding: 0px;

}

li {
  list-style: none
}

p {

  color: #666;

  font-size: 14px;

  font-weight: normal;

  line-height: 26px;

  margin-bottom: 15px;

}

hr {

  padding: 0px;

  border-bottom: 1px solid #eceff8;

  border-top: 0px;

}

label {

  color: #444;

  cursor: pointer;

  font-size: 14px;

  font-weight: 400;

}

table,
td,
tr {
  border-style: solid;
}


table,
tr {
  border: 1px solid black;
  width: 100%;
}

*::-moz-selection {

  background: #d6b161;

  color: #fff;

  text-shadow: none;

}

::-moz-selection {

  background: #555;

  color: #fff;

  text-shadow: none;

}

::selection {

  background: #555;

  color: #fff;

  text-shadow: none;

}

*::-moz-placeholder {

  color: #555555;

  font-size: 14px;

  opacity: .5;

}

*::placeholder {

  color: #555555;

  font-size: 14px;

  opacity: .5;

}

.fix {
  overflow: hidden
}





/* button style */

.btn {

  -moz-user-select: none;

  background: #444 none repeat scroll 0 0;

  border: 1px solid transparent;

  border-radius: 2px;

  color: #fff;

  cursor: pointer;

  display: inline-block;

  font-size: 13px;

  font-weight: 700;

  letter-spacing: 1px;

  line-height: 1.42857;

  margin-bottom: 0;

  padding: 10px 30px;

  text-align: center;

  text-transform: uppercase;

  touch-action: manipulation;

  transition: all 0.3s ease 0s;

  vertical-align: middle;

}

.btn:hover {
  background: transparent;
  border-color: #444
}

.btn.btn-large {

  padding: 10px 25px;

}

.btn-lg {

  font-weight: 700;

  padding: 13px 31px;

}

.btn.Akel-btn:hover {
  border-color: #ddd;
  color: #ddd
}



/* bg img part */

.bg-1 {
  background: url(../images/bg-1.jpg);
}

.bg-2 {
  background: url(../images/bg-2.jpg);
}

.bg-3 {
  background: url(../images/bg-3.jpg);
}

.bg-4 {
  background: url(../images/12.jpg);
}

.bg-5 {
  background: url(../images/15.jpg);
}

.bg-6 {
  background: url(../images/slider-2.jpg);
}

.bg-cover {

  background-position: center center;

  background-size: cover;

}

.color-Akel {

  color: #000 !important;

}

.white-bg {
  background: #fff;
}



.bg-1,
.bg-2,
.bg-3,
.bg-4,
.bg-5,
.bg-6,
.bg-7,
.bg-8,
.bg-9,
.bg-10 {

  background-attachment: fixed;

  background-clip: initial;

  background-color: rgba(0, 0, 0, 0);

  background-origin: initial;

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;

  position: relative;

  z-index: 0;

}

/* opacity */

.bg-black-alfa-5::before,
.bg-black-alfa-10::before,
.bg-black-alfa-15::before,
.bg-black-alfa-20::before,
.bg-black-alfa-25::before,
.bg-black-alfa-30::before,
.bg-black-alfa-35::before,
.bg-black-alfa-40::before,
.bg-black-alfa-45::before,
.bg-black-alfa-50::before,
.bg-black-alfa-55::before,
.bg-black-alfa-60::before,
.bg-black-alfa-65::before,
.bg-black-alfa-70::before,
.bg-black-alfa-75::before,
.bg-black-alfa-80::before,
.bg-black-alfa-85::before,
.bg-black-alfa-90::before,
.bg-black-alfa-95::before {

  content: "";

  height: 100%;

  left: 0;

  position: absolute;

  top: 0;

  width: 100%;

  z-index: 0;

}


.pb-center {
  text-align: center;
}

/* 产品分类横栏 */
.xy-catebar-wrap {
  margin: 0 0 28px;
}

.xy-catebar {
  position: relative;
}

.xy-catebar-list,
#catebar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.xy-catebar-list > li,
#catebar > li {
  display: block;
  margin: 0;
  padding: 0;
}

.xy-catebar-list a,
#catebar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 18px;
  border: 1px solid #d8e0e6;
  border-radius: 999px;
  background: #fff;
  color: #3a4650;
  font-family: 'Poppins', 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 1px 0 rgba(20, 35, 50, 0.03);
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.xy-catebar-list a:hover,
#catebar a:hover {
  color: #1a3a4a;
  border-color: #55b4d4;
  background: #f3fafc;
}

.xy-catebar-list a:active,
#catebar a:active {
  transform: translateY(1px);
}

.xy-catebar-list a.active,
#catebar a.active {
  color: #fff;
  background: #55b4d4;
  border-color: #55b4d4;
  box-shadow: 0 8px 18px rgba(85, 180, 212, 0.28);
}

.xy-catebar-list a.active::after,
#catebar a.active::after {
  content: none;
}

@media (max-width: 767px) {
  .xy-catebar-wrap {
    margin: 0 -15px 22px;
  }

  .xy-catebar {
    padding: 0 15px;
  }

  .xy-catebar::before,
  .xy-catebar::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
    z-index: 1;
    pointer-events: none;
  }

  .xy-catebar::before {
    left: 0;
    background: linear-gradient(90deg, #fff 40%, rgba(255, 255, 255, 0));
  }

  .xy-catebar::after {
    right: 0;
    background: linear-gradient(270deg, #fff 40%, rgba(255, 255, 255, 0));
  }

  .xy-catebar-list,
  #catebar {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 2px 4px 8px;
  }

  .xy-catebar-list::-webkit-scrollbar,
  #catebar::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  .xy-catebar-list a,
  #catebar a {
    min-height: 36px;
    padding: 7px 14px;
    font-size: 13px;
  }
}

/* 2. header */

.header-fixed {

  left: 0;

  position: absolute;

  right: 0;

  z-index: 1030;

}

.header-transparent {

  background: transparent none repeat scroll 0 0;

  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;

  transition: height 0.3s ease-out 0s, background 0.3s ease-out 0s, box-shadow 0s ease-out 0s;

}

.sticky {

  left: 0;

  margin: auto;

  position: fixed;

  top: 0;

  width: 100%;

  background: #ffffff none repeat scroll 0 0;

  box-shadow: 0 -1px 0 #f5f5f5 inset;

  transition: height 0.3s ease-out 0s, background 0.3s ease-out 0s, box-shadow 0.3s ease-out 0s;

  z-index: 1030;

}

.breadcrumb-2-area {

  background-position: center center;

  padding: 220px 0 200px;

  overflow: hidden;

  background-size: cover;

}

.lead {

  font-size: 15px;

  line-height: 1.7;

}

.hero-caption {

  display: table;

  height: 100%;

  margin: 0 auto;

  position: relative;

  width: 80%;

  z-index: 2;

}

.hero-text {

  display: table-cell;

  height: 100%;

  position: relative;

  vertical-align: middle;

}

.hero-text .catenav {
  color: #fff;
}

h1.breadcrumb-2 {

  font-size: 36px;

  font-weight: 600;

  letter-spacing: 5px;

}

.logo {

  padding: 15px 0;

  transition: all 0.3s ease 0s;

}

.logo h4 {

  font-weight: 600;

  margin: 0;

}

.header-transparent .logo h4 {

  color: #fff;

}

.sticky .logo h4 {

  color: #222;

}

.sticky .logo {

  padding: 5px 0;

}

.header-area .row {
  display: flex;
  align-items: center;
}

/* Bootstrap3 clearfix 伪元素在 flex 下会多出一行白缝 */
.header-area .row:before,
.header-area .row:after {
  display: none !important;
  content: none !important;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  min-height: 44px;
}

.header-right .menu-area {
  order: 1;
  flex: 1 1 auto;
  min-width: 0;
}

.header-right .menu-area .basic-menu {
  float: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  padding: 0;
}

.header-right .xy-header-extra-nav {
  order: 2;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-shrink: 0;
}

.header-right .xy-header-extra-nav > li {
  margin: 0;
  padding: 0 2px;
}

.header-right .basic-mobile-menu {
  order: 4;
}

/* —— 首页手机导航：重做汉堡 + 抽屉 —— */
@media (max-width: 767px) {
  #sticky-header {
    position: relative;
    z-index: 10060;
    background: #fff;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
  }

  .header-area {
    padding: 8px 0;
    margin: 0;
  }

  .header-area .container {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .header-area .row > .col-md-3,
  .header-area .row > .col-sm-2 {
    flex: 1 1 auto;
    width: auto;
    max-width: calc(100% - 150px);
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    float: none;
  }

  .header-area .row > .col-md-9,
  .header-area .row > .col-sm-10 {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    min-height: 0;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    float: none;
  }

  .logo {
    padding: 0;
    margin: 0;
    line-height: 0;
  }

  .logo h4 {
    margin: 0;
    line-height: 0;
  }

  .logo a {
    display: inline-block;
    line-height: 0;
  }

  .logo img {
    max-height: 36px;
    width: auto;
    display: block;
  }

  /* 顶栏与 Banner 之间不留缝 */
  .slider-section {
    margin: 0 !important;
    padding: 0 !important;
  }

  .slideshow-container {
    margin: 0 !important;
  }

  /* meanmenu 未就绪前隐藏原始列表 */
  .basic-mobile-menu #mobile-nav {
    display: none !important;
  }

  .header-right .basic-mobile-menu,
  .header-right .basic-mobile-menu.mean-container {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    position: relative;
    z-index: 10060;
    float: none;
    min-height: 44px;
    margin: 0;
    padding: 0;
    overflow: visible;
  }

  .header-right .mean-container .mean-push {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .header-right .mean-container .mean-bar {
    float: none;
    width: 44px;
    min-height: 44px;
    padding: 0;
    background: transparent;
    position: static;
    z-index: 10060;
  }

  /* 清掉旧模板负 margin，做成顶栏内可见汉堡 */
  .header-right .mean-container a.meanmenu-reveal,
  .sticky .header-right .mean-container a.meanmenu-reveal,
  .header-transparent .mean-container a.meanmenu-reveal,
  .header-transparent.sticky .mean-container a.meanmenu-reveal {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    margin: 0 !important;
    float: none !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 10px;
    background: #f4f5f7 !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: 0 !important;
    box-sizing: border-box !important;
    box-shadow: none;
    transition: background .2s ease, transform .2s ease;
  }

  .header-right .mean-container a.meanmenu-reveal:hover,
  .header-right .mean-container a.meanmenu-reveal:focus {
    background: #ebecef !important;
    outline: none;
  }

  .header-right .mean-container a.meanmenu-reveal span {
    display: block !important;
    width: 20px !important;
    height: 2px !important;
    margin: 0 !important;
    border-radius: 2px;
    background: #1a1a1a !important;
    transition: transform .25s ease, opacity .2s ease, width .2s ease;
  }

  /* 展开态：变 X */
  .header-right .mean-container a.meanmenu-reveal.meanclose {
    background: #1a1a1a !important;
  }

  .header-right .mean-container a.meanmenu-reveal.meanclose span {
    background: #fff !important;
  }

  .header-right .mean-container a.meanmenu-reveal.meanclose span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .header-right .mean-container a.meanmenu-reveal.meanclose span:nth-child(2) {
    opacity: 0;
    width: 0 !important;
  }

  .header-right .mean-container a.meanmenu-reveal.meanclose span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  /* 关闭时必须藏掉整层 mean-nav（插件只 hide 了里面的 ul，白底会一直挡住 Banner） */
  .header-right .mean-container .mean-nav {
    display: none !important;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 58px !important;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0;
    max-height: calc(100vh - 58px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff !important;
    box-shadow: 0 18px 40px rgba(15, 23, 32, .12);
    border-top: 1px solid #eee;
    z-index: 10055;
  }

  .header-right .mean-container a.meanmenu-reveal.meanclose ~ .mean-nav,
  body.xy-mnav-open .header-right .mean-container .mean-nav {
    display: block !important;
    padding: 0 0 28px;
  }

  body.xy-mnav-open::before {
    content: "";
    position: fixed;
    inset: 58px 0 0;
    background: rgba(15, 23, 32, .35);
    z-index: 10050;
  }

  .header-right .mean-container .mean-nav > ul {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 8px 0 20px;
    margin: 0;
  }

  .header-right .mean-container .mean-nav ul li {
    float: none !important;
    width: 100% !important;
    border: 0;
  }

  .header-right .mean-container .mean-nav ul li a {
    float: none !important;
    display: block !important;
    width: auto !important;
    padding: 14px 20px !important;
    margin: 0 !important;
    color: #1a1a1a !important;
    font-size: 15px !important;
    font-weight: 600;
    letter-spacing: .02em;
    text-transform: none !important;
    border: 0 !important;
    border-bottom: 1px solid #f0f1f3 !important;
    background: transparent !important;
  }

  .header-right .mean-container .mean-nav ul li a:hover,
  .header-right .mean-container .mean-nav ul li a:focus {
    background: #f7f8fa !important;
    color: #e67e00 !important;
  }

  .header-right .mean-container .mean-nav ul li li a {
    padding: 12px 20px 12px 36px !important;
    font-size: 14px !important;
    font-weight: 500;
    color: #444 !important;
    opacity: 1 !important;
    border-bottom-color: #f5f6f8 !important;
  }

  .header-right .mean-container .mean-nav ul li li li a {
    padding-left: 52px !important;
    font-size: 13px !important;
    color: #666 !important;
  }

  .header-right .mean-container .mean-nav ul li a.mean-expand {
    width: 48px !important;
    height: 48px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #888 !important;
    background: transparent !important;
    border: 0 !important;
    border-left: 1px solid #f0f1f3 !important;
  }

  .header-right .mean-container .mean-nav ul li a.mean-expand:hover {
    background: #f0f1f3 !important;
    color: #1a1a1a !important;
  }

  body.xy-mnav-open {
    overflow: hidden;
  }

  body.xy-mnav-open #sticky-header {
    box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
  }
}

.qrcode img {
  max-width: 200px;
}

.qrcode {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .logo img {
    max-width: 60%;
  }

  .qrcode img {
    max-width: 60%;
  }
}

.basic-area {

  position: relative;

}

.basic-menu {

  float: right;

}

.basic-menu li {

  float: left;

  margin-left: 30px;

  position: relative;

  transition: all 0.3s ease 0s;

}

/* .basic-menu > li::after {

  background: #d7d7d7 none repeat scroll 0 0;

  content: "";

  height: 15px;

  position: absolute;

  right: -16px;

  top: 32px;

  transform: rotate(45deg);

  transition: all 0.3s ease 0s;

  width: 1px;

} */

.basic-menu>li:last-child:after {
  display: none
}

.basic-menu li a {

  color: #232332;

  display: inline-block;

  font-size: 16px;

  font-weight: 600;

  letter-spacing: 1px;

  position: relative;

  text-transform: uppercase;

}

.basic-menu>li>a::before {

  background: #666666 none repeat scroll 0 0;

  bottom: 23px;

  content: "";

  height: 1px;

  left: 0;

  margin: auto;

  opacity: 0;

  position: absolute;

  right: 0;

  transition: all 0.3s ease 0s;

  width: 0px;

}

.basic-menu>li>a {

  padding: 30px 0;

}

.basic-menu li:hover>a {

  color: #999;

}

.basic-menu li:hover>a:before {
  opacity: 1;
  width: 15px;
}

.basic-menu li ul {

  background: #222 none repeat scroll 0 0;

  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);

  float: none;

  left: 0;

  opacity: 0;

  position: absolute;

  text-align: left;

  top: 110%;

  transition: all 0.3s ease 0s;

  visibility: hidden;

  width: auto;

  min-width: 220px;

  max-width: 320px;

  padding: 6px 0 10px;

  box-sizing: border-box;

  z-index: 11;

}

.basic-menu li:hover>ul {

  opacity: 1;

  top: 100%;

  visibility: visible;

}

.basic-menu li ul li {

  border-bottom: 1px solid rgba(51, 51, 51, 0.5);

  display: block;

  float: none;

  margin: 0;

}

.basic-menu li ul li:last-child {

  border-bottom: 0 none;

  margin: 0;

}

.basic-menu li ul li a i {
  float: right
}

/* --------------------------

  Child Sub menu

-----------------------------*/

.basic-menu li ul li ul {

  left: 100%;

  opacity: 0;

  position: absolute;

  top: 10%;

  visibility: hidden;

  z-index: 999;

}

.basic-menu li ul li:hover>ul {

  opacity: 1;

  top: 0;

  visibility: visible;

}

.basic-menu li ul li a {

  color: rgba(255, 255, 255, 0.7);

  display: block;

  font-size: 14px;

  line-height: 1.45;

  padding: 12px 22px 12px 16px;

  box-sizing: border-box;

  white-space: normal;

  word-break: break-word;

  overflow-wrap: anywhere;

}

.basic-menu li ul li:hover>a {

  background: rgba(51, 51, 51, 0.5) none repeat scroll 0 0;

  color: #fff;

}

.basic-menu li ul li a span {

  float: right;

}

.member-img img {

  width: 100%;

}

.menu-area .menu-p-right ul {

  left: auto;

  right: 0;

}

.basic-menu .menu-p-right ul li ul {

  right: 100%;

}



.headroom {

  left: 0;

  position: fixed;

  right: 0;

  top: 0;

  z-index: 10;

}

.headroom--pinned {

  background: #fff none repeat scroll 0 0;

  box-shadow: 0 -1px 0 #f5f5f5 inset;

  transform: translateY(0px);

}

.headroom--unpinned {

  transform: translateY(-100%);

}

.headroom {

  transition: transform 0.25s ease-in-out 0s;

  will-change: transform;

}

.basic-space {
  height: 78px
}

.header-transparent .basic-menu li a {

  color: #fff;

}

.header-transparent.sticky .basic-menu>li>a {

  color: #000;

}

.sticky .basic-menu>li>a {

  padding: 23px 0;

}

.sticky .basic-menu>li::after {

  top: 25px;

}

.header-transparent .basic-menu>li>a::before {

  background: #f6f6f6 none repeat scroll 0 0;

}

.header-transparent.sticky .basic-menu>li>a::before {

  background: #666 none repeat scroll 0 0;

}

.sticky .basic-menu>li>a::before {

  bottom: 17px;

}

.hamburger {

  float: right;

  margin-left: 20px;

  margin-top: 24px;

  padding: 0;

  transition: all 0.3s ease 0s;

}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {

  height: 2px;

  width: 30px;

}

.hamburger-inner::before {

  top: -8px;

}

.hamburger--collapse .hamburger-inner::after {

  top: -16px;

}

.hamburger-menu {

  float: right;

  margin-right: -30px;

  opacity: 0;

  transition: all 0.3s ease 0s;

  visibility: hidden;

}

nav.nav-menu-show {

  margin-right: 0;

  opacity: 1;

  visibility: visible;

}

.sticky .hamburger {

  margin-top: 17px;

}



/* 3. basic slider */

.basic-slider {

  position: relative;

}

.height-100-vh {
  height: 100vh
}

.slide-1 {

  background: rgba(0, 0, 0, 0) url("../images/slider-1.jpg") repeat scroll center top / cover;

}

.slide-2 {

  background: rgba(0, 0, 0, 0) url("../images/slider-2.jpg") repeat scroll center center / cover;

}

.slide-3 {

  background: rgba(0, 0, 0, 0) url("../images/sss.jpg") repeat scroll right top / cover;

}

.slide-4 {

  background: rgba(0, 0, 0, 0) url("../images/slider-5.jpg") repeat scroll right top / cover;

}

.slide-5 {

  background: rgba(0, 0, 0, 0) url("../images/slider-6.jpg") repeat scroll right top / cover;

}

.slide-6 {

  background: rgba(0, 0, 0, 0) url("../images/slider-7.jpg") repeat scroll right top / cover;

}

.slide-7 {

  background: rgba(0, 0, 0, 0) url("../images/bg-video.png") repeat scroll right top / cover;

}

.bg {

  background-position: center top;

  background-size: cover;

}

.bg-center {

  background-position: center center;

  background-size: cover;

}

.slider-content h2 {

  font-size: 42px;

  font-weight: 700;

  letter-spacing: 2px;

  margin: 0;

  margin-bottom: 20px;

}

.slider-content.text-Akel .btn {

  background: #fff none repeat scroll 0 0;

  color: #444;

}

.slider-content.text-Akel .btn:hover {
  border-color: #fff;
  color: #fff;
  background: none
}

.slider-content.white-bg-opacity>h2 {

  margin-bottom: 15px;

  text-transform: uppercase;

}

.slider-content.hero-text span {

  margin-bottom: 10px;

  display: inline-block;

}

.hero-border {

  display: inline-block;

  height: 2px;

  width: 50px;

  background: #444;

  margin: 0 !important;

}

.slider-content.hero-text.text-Akel span::before {
  background: #fff
}

.slider-content>p {

  color: #444;

  margin: 0;

  text-transform: capitalize;

  margin-bottom: 20px;

}

.dot {

  background: #444 none repeat scroll 0 0;

  display: inline-block;

  height: 5px;

  width: 5px;

}

.slider-content.text-Akel h2 {

  color: #fff;

}

.slider-content.text-Akel p {

  color: #fff;

  margin-bottom: 20px;

}

.slider-content.black-bg-opacity {

  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;

  display: inline-block;

  padding: 70px 50px;

  text-align: center;

  outline: 1px solid rgba(0, 0, 0, 0.2);

  outline-offset: -15px;

  position: relative;

}

.slider-content.white-bg-opacity {

  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;

  display: inline-block;

  outline: 1px solid rgba(0, 0, 0, 0.2);

  outline-offset: -15px;

  padding: 70px 85px;

  position: relative;

  text-align: center;

}

.gradient-bg {
  position: relative
}

.gradient-bg::before {

  background: #000;

  content: "";

  height: 100%;

  left: 0;

  opacity: 1;

  position: absolute;

  top: 0;

  transition: all 0.3s ease 0s;

  width: 100%;

  z-index: 1;

  opacity: .7;

}

.slider-content.black-bg-opacity>h2 {

  font-size: 30px;

  line-height: 40px;

  position: relative;

  color: #000
}

.slider-content.white-bg-opacity>h4 {

  color: #000000;

  font-size: 16px;

  font-weight: 400;

  letter-spacing: 1px;

}

.slider-content.text-Akel.black-bg-opacity::before {

  border: 1px solid #888;

  bottom: 15px;

  content: "";

  left: 15px;

  position: absolute;

  right: 15px;

  top: 10px;

}

.slider-Akel {

  border-bottom: 1px solid #f5f5f5;

  border-top: 1px solid #f5f5f5;

  padding: 140px 0;

}

.slider-Akel .slider-content {}

.slider-Akel .slider-content h3 {

  font-size: 35px;

  font-weight: 700;

  letter-spacing: 4px;

  line-height: 1.5;

  margin: auto;

  text-transform: capitalize;

  width: 80%;

  margin-bottom: 15px;

}

.single-slider {

  background: rgba(0, 0, 0, 0) none repeat scroll center center / cover;

  padding: 200px 0;

}

.border-t-b {
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5
}

.slider-screen {

  background-position: center center;

  background-size: cover;

  height: 100vh;

  padding: 0;

  position: relative;

}

.slider-screen .slider-content {

  left: 0;

  position: absolute;

  right: 0;

  text-align: center;

  top: 50%;

  transform: translateY(-50%);

  z-index: 99;

}

.basic-slider .container {
  height: 100%
}

.hero-caption {

  display: table;

  height: 100%;

  width: 100%;

}

.hero-text {

  display: table-cell;

  height: 100%;

  vertical-align: middle;

}

.bg-Akel-opacity::before {

  background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;

  content: "";

  height: 100%;

  left: 0;

  position: absolute;

  top: 0;

  width: 100%;

}

/* 4. portfolio */

.filter-menu {}

.filter-menu button {

  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

  border: 0 none;

  color: #666;

  font-family: open sans;

  font-size: 12px;

  font-weight: 700;

  letter-spacing: 2px;

  margin: 0 2px;

  padding: 6px 15px;

  position: relative;

  text-transform: uppercase;

  transition: all 0.3s ease 0s;

}

.filter-menu button.active,
.filter-menu button:hover {
  color: #111
}

.row-portfolio {
  margin: 0 -15px
}

.row-portfolio .portfolio-item {

  padding: 0 15px;

}

.portfolio-wrapper {

  position: relative;

  transition: all 0.3s ease 0s;

  overflow: hidden
}

.portfolio-wrapper:hover {}

.portfolio-item {

  float: left;

  margin-bottom: 30px;

  width: 33.33%;

}

.portfolio-renews-img {
  width: 90px;
  height: 70px;
  object-fit: cover;
}




@media all and (max-width:900px) {
  .portfolio-news-img {
    width: 345px;
    height: 193px;
    object-fit: cover;
  }
}

@media all and (min-width:900px) {
  .portfolio-news-img {
    width: 7500px;
    height: 421px;
    object-fit: cover;
  }
}

@media all and (max-width:900px) {
  .portfolio-pro-img {
    width: 456px;
    height: 190px;
    object-fit: cover;
  }
}

@media all and (min-width:900px) {
  .portfolio-pro-img {
    width: 1140px;
    height: 475px;
    object-fit: cover;
  }
}

@media all and (max-width:900px) {
  .portfolio-thumb img {
    width: 345px;
    height: 212px;
    object-fit: cover;
  }
}

@media all and (min-width:900px) {
  .portfolio-thumb img {
    width: 360px;
    height: 360px;
    object-fit: cover;
  }
}

.portfolio-wrapper:hover .portfolio-thumb img {
  transform: rotate(-5deg) scale(1.2);
}

.portfolio-thumb {
  position: relative;
}

.portfolio-thumb::before {

  background: #000;

  content: "";

  height: 100%;

  left: 0;

  opacity: 0;

  position: absolute;

  top: 0;

  transition: all 0.3s ease 0s;

  width: 100%;

  z-index: 1;

  opacity: 0;

}

.portfolio-wrapper:hover .portfolio-thumb::before {

  opacity: .8;

}

.view-icon {

  opacity: 0;

  position: absolute;

  right: 30px;

  text-align: center;

  top: 30px;

  transition: all 0.3s ease 0s;

  visibility: hidden;

  z-index: 9;

}

.portfolio-wrapper:hover .view-icon {
  opacity: 1;
  visibility: visible;
}

.view-icon>a {

  color: #fff;

  display: inline-block;

  font-size: 30px;

  line-height: 1;

}

.portfolio-caption {

  padding: 15px;

}

.portfolio-caption>h4 {

  font-size: 20px;

  font-weight: 700;

  margin: 10px 0;

  position: relative;

  margin-bottom: 8px;

}

.portfolio-caption a {

  color: #fff;

}

.work-tag>p {

  color: #fff;

  margin: 0;

  text-transform: uppercase;

  font-size: 13px;

}

.work-tag>a {

  color: #555;

  font-size: 13px;

  letter-spacing: 1px;

}

.portfolio-caption {

  padding: 15px;

}

.portfolio-caption {

  padding: 15px;

}

.caption-border {

  border: 1px solid #f6f6f6;

}

/* portfolio style 2 */

.portfolio-caption {

  left: 0;

  opacity: 0;

  padding: 30px;

  position: absolute;

  right: 0;

  transition: all 0.3s ease 0s;

  visibility: hidden;

  z-index: 2;

  top: 50%;

  right: 0;

  text-align: center;

}

.portfolio-wrapper:hover .portfolio-caption {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%)
}

.portfolio-full .portfolio-item .portfolio-caption {

  padding-right: 100px;

}





/* call to action */

.call-to-action>h3 {

  font-weight: 700;

  letter-spacing: 1.5px;

  text-transform: capitalize;

}

.call-to-action>p {

  margin-bottom: 15px;

}

.call-to-action img {
  max-width: 100%;
}

/* —— Contact page (tools-partner) —— */
.xy-contact-page {
  background: linear-gradient(180deg, #f5f8fb 0%, #fff 140px);
}

.xy-contact-strip {
  list-style: none;
  margin: 0 0 36px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.xy-contact-strip:empty {
  display: none;
}

.xy-contact-strip-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 118px;
  padding: 18px 16px 16px;
  background: #fff;
  border: 1px solid #e6eef3;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(26, 58, 74, 0.05);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.xy-contact-strip-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: linear-gradient(90deg, #3aa0c0, #55b4d4 55%, #7ecce2);
  opacity: 0.85;
}

.xy-contact-strip-item:hover {
  border-color: #c7e4ef;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(26, 58, 74, 0.09);
}

.xy-contact-strip-ico {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(85, 180, 212, 0.12);
  color: #55b4d4;
  font-size: 16px;
}

.xy-contact-strip-ico.is-wa {
  background: rgba(37, 211, 102, 0.12);
  color: #1faa4d;
}

.xy-contact-strip-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a97a3;
}

.xy-contact-strip-value {
  font-size: 14px;
  line-height: 1.45;
  color: #1a3a4a;
  word-break: break-word;
  text-decoration: none;
}

a.xy-contact-strip-value:hover {
  color: #55b4d4;
}

.xy-contact-main > [class*="col-"] {
  margin-bottom: 24px;
}

.basic-contact-form .xy-contact-info-title,
.basic-contact-form .xy-contact-form-title {
  position: relative;
  margin: 0 0 14px;
  padding-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  color: #1a3a4a;
  letter-spacing: 0.01em;
}

.basic-contact-form .xy-contact-info-title::after,
.basic-contact-form .xy-contact-form-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 3px;
  border-radius: 2px;
  background: #55b4d4;
}

.basic-contact-form .xy-contact-lead,
.basic-contact-form .xy-contact-form-desc {
  margin: 0 0 18px;
  color: #667787;
  line-height: 1.7;
  font-size: 14px;
}

.basic-contact-form .xy-contact-page-content {
  margin-bottom: 22px;
  line-height: 1.75;
  color: #555;
}

.basic-contact-form .xy-contact-page-content img {
  max-width: 100%;
  height: auto;
}

.basic-contact-form .xy-contact-page-content p {
  margin: 0 0 10px;
}

.basic-contact-form .xy-contact-page-content strong,
.basic-contact-form .xy-contact-page-content b {
  display: inline-block;
  margin-top: 10px;
  color: #1a3a4a;
  font-weight: 700;
}

.basic-contact-form .xy-contact-meta-list {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.basic-contact-form .xy-contact-meta-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 0;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #e8eef2;
  border-radius: 12px;
  line-height: 1.45;
  color: #555;
  box-shadow: 0 4px 14px rgba(26, 58, 74, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.basic-contact-form .xy-contact-meta-item:hover {
  border-color: #cfe6f0;
  box-shadow: 0 8px 20px rgba(26, 58, 74, 0.08);
}

.basic-contact-form .xy-contact-meta-ico {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(85, 180, 212, 0.12);
  color: #55b4d4;
  font-size: 17px;
}

.basic-contact-form .xy-contact-meta-ico.is-wa {
  background: rgba(37, 211, 102, 0.12);
  color: #1faa4d;
}

.basic-contact-form .xy-contact-meta-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 3px;
  padding-top: 1px;
}

.basic-contact-form .xy-contact-meta-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #8a97a3;
}

.basic-contact-form .xy-contact-meta-value {
  font-size: 15px;
  color: #1a3a4a;
  word-break: break-word;
}

.basic-contact-form .xy-contact-meta-list a.xy-contact-meta-value {
  color: #1a3a4a;
  text-decoration: none;
}

.basic-contact-form .xy-contact-meta-list a.xy-contact-meta-value:hover {
  color: #55b4d4;
}

.basic-contact-form .xy-contact-form-card {
  position: relative;
  padding: 28px 28px 24px;
  background: #fff;
  border: 1px solid #e6eef3;
  border-radius: 14px;
  box-shadow: 0 14px 36px rgba(20, 35, 50, 0.07);
  overflow: hidden;
}

.basic-contact-form .xy-contact-form-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #3aa0c0, #55b4d4 50%, #7ecce2);
}

.basic-contact-form .xy-contact-form-head {
  margin-bottom: 8px;
}

.basic-contact-form .xy-contact-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 14px;
}

.basic-contact-form .xy-contact-form-full {
  grid-column: 1 / -1;
}

.basic-contact-form .xy-contact-form .form-group {
  margin-bottom: 0;
}

.basic-contact-form .xy-contact-label {
  display: block;
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 600;
  color: #3a4f5c;
}

.basic-contact-form .xy-contact-label em {
  color: #e36a5d;
  font-style: normal;
}

.basic-contact-form .xy-contact-form .form-control {
  height: 46px;
  padding: 10px 14px;
  border: 1px solid #d9e3ea;
  border-radius: 8px;
  box-shadow: none;
  background: #fafcfd;
  color: #1a3a4a;
  font-size: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.basic-contact-form .xy-contact-form textarea.form-control {
  height: auto;
  min-height: 140px;
  resize: vertical;
}

.basic-contact-form .xy-contact-form .form-control:focus {
  border-color: #55b4d4;
  background: #fff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(85, 180, 212, 0.18);
}

.basic-contact-form .xy-contact-form-actions {
  margin-top: 20px;
}

.basic-contact-form .xy-contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 12px 20px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #3aa0c0 0%, #55b4d4 55%, #6fc4de 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(85, 180, 212, 0.35);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.basic-contact-form .xy-contact-submit:hover,
.basic-contact-form .xy-contact-submit:focus {
  color: #fff;
  filter: brightness(1.03);
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(85, 180, 212, 0.42);
}

@media (max-width: 991px) {
  .xy-contact-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .xy-contact-strip {
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }

  .xy-contact-strip-item {
    min-height: 0;
  }

  .basic-contact-form .xy-contact-form-card {
    padding: 22px 16px 18px;
  }

  .basic-contact-form .xy-contact-form-grid {
    grid-template-columns: 1fr;
  }

  .basic-contact-form .xy-contact-info-title,
  .basic-contact-form .xy-contact-form-title {
    font-size: 22px;
  }
}



/* portfolio-style-3 */

.portfolio-style-3 {}

.portfolio-style-3 .portfolio-caption {

  bottom: 20px;

  top: inherit;

}

.portfolio-style-3 .portfolio-wrapper:hover .portfolio-caption {

  bottom: 0;

  top: inherit;

}

.row-portfolio.m-0 {
  margin: 0;
}

.portfolio-style-4 .portfolio-thumb::before {

  background: #000 none repeat scroll 0 0;

}

.portfolio-style-4 .portfolio-wrapper:hover .portfolio-thumb::before {

  opacity: 0.7;

}

.portfolio-style-4 .portfolio-caption>h4 {

  color: #fff;

}

.portfolio-style-4 .work-tag>a {

  color: #fff;

}

.portfolio-style-4 .portfolio-caption {

  bottom: 50%;

  top: inherit;

}

.portfolio-style-4 .portfolio-wrapper:hover .portfolio-caption {

  transform: translateY(50%);

  bottom: 50%;

}

.portfolio-grid-2 .portfolio-item {

  width: 50%;

}

.portfolio-grid-4 .portfolio-item {
  width: 25%
}

.no-space .portfolio-item {
  margin-bottom: 0;
}

.width-8 {
  width: 66.6667%;
}

#related-active .portfolio-item {

  width: 100%;

  margin-bottom: 0;

}

#related-active {

  padding: 0 15px;

}

#related-active .portfolio-caption {

  padding: 30px 80px 30px 30px;

}

.basic-separator {
  border-top: 1px solid #ddd
}

/* portfolio details */

.portfolio-full-img {
  text-align: center;
}

.portfolio-full-img img {

  width: auto;
  max-width: 100%;

}

.project-details li {

  font-size: 13px;

  font-weight: 400;

  letter-spacing: 1px;

  padding: 0 0 10px;

}

.portfolio-details a {
  font-weight: bold;
}

.portfolio-details-top {
  border-top: 1px #999 solid;
  padding-top: 20px;
}

.portfolio-details h1 {
  color: #000;
  display: inline-block;
  float: left;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 20px;
  text-transform: capitalize;
  width: 100%;
}

.portfolio-details h2 {
  color: #000;
  display: inline-block;
  float: left;
  font-size: 26px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 15px;
  text-transform: capitalize;
  width: 100%;
}

.portfolio-details h3 {
  color: #000;
  display: inline-block;
  float: left;
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 15px;
  text-transform: capitalize;
  width: 100%;
}

.portfolio-details h4 {
  color: #000;
  display: inline-block;
  float: left;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 15px;
  text-transform: capitalize;
  width: 100%;
}


/* 5. service */

.service-box {

  padding: 49px 40px 32px;

}

.area-title {

  margin: 0 auto 60px;

  width: 100%;

}

.basic-blo-area .area-title {
  margin: 0 auto 28px;
}

.basic-blo-area .area-title h2 {
  margin-bottom: 12px;
  padding-bottom: 10px;
}

.basic-blo-area.pt-50 {
  padding-top: 50px;
}

.basic-blo-area.pb-30 {
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .basic-blo-area.pt-50 {
    padding-top: 36px;
  }

  .basic-blo-area.pb-30 {
    padding-bottom: 20px;
  }

  .basic-blo-area .area-title {
    margin-bottom: 20px;
  }
}

.area-title h2 {

  display: inline-block;

  font-size: 28px;

  font-weight: 700;

  letter-spacing: 2px;

  margin-bottom: 20px;

  padding-bottom: 15px;

  position: relative;

  text-transform: uppercase;

}

.area-title h2::after {

  background: #444444 none repeat scroll 0 0;

  bottom: 0;

  content: "";

  display: block;

  font-size: 20px;

  height: 2px;

  left: 0;

  margin: auto;

  position: absolute;

  right: 0;

  width: 50px;

}

.area-title p {

  margin: 0;

}

.service-icon {}

.service-icon span {

  color: #3e3e3e;

  text-align: center;

  transition: all 0.4s ease 0s;

  display: inline-block;

  font-size: 32px;

  margin-bottom: 25px;

}

.service-content {}

.service-content h3 {

  font-size: 15px;

  font-weight: 600;

  margin-bottom: 10px;

  position: relative;

  padding-bottom: 20px;

}

.service-content p {

  margin: 0;

}

/* .service-content h3::before {

  background: #444;

  height: 2px;

  width: 40px;

  content: "";

  position: absolute;

  bottom: 0;

} */

/* 7. footer — 样式见 site-chrome.css（.basic-footer） */

.social-icon {}

.social-icon a {

  background: #252525 none repeat scroll 0 0;

  border-radius: 50%;

  color: #fff;

  display: inline-block;

  font-size: 16px;

  height: 35px;

  line-height: 36px;

  margin: 0 5px;

  text-align: center;

  width: 35px;

}

.social-icon a:hover {
  background: #999;
}

.copyright.mt-20 a {

  color: #000;

}

.bg-soft {

  background: #f9f9f9 none repeat scroll 0 0;

}

.footer-info {}

.socile-2 a {}

.socile-2 a {

  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

  border-radius: 50%;

  color: #444;

  display: inline-block;

  font-size: 16px;

  height: inherit;

  line-height: inherit;

  margin: 0 5px;

  text-align: center;

  width: inherit;

}

.socile-2 a:hover {
  color: #999
}

.post-thumbnail>img {

  width: 100%;

}

/* 8. blog */

.blog-wrapper {

  background: #fff none repeat scroll 0 0;

  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);

}

.blog-thumb {

  margin-bottom: 20px;

}

@media all and (max-width:900px) {
  .blog-thumd-index {
    width: 100%;
  }
}

@media all and (min-width:900px) {
  .blog-thumd-index {
    width: 100%;
  }
}

@media all and (max-width:900px) {
  .blog-thumd-news {
    width: 100%;
  }
}

@media all and (min-width:900px) {
  .blog-thumd-news {
    width: 100%;
  }
}

@media all and (max-width:900px) {
  .blog-thumd-pro {
    width: 100%;
  }
}

@media all and (min-width:900px) {
  .blog-thumd-pro {
    width: 100%;
  }
}



.blog-desc {

  padding: 25px;

  padding-top: 0;

}

.blog-title {

  display: inline-block;

  font-size: 30px;

  font-weight: bold;

  line-height: 36px;

  margin: 10px 0 15px;

  padding: 0;

  text-align: left;

}

.blog-title a {
  color: #222
}

.blog-title a:hover {
  color: #666
}

.meta-info ul li {

  color: #666;

  display: inline-block;

  font-size: 11px;

  padding: 0 12px;

  position: relative;

  text-transform: uppercase;

  font-weight: 600;

}

.embed-responsive {

  margin-bottom: 20px;

}

.meta-info ul li:first-child {
  padding-left: 0
}

.meta-info ul li a {
  color: #666
}

.meta-info ul li a:hover {
  color: #444
}

.meta-info ul li::before {

  border: 1px solid #999;

  border-radius: 5px;

  content: "";

  height: 5px;

  left: -4px;

  position: absolute;

  top: 6px;

  width: 5px;

}

.meta-info ul li:first-child:before {
  display: none
}

.blog-thumb {

  overflow: hidden;

}

.link-box a {

  font-weight: 600;

  position: relative;

}

.link-box a::before {

  position: absolute;

  content: "";

  height: 2px;

  width: 20px;

  background: #333;

  bottom: 7px;

  right: -30px;

}

/* sidebar */

.widget {

  background: #fff none repeat scroll 0 0;

  overflow: hidden;

  padding: 25px;

}

.widget-title {

  color: #000;

  display: inline-block;

  font-size: 14px;

  font-weight: bold;

  height: auto;

  letter-spacing: 1px;

  line-height: 1;

  margin-bottom: 20px;

  padding: 0 0 10px;

  position: relative;

}

.widget-title::before {

  background: #e2e2e2 none repeat scroll 0 0;

  bottom: 0;

  content: "";

  height: 2px;

  position: absolute;

  width: 50px;

}

.sidebar-form {}

.sidebar-form form {

  position: relative;

}

.sidebar-form form input {

  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

  border: 1px solid #f5f5f5;

  color: #ccc;

  padding: 10px 0;

  text-indent: 10px;

  transition: all 0.2s ease 0s;

  width: 100%;

}

.sidebar-form form input::-moz-placeholder {

  color: #999;

  font-size: 12px;

  opacity: .5;

}

.sidebar-form form button {

  background: #222 none repeat scroll 0 0;

  border: 0 none;

  color: #fff;

  font-size: 20px;

  height: 100%;

  position: absolute;

  right: 0;

  top: 0;

  transition: all 0.3s ease 0s;

  width: 50px;

}

.sidebar-form form button:hover {
  background: #666;
}

.sidebar-rc-post {}

.sidebar-rc-post ul {}

.sidebar-rc-post ul li {

  border-bottom: 1px solid #f5f5f5;

  color: #000;

  display: block;

  font-size: 13px;

  margin-bottom: 15px;

  overflow: hidden;

  padding-bottom: 15px;

}

.sidebar-rc-post ul li:last-child {
  border: 0;
  margin: 0;
  padding: 0;
  ;
}

.sidebar-rc-post .rc-post-thumb {

  display: inline-block;

  float: left;

  height: 70px;

  overflow: hidden;

  position: relative;

  width: 90px;

}

.sidebar-rc-post .rc-post-content {

  margin-left: 105px;

}

.sidebar-rc-post .rc-post-content h4 {

  color: #000;

  display: block;

  font-size: 13px;

  font-weight: bold;

  line-height: 19px;

  margin: 0;

  text-indent: 0;

  transition: all 0.2s ease 0s;

}

.sidebar-rc-post .rc-post-content h4 a:hover {
  color: #666
}

.widget-date {

  color: #ccc;

  display: inline-block;

  float: left;

  font-size: 10px;

  line-height: 1;

  margin: 10px 5px 0 0;

  padding: 0 8px 0 0;

  text-decoration: none;

  text-indent: 0;

  text-transform: uppercase;

}

.sidebar-blog .widget {
  margin-bottom: 35px;
}

.sidebar-blog .widget:last-child {
  margin-bottom: 0;
}

.widget-social {}

.widget-social a {

  background: #000 none repeat scroll 0 0;

  color: #fff;

  display: inline-block;

  font-size: 19px;

  height: 45px;

  line-height: 45px;

  margin-right: 12px;

  text-align: center;

  width: 45px;

}

.widget-social a.facebook {
  background: #3b5998
}

.widget-social a.twitter {
  background: #1da1f2
}

.widget-social a.instagram {
  background: #dd4b39
}

.widget-social a.googleplus {
  background: #dd4b39
}

.widget-social a.linkedin {
  background: #0077b5
}

.widget-social a:hover {
  opacity: 0.8;
}

.sidebar-link {}

.sidebar-link li {

  border-bottom: 1px solid #f5f5f5;

  color: #000;

  display: block;

  font-size: 13px;

  line-height: 20px;

  margin-bottom: 10px;

  padding-bottom: 10px;

}

.sidebar-link li:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}

.sidebar-link li a {

  color: #000;

  font-weight: bold;

  padding-left: 5px;

}

.sidebar-link li a:hover {
  color: #666
}

.sidebar-link li span {
  float: right;
}

.instagram-link {
  margin: 0 -5px
}

.instagram-link li {

  float: left;

  margin-bottom: 10px;

  padding: 0 5px;

  width: 33.33%;

}

.instagram-link li a {}

.sidebar-tad {}

.sidebar-tad li {

  float: left;

  margin-bottom: 5px;

  margin-right: 5px;

}

.sidebar-tad li a {

  background: #f7f7f7 none repeat scroll 0 0;

  color: #222;

  display: inline-block;

  font-size: 11px;

  font-weight: 600;

  line-height: 1;

  padding: 10px 15px;

  text-transform: uppercase;

}

.sidebar-tad li a:hover {
  background: #666;
  color: #fff
}

/* blog column */

.blog-column {}

.blog-column .blog-title {

  font-size: 18px;

  line-height: 1;

}

.blog-2-column .blog-title {

  font-size: 22px;

  line-height: 1.5;

}

.pagination-col {}

.pagination-col .pagination {
  margin-top: 0;
}

/* ThinkPHP Page 输出：a.page-numbers / span.page-numbers.current（内层还有 span） */
.blog-area .xy-page-row {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.blog-area .xy-page-row > [class*="col-"] {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  text-align: center;
}

.blog-area .pagination-col {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin: 10px auto 0;
  text-align: center;
}

.blog-area .pagination-col > a.page-numbers,
.blog-area .pagination-col > span.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 40px;
  height: 40px;
  margin: 0;
  padding: 0 12px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  background: #fff;
  color: #232332;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  vertical-align: middle;
}

.blog-area .pagination-col > a.page-numbers span,
.blog-area .pagination-col > span.page-numbers span {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0 none;
  background: transparent;
  color: inherit;
  line-height: 1;
  min-width: 0;
  height: auto;
}

.blog-area .pagination-col > a.page-numbers:hover {
  border-color: #232332;
  background: #232332;
  color: #fff;
}

.blog-area .pagination-col > span.page-numbers.current {
  border-color: #232332;
  background: #232332;
  color: #fff;
}

.blog-area .pagination-col > span.page-numbers.current span {
  color: #fff;
}

.xy-search-meta {
  margin-bottom: 28px;
}

.xy-search-meta .xy-search-query {
  margin: 0 0 8px;
  font-size: 16px;
  color: #555;
}

.xy-search-meta .xy-search-count {
  margin: 0;
  font-size: 14px;
  color: #6b8491;
}

.xy-search-empty {
  padding: 40px 16px 20px;
  color: #555;
  font-size: 15px;
  line-height: 1.7;
}

.xy-search-empty a {
  color: var(--xy-skin-primary, #55b4d4);
  font-weight: 600;
}

/* Tags 云（Akel，与关于我们同壳） */
.xy-tags-intro {
  margin: 0 0 24px;
  color: #5a6d78;
  font-size: 15px;
  line-height: 1.7;
}

.xy-tags-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}

.xy-tags-cloud-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid #e4eaee;
  border-radius: 999px;
  background: #f7f9fb;
  color: #1a3a4a;
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

.xy-tags-cloud-item:hover {
  border-color: var(--xy-skin-primary, #55b4d4);
  background: #e8f5fb;
  color: var(--xy-skin-primary, #55b4d4);
  box-shadow: 0 4px 12px rgba(85, 180, 212, 0.18);
}

.xy-tags-cloud-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.xy-tags-cloud-num {
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
  color: #6b8491;
  background: #fff;
  border-radius: 999px;
  min-width: 22px;
  padding: 2px 7px;
  text-align: center;
  line-height: 1.4;
}

.xy-tags-cloud-item:hover .xy-tags-cloud-num {
  color: var(--xy-skin-primary, #55b4d4);
}

.xy-tags-cloud-item.lv-3 .xy-tags-cloud-name,
.xy-tags-cloud-item.lv-4 .xy-tags-cloud-name,
.xy-tags-cloud-item.lv-5 .xy-tags-cloud-name {
  font-size: 15px;
  font-weight: 600;
}

.xy-tags-cloud-item.lv-4,
.xy-tags-cloud-item.lv-5 {
  border-color: #d7ebf4;
  background: #f3fafc;
}

/* Sitemap（Akel，与关于我们同壳） */
.xy-sitemap-title {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 700;
  color: #1a3a4a;
}

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

.xy-sitemap-item {
  margin: 0 0 8px;
  padding: 10px 14px;
  border: 1px solid #e8ecef;
  border-radius: 6px;
  background: #f7f9fb;
}

.xy-sitemap-item a {
  color: #1a3a4a;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.xy-sitemap-item a:hover {
  color: var(--xy-skin-primary, #55b4d4);
}

.xy-sitemap-item.is-level-1 {
  margin-left: 24px;
  background: #fff;
}

.xy-sitemap-item.is-level-2 {
  margin-left: 48px;
  background: #fff;
}

.xy-sitemap-item.is-level-3 {
  margin-left: 72px;
  background: #fff;
}

/* 404 / Jump（Akel，与关于我们同壳） */
.xy-404 {
  padding: 20px 10px 10px;
}

.xy-404-code {
  font-size: 96px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--xy-skin-primary, #55b4d4);
  margin-bottom: 12px;
}

.xy-404-title {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 700;
  color: #1a3a4a;
}

.xy-404-desc {
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.7;
  color: #5a6d78;
}

.xy-404-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 36px;
}

.xy-404-btn-ghost {
  border: 1px solid #d5dde3 !important;
  background: #fff !important;
  color: #1a3a4a !important;
  box-shadow: none !important;
}

.xy-404-btn-ghost:hover {
  border-color: var(--xy-skin-primary, #55b4d4) !important;
  color: var(--xy-skin-primary, #55b4d4) !important;
}

.xy-404-sec {
  margin-top: 28px;
  text-align: left;
}

.xy-404-sec h3 {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 700;
  color: #1a3a4a;
}

.xy-404-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
}

.xy-404-links a {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid #e4eaee;
  border-radius: 999px;
  background: #f7f9fb;
  color: #1a3a4a;
  font-size: 13px;
  text-decoration: none;
}

.xy-404-links a:hover {
  border-color: var(--xy-skin-primary, #55b4d4);
  color: var(--xy-skin-primary, #55b4d4);
  background: #e8f5fb;
}

.xy-404-pro {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.xy-404-pro li {
  width: calc(25% - 11px);
}

.xy-404-pro a {
  display: block;
  text-decoration: none;
  color: #1a3a4a;
  border: 1px solid #e8ecef;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow .2s ease, border-color .2s ease;
}

.xy-404-pro a:hover {
  border-color: var(--xy-skin-primary, #55b4d4);
  box-shadow: 0 6px 16px rgba(85, 180, 212, 0.18);
}

.xy-404-pro img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #f5f6f8;
}

.xy-404-pro span {
  display: block;
  padding: 10px 10px 12px;
  font-size: 13px;
  line-height: 1.4;
  min-height: 2.8em;
}

.xy-jump {
  padding: 36px 24px;
  border: 1px solid #e8ecef;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(26, 58, 74, 0.05);
}

.xy-jump-title {
  margin: 0 0 14px;
  font-size: 28px;
  font-weight: 700;
  color: #1a3a4a;
}

.xy-jump-error .xy-jump-title {
  color: #b42318;
}

.xy-jump-txt {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.7;
  color: #5a6d78;
}

.xy-jump-txt a {
  color: var(--xy-skin-primary, #55b4d4);
  font-weight: 600;
}

.xy-jump .btn {
  margin-top: 18px;
}

@media (max-width: 991px) {
  .xy-404-pro li {
    width: calc(33.333% - 10px);
  }
}

@media (max-width: 767px) {
  .xy-404-code {
    font-size: 72px;
  }
  .xy-404-pro li {
    width: calc(50% - 7px);
  }
  .xy-jump {
    padding: 28px 16px;
  }
}

/* blog details */

.blog-details .meta-info {

  margin-bottom: 20px;

}

.blog-details .widget-social {

  margin-bottom: 20px;

}

.blog-title-sm {

  font-size: 22px;

  line-height: 1.5;

  margin-bottom: 10px;

  margin-top: 10px;

}

.blog-details blockquote {

  background: #f7f7f7 none repeat scroll 0 0;

  border-left: 5px solid #666;

  font-family: open sans;

  font-size: 17px;

  font-style: italic;

  margin: 0 0 20px 40px;

  padding: 10px 20px;

}

.blob-post-gallery {

  margin-bottom: 15px;

  overflow: hidden;

}

.blob-post-gallery ul {

  margin: 0 -5px;

}

.blob-post-gallery ul li {

  float: left;

  padding: 0 5px;

  width: 33.33%;

}

.blob-post-gallery-full {

  margin-bottom: 20px;

}

.common-tag {}

.common-tag ul {}

.common-tag ul li {

  float: left;

  margin-right: 5px;

  margin-bottom: 5px;

}

.common-tag ul li a {

  background: #f7f7f7 none repeat scroll 0 0;

  display: inline-block;

  font-size: 11px;

  padding: 10px 15px;

  text-transform: uppercase;

}

.common-tag ul li a:hover {
  background: #666;
  color: #fff
}

.common-tag {

  margin-top: 30px;

}

.next-prev-post {

  margin-top: 50px;

}

.next-prev-post a {

  background: #f7f7f7 none repeat scroll 0 0;

  border-radius: 50px;

  font-size: 11px;

  font-weight: 500;

  padding: 10px 30px;

  text-transform: uppercase;

}

.next-prev-post a:hover {
  background: #666;
  color: #fff
}

.prev-post {
  float: left
}

.prev-post i {
  margin-right: 5px;
}

.next-post {
  float: right
}

.next-post i {
  margin-left: 5px
}

.author-box {

  background: #f7f7f7 none repeat scroll 0 0;

  overflow: hidden;

  padding: 30px;

}

.author-avatar {

  display: inline-block;

  float: left;

}

.author-avatar>img {

  border-radius: 50%;

}

.authorinfo {

  margin-left: 120px;

  margin-top: 7px;

}

.authorinfo h4 {

  font-size: 12px;

  font-weight: bold;

  margin: 0;

  padding: 0;

  text-transform: uppercase;

}

.authorinfo p {

  color: #555;

  font-size: 13px;

  line-height: 20px;

  margin: 0;

  padding: 5px 0;

  text-indent: 0;

}

.author-icons {

  margin-top: 5px;

}

.author-icons a {

  display: inline-block;

  margin-right: 5px;

}

.author-icons a:hover {
  color: #666
}

.related-post-active .blog-column {

  padding: 0;

  box-shadow: none;

}

.related-post-active .blog-column .blog-title {

  font-size: 14px;

  margin-bottom: 0;

  padding: 0;

  margin-top: 0;

}

.blog-section-title {

  font-size: 18px;

  font-weight: 700;

  margin-bottom: 20px;

}



.blog-details {}

.comments,
.comment-form {

  margin-bottom: 70px;

}

.comment,
.comment-content {

  position: relative;

}

.comment-avatar {

  float: left;

  margin: 5px 0 0;

  max-width: 70px;

  position: relative;

  z-index: 1;

}

.comment-avatar::after {

  background: #f5f5f5 none repeat scroll 0 0;

  content: "";

  height: 2px;

  left: 70px;

  position: absolute;

  top: 34px;

  width: 20px;

  z-index: -1;

}

.comment-avatar img {

  border-radius: 50%;

  height: 70px;

  width: 70px;

}

.comment-tools {

  padding: 0 30px;

  position: absolute;

  right: 0;

  top: 25px;

  z-index: 1;

}

.comment-tools a {

  color: #666;

  margin: 0 0 0 15px;

}

.comment-content {

  background: #f7f7f7 none repeat scroll 0 0;

  border-radius: 2px;

  margin: 0 0 35px 90px;

  padding: 30px;

  position: relative;

}

.comment-content h5 {

  font-size: 16px;

  font-weight: 600;

}

.comment-reply {

  margin-left: 90px;

}

.comments-form {}

.comments-form form {}

.comments-form form textarea {
  background: #f9f9f8 none repeat scroll 0 0;

  border: medium none;

  color: #777;

  display: inline-block;

  float: left;

  font-size: 14px;

  height: 150px;

  margin: 0;

  padding: 10px;

  width: 100%;
}

.comments-form form label {
  color: #ccc;

  display: inline-block;

  font-size: 10px;

  letter-spacing: 1px;

  margin: 15px 0 10px;

  text-transform: uppercase;

  width: 100%;
}

.comments-form form input {

  background: #f9f9f8 none repeat scroll 0 0;

  border: medium none;

  color: #777;

  display: inline-block;

  font-size: 13px;

  letter-spacing: 1px;

  margin: 0;

  padding: 13px 10px;

  width: 100%;

}

.comments-form button {

  background-color: #222;

  border: medium none;

  color: #fff;

  cursor: pointer;

  font-size: 12px;

  margin: 30px 0;

  padding: 10px 15px;

  text-transform: uppercase;

  transition: all 0.2s ease 0s;

}

.comments-form button:hover {
  background: #666
}



/*------------------------------------------------------------------

[Pagination]

*/

.pagination {

  margin: 30px 0 0;

}

.pagination>li {

  display: inline-block;

  margin-right: 2px;

}

.pagination>li:first-child>a,
.pagination>li:first-child>span {

  border-radius: 3px;

}

.pagination>li>a,
.pagination>li>span {

  border: 2px solid #eeeeee;

  border-radius: 3px;

  color: #777777;

  display: block;

  float: none;

  padding: 8px 15px;

}

.pagination>.active>a,
.pagination>.active>span {

  background: #27cbc0 none repeat scroll 0 0;

  border-color: #27cbc0;

  color: #ffffff;

}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {

  background: #333 none repeat scroll 0 0;

  border-color: #333;

  color: #ffffff;

}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {

  background-color: #333;

  border-color: #333;

  color: #fff;

  cursor: default;

  z-index: 3;

}

/* 9. pricing */

.pricing-table {

  background: #fff none repeat scroll 0 0;

  box-shadow: 0 0 1px 1px #f6f6f6;

  position: relative;

  text-align: center;

}

.pricing-title,

.pricing-action {

  padding: 25px 0;

}

.pricing-title h6 {

  font-weight: 700;

  letter-spacing: 1px;

  margin: 0;

  text-transform: uppercase;

  margin-bottom: 10px;

}

.pricing-price {

  border-top: 1px solid #f5f5f5;

  border-bottom: 1px solid #f5f5f5;

  padding: 20px 0;

}

.pricing-price .price-unit {

  text-transform: uppercase;

  font-size: 54px;

  color: #222222;

  font-weight: 700;

}

.price-unit>span {

  vertical-align: top;

  letter-spacing: 2px;

  line-height: 3.5;

  font-size: 22px;

}

.pricing-features ul {

  list-style: none;

  padding: 0 0;

  margin: 0;

}

.pricing-features ul li {

  border-bottom: 1px solid #f6f6f6;

  padding: 8px 0;

}

.pricing-table {

  margin: 10px 0 0;

}

.pricing-table.best-value {

  z-index: 1;

  margin: 0 0 0;

}

.pricing-table.best-value .pricing-title,

.pricing-table.best-value .pricing-action {

  padding: 30px 0;

}

/* 10. process */

.process-item {

  margin-top: 30px
}

.process-item img {

  max-width: 100%;

  height: auto
}

.process-item-icon {

  font-size: 50px;

  line-height: 60px;

  padding: 60px 30px 80px;

  text-align: center;

}

.process-item-content {

  position: relative;

  padding: 30px
}

.process-item-number {

  background-color: #444;

  border: 5px solid #fff;

  border-radius: 40px;

  color: #fff;

  font-size: 20px;

  font-weight: 700;

  height: 60px;

  left: 50%;

  line-height: 45px;

  position: absolute;

  text-align: center;

  top: -30px;

  transform: translateX(-50%);

  width: 60px;

}

.process-item-title {

  font-size: 16px;

  font-weight: 500;

  letter-spacing: 2px;

  margin: 15px 0;

  text-transform: uppercase;

}

.process-item {

  -webkit-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, .1);

  -moz-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, .1);

  -ms-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, .1);

  -o-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, .1);

  box-shadow: 0 8px 31px 0 rgba(0, 0, 0, .1)
}

.process-item.process-item-alt .process-item-icon {

  padding: 30px 30px 50px
}

.process-item.process-item-alt .process-item-number {

  top: -23px;

  width: 46px;

  height: 46px;

  font-size: 16px;

  line-height: 35px
}

.process-item.process-item-alt .process-item-title {

  font-size: 14px
}



.process-item.process-item-alt .process-item-content {

  padding: 20px
}

/* 11. team */

.team-item {

  display: block;

  position: relative;

  margin-bottom: 30px;

}

.team-item-image {

  display: block;

  margin: 0 auto 20px;

  overflow: hidden;

  position: relative;

}

.team-item-image:hover .team-item-detail {

  opacity: 1
}

.team-item-image img {

  max-width: 100%;

  height: auto
}

.team-item-detail {

  text-align: center;

}

.team-item-name {

  font-size: 16px;

  font-weight: 700;

  letter-spacing: 1px;

  margin-bottom: 5px;

}

.team-item-role {

  display: block;

  text-transform: capitalize;

  font-size: 13px;

  letter-spacing: 1px;

  color: #666;

  margin-bottom: 10px;

}

.team-social-icon {}

.team-social-icon a {

  border-radius: 50%;

  color: #222;

  display: inline-block;

  font-size: 16px;

  text-align: center;

  margin-right: 10px;

}

.team-social-icon a:hover {
  color: #888
}

/* 11. breadcrumb */

.basic-breadcrumb-area,
.basic-breadcrumb-area.pt-70,
.basic-breadcrumb-area.pb-40 {
  padding-top: 36px;
  padding-bottom: 24px;
}

.basic-breadcrumb > h1,
.basic-breadcrumb > h3 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 0 8px;
}

.basic-breadcrumb .breadcrumb {
  background: transparent none repeat scroll 0 0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}

/* 标题区与下方内容间距收紧 */
.basic-breadcrumb-area + .blog-area.ptb-90,
.basic-breadcrumb-area + .blog-area,
.basic-breadcrumb-area + .basic-contact-form.ptb-90,
.basic-breadcrumb-area + .portfolio-details-area {
  padding-top: 28px;
}

.basic-breadcrumb-area + .blog-area .xy-catebar-wrap {
  margin-top: 0;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .basic-breadcrumb-area,
  .basic-breadcrumb-area.pt-70,
  .basic-breadcrumb-area.pb-40 {
    padding-top: 24px;
    padding-bottom: 16px;
  }

  .basic-breadcrumb > h1,
  .basic-breadcrumb > h3 {
    font-size: 22px;
    margin-bottom: 6px;
  }

  .basic-breadcrumb-area + .blog-area.ptb-90,
  .basic-breadcrumb-area + .blog-area,
  .basic-breadcrumb-area + .basic-contact-form.ptb-90,
  .basic-breadcrumb-area + .portfolio-details-area {
    padding-top: 18px;
  }

  .basic-breadcrumb-area + .blog-area .xy-catebar-wrap {
    margin-bottom: 16px;
  }
}

/* 12. contact */

.contact-person>h4 {

  font-size: 19px;

  font-weight: 500;

  letter-spacing: 2px;

  margin-bottom: 15px;

}

#map {
  height: 420px;
  width: 100%
}

.input-lg {

  border-color: #ddd;

  border-radius: 0;

  box-shadow: none;

  font-size: 14px;

  height: 47px;

}

/* 13. about */

.about-me img {

  width: 100%;

}

.about-me-info h2 {

  font-size: 25px;

  color: #252525;

  font-weight: 700;

  line-height: 1.4;

}

.info-me h3 {

  font-weight: 600;

  font-size: 18px;

  margin-top: 20px;

  border-bottom: 0;

}

.info-me h6 {

  display: block;

  font-weight: 500;

  margin-bottom: 10px;

  font-size: 14px;

  color: #333;

}

.info-me ul li {

  font-size: 13px;

  color: #666;

  margin-bottom: 6px;



}

.info-me span {}

.counter-area {
  background-size: cover;
  background-position: center center;
  padding-top: 40px;
  padding-bottom: 28px;
}

.counter-area.pt-60,
.counter-area.pt-150 {
  padding-top: 40px;
}

.counter-area.pb-40,
.counter-area.pb-120 {
  padding-bottom: 28px;
}

@media (max-width: 767px) {
  .counter-area,
  .counter-area.pt-60,
  .counter-area.pb-40,
  .counter-area.pt-150,
  .counter-area.pb-120 {
    padding-top: 28px !important;
    padding-bottom: 16px !important;
  }

  .counter-area .counter-row > [class*="col-"] {
    width: 50%;
    float: left;
  }

  .counter-area .counter-wrapper {
    margin-bottom: 16px;
  }

  .counter-area .counter-icon {
    margin-bottom: 8px;
    font-size: 28px;
  }

  .counter-area .counter-text b {
    font-size: 26px;
  }

  .counter-area .counter-text .span-title {
    font-size: 12px;
    padding: 0 4px;
  }
}



.counter-text b {

  display: inline;

  font-size: 36px;

  font-weight: 800;

  color: #444;

  position: relative;

  margin-bottom: 12px;

}

.counter-text span {

  font-size: 14px;

  color: #444;

  font-weight: 600;

}

.counter-text .span-add {
  font-weight: 700;
  font-size: 24px;
}

.counter-text .span-title {
  display: block;
}


.counter-icon {

  margin: 0 0 15px;

  font-size: 36px;

  color: #222;

}

.progress-title {

  font-size: 15px;

  font-weight: 500;

  letter-spacing: 1px;

  margin: 0 0 10px;

  padding: 0;

  text-align: left;

  text-transform: uppercase;

}

.progress {

  background-color: #f5f5f5;

  border-radius: 0;

  box-shadow: none;

  height: 2px;

  margin-bottom: 20px;

  overflow: visible;

}

.progress-bar {

  background-color: #444;

  border-radius: 0;

  box-shadow: none;

  color: #333333;

  position: relative;

}

.video-area {

  position: relative;

}

.video-area:before {

  background: #000 none repeat scroll 0 0;

  content: "";

  height: 100%;

  left: 0;

  opacity: 0.5;

  position: absolute;

  top: 0;

  width: 100%;

}

.video-icon-view.text-center {

  margin: 60px 0;

  text-align: center;

}

.text-center-h {
  text-align: center;
}

/* 首页分类标题上下间隙收紧 */
.basic-service-area.pt-90 {
  padding-top: 40px;
}

.basic-service-area .area-title {
  margin: 0 auto 24px;
}

.basic-service-area .area-title h2 {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

/* 首页分类 / 推荐产品 / 产品列表：消除 float 高度不齐 */
.basic-service-area .row,
.basic-blo-area .row,
.blog-area .row {
  display: flex;
  flex-wrap: wrap;
}

.basic-service-area .row:before,
.basic-service-area .row:after,
.basic-blo-area .row:before,
.basic-blo-area .row:after,
.blog-area .row:before,
.blog-area .row:after {
  display: none !important;
  content: none !important;
}

.basic-service-area .row > [class*="col-"],
.basic-blo-area .row > [class*="col-"],
.blog-area .row > [class*="col-"] {
  display: flex;
  float: none;
  margin-bottom: 30px;
}

.basic-service-area .row > [class*="col-"] > .white-bg,
.basic-blo-area .row > [class*="col-"] > .blog-wrapper,
.blog-area .row > [class*="col-"] > .blog-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.basic-service-area .service-icon,
.basic-blo-area .blog-thumb,
.blog-area .blog-thumb {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
  background: #f5f6f8;
}

/* Feature / 产品列表：封面加购 + 底部操作 */
.basic-blo-area .xy-list-card .blog-thumb,
.blog-area .xy-list-card .blog-thumb {
  position: relative;
}
.basic-blo-area .xy-list-card-actions,
.blog-area .xy-list-card-actions,
.related-post-area .xy-list-card-actions {
  margin-top: 8px;
  text-align: left;
}
.basic-blo-area .xy-list-card-btns,
.blog-area .xy-list-card-btns,
.related-post-area .xy-list-card-btns {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  width: 100%;
  align-items: stretch;
}
.basic-blo-area .xy-list-card-form,
.blog-area .xy-list-card-form,
.related-post-area .xy-list-card-form,
.basic-blo-area .xy-list-card-btns > .xy-list-card-btn,
.blog-area .xy-list-card-btns > .xy-list-card-btn,
.related-post-area .xy-list-card-btns > .xy-list-card-btn {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
  display: flex;
}
.basic-blo-area .xy-list-card-form .xy-list-card-btn,
.blog-area .xy-list-card-form .xy-list-card-btn,
.related-post-area .xy-list-card-form .xy-list-card-btn,
.basic-blo-area .xy-list-card-btns > .xy-list-card-btn,
.blog-area .xy-list-card-btns > .xy-list-card-btn,
.related-post-area .xy-list-card-btns > .xy-list-card-btn {
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .basic-blo-area .xy-list-card-btns > :not(:first-child),
  .blog-area .xy-list-card-btns > :not(:first-child),
  .related-post-area .xy-list-card-btns > :not(:first-child) {
    display: none !important;
  }

  .basic-blo-area .xy-list-card-btns > :first-child,
  .blog-area .xy-list-card-btns > :first-child,
  .related-post-area .xy-list-card-btns > :first-child {
    flex: 1 1 auto;
    width: 100%;
  }
}

.basic-service-area .service-icon::before,
.basic-blo-area .blog-thumb::before,
.blog-area .blog-thumb::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.basic-service-area .service-icon a,
.basic-blo-area .blog-thumb a,
.blog-area .blog-thumb a {
  position: absolute;
  inset: 0;
  display: block;
}

.basic-service-area .service-icon img,
.basic-blo-area .blog-thumb img,
.basic-blo-area .blog-thumd-index,
.blog-area .blog-thumb img,
.blog-area .blog-thumd-news {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

/* 分类图完整显示，不裁切 */
.basic-service-area .service-icon img {
  object-fit: contain;
  object-position: center;
  padding: 12px;
  box-sizing: border-box;
}

.basic-service-area .service-content,
.basic-blo-area .blog-desc,
.blog-area .blog-desc {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 12px 10px 16px !important;
}

.basic-service-area .service-content .blog-title,
.basic-blo-area .blog-column .blog-title,
.blog-area .blog-column .blog-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
  font-size: 15px !important;
  font-weight: 600;
  line-height: 1.45 !important;
  min-height: 2.9em;
}

.basic-service-area .service-content .blog-title a,
.basic-blo-area .blog-column .blog-title a,
.blog-area .blog-column .blog-title a {
  display: inline;
}

@media (max-width: 767px) {
  .basic-service-area.pt-90 {
    padding-top: 28px;
  }

  .basic-service-area.pb-50,
  .basic-service-area.pb-30 {
    padding-bottom: 20px;
  }

  .basic-service-area .area-title {
    margin-bottom: 16px;
  }

  .basic-service-area .row > [class*="col-"],
  .basic-blo-area .row > [class*="col-"],
  .blog-area .row > [class*="col-"] {
    width: 50%;
    margin-bottom: 16px;
  }

  .basic-service-area .service-content .blog-title,
  .basic-blo-area .blog-column .blog-title,
  .blog-area .blog-column .blog-title {
    font-size: 13px !important;
    min-height: 2.9em;
  }

  /* 首页大间距工具类：手机收紧 */
  .pt-90 {
    padding-top: 40px;
  }

  .pb-70 {
    padding-bottom: 36px;
  }

  .pb-50 {
    padding-bottom: 28px;
  }

  .pt-50 {
    padding-top: 32px;
  }

  .ptb-90 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.play-btn {

  animation: 1.2s cubic-bezier(0.8, 0, 0, 1) 0s normal none infinite running pulse;

  background-color: transparent;

  border: 2px solid #000000;

  border-radius: 50%;

  box-shadow: 0 0 0 0 rgba(194, 244, 246, 0.7);

  color: #000000;

  display: inline-block;

  font-size: 18px;

  height: 75px;

  line-height: 72px;

  margin: 0 20px;

  padding: 0 0 0 5px;

  position: relative;

  text-align: center;

  width: 75px;

  border-color: #ffffff;

  color: #ffffff;

}

@-webkit-keyframes pulse {

  to {

    box-shadow: 0 0 0 45px rgba(194, 244, 246, 0);

  }

}



@keyframes pulse {

  to {

    box-shadow: 0 0 0 45px rgba(194, 244, 246, 0);

  }

}



/* scrollUp */

a#scrollUp {

  background: #444 none repeat scroll 0 0;

  bottom: 50px;

  color: #fff;

  height: 40px;

  line-height: 40px;

  position: absolute;

  right: 50px;

  text-align: center;

  width: 40px;

}

/*------------------------------------------------------------------

[17.Preloader]

*/



.page-loader {

  background: #fff;

  position: fixed;

  top: 0;

  bottom: 0;

  right: 0;

  left: 0;

  z-index: 9998;

}



.loader {

  background: #666;

  position: absolute;

  display: inline-block;

  height: 40px;

  width: 40px;

  left: 50%;

  top: 50%;

  margin: -20px 0 0 -20px;

  text-indent: -9999em;

  -webkit-border-radius: 100%;

  -moz-border-radius: 100%;

  border-radius: 100%;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;

  animation: ball-scale 1s 0s ease-in-out infinite;

}



@-webkit-keyframes ball-scale {



  0% {

    -webkit-transform: scale(0);

    -moz-transform: scale(0);

    -ms-transform: scale(0);

    -o-transform: scale(0);

    transform: scale(0);

  }



  100% {

    opacity: 0;

    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -ms-transform: scale(1);

    -o-transform: scale(1);

    transform: scale(1);

  }



}



@keyframes ball-scale {



  0% {

    -webkit-transform: scale(0);

    -moz-transform: scale(0);

    -ms-transform: scale(0);

    -o-transform: scale(0);

    transform: scale(0);

  }



  100% {

    opacity: 0;

    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -ms-transform: scale(1);

    -o-transform: scale(1);

    transform: scale(1);

  }



}

/* css end here */







.portfolio-full .portfolio-item {

  width: 25%;

}







.bg-black-opacity {

  position: relative;

}

.bg-black-opacity:before {

  background: #000 none repeat scroll 0 0;

  content: "";

  height: 100%;

  left: 0;

  opacity: 0.5;

  position: absolute;

  top: 0;

  width: 100%;

}

/* 404  */

.error-text h1 {

  font-weight: 700;

  font-size: 70px;

}

.error-text h2 {

  font-weight: 600;

}

.bg-center {
  background-position: center center
}

.blog-content {
  padding-top: 15px;
}

.blog-content {
  max-width: 100%;
}

.xy-about-content {
  line-height: 1.7;
  color: #555;
}

.xy-about-content .xy-about-cover {
  margin-bottom: 24px;
}

.xy-about-content img {
  max-width: 100%;
  height: auto;
}

.xy-about-content table {
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  margin: 16px 0;
}

.xy-about-content th,
.xy-about-content td {
  border: 1px solid #ddd;
  padding: 8px 10px;
  text-align: left;
}

/* FAQ（Akel，与关于我们同壳） */
.xy-faq-list {
  margin: 0;
}

.xy-faq-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin: 0 0 16px;
  padding: 18px 20px;
  border: 1px solid #e8ecef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(26, 58, 74, 0.04);
}

.xy-faq-num {
  flex: 0 0 auto;
  min-width: 36px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--xy-skin-primary, #55b4d4);
  line-height: 1.2;
}

.xy-faq-body {
  flex: 1 1 auto;
  min-width: 0;
}

.xy-faq-q {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  color: #1a3a4a;
}

.xy-faq-a {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #5a6d78;
}

.xy-faq-inquiry {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #e8ecef;
}

.xy-faq-inquiry .area-title {
  margin-bottom: 24px;
}

.xy-faq-inquiry .area-title h2 {
  font-size: 26px;
  margin-bottom: 8px;
}

.xy-faq-content .w105-faq-list-item,
.xy-faq-content .xy-faq-item {
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .xy-faq-item {
    padding: 14px 14px;
    gap: 12px;
  }
  .xy-faq-q {
    font-size: 16px;
  }
}

.xy-news-detail-content .blog-title {
  font-size: 28px;
  line-height: 1.35;
  margin-bottom: 12px;
}

.xy-news-body {
  line-height: 1.75;
  color: #555;
}

.xy-news-body img {
  max-width: 100%;
  height: auto;
}

.xy-news-body table {
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  margin: 16px 0;
}

.xy-news-body th,
.xy-news-body td {
  border: 1px solid #ddd;
  padding: 8px 10px;
  text-align: left;
}

.sidebar-rc-post .portfolio-renews-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

/* 产品详情（Akel） */
.xy-product-intro h1 {
  font-size: 28px;
  line-height: 1.3;
  margin: 0 0 12px;
}

.xy-product-desc {
  margin-bottom: 18px;
  color: #7a8b96;
  font-size: 13px;
  line-height: 1.55;
}

.xy-product-specs {
  list-style: none;
  margin: 0 0 8px;
  padding: 0;
}

.xy-product-specs li {
  display: flex;
  gap: 10px;
  padding: 10px 12px;
  margin-bottom: 6px;
  border: 0;
  border-radius: 6px;
  background: #f7f9fb;
  font-size: 14px;
  color: #3d5a73;
}

.xy-product-specs li strong {
  min-width: 88px;
  color: #1a3a4a;
  font-weight: 600;
}

.xy-product-action {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid #e8ecef;
}

.xy-product-action .xy-product-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 16px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1a3a4a;
}

.xy-product-action .xy-product-price-currency {
  font-size: 14px;
  font-weight: 600;
  color: #6b8491;
}

.xy-product-action .xy-product-qty-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.xy-product-action .xy-product-qty-hint {
  font-size: 13px;
  color: #6b8491;
}

.xy-product-action .xy-product-qty-stepper {
  display: inline-flex;
  align-items: stretch;
  height: 46px;
  border: 1px solid #d5dde3;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: inset 0 1px 2px rgba(26, 58, 74, 0.04);
}

.xy-product-action .xy-product-qty-btn {
  width: 44px;
  border: 0;
  margin: 0;
  padding: 0;
  background: #f4f7f9;
  color: #1a3a4a;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}

.xy-product-action .xy-product-qty-btn:hover {
  background: #e8f5fb;
  color: #2f8fbc;
}

.xy-product-action .xy-product-qty-input {
  width: 56px;
  min-width: 56px;
  height: 100%;
  margin: 0;
  padding: 0 4px;
  border: 0;
  border-left: 1px solid #e4eaee;
  border-right: 1px solid #e4eaee;
  border-radius: 0;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #1a3a4a;
  background: #fff;
  -moz-appearance: textfield;
  appearance: textfield;
}

.xy-product-action .xy-product-qty-input::-webkit-outer-spin-button,
.xy-product-action .xy-product-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.xy-product-action .action-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: stretch;
  margin-bottom: 14px;
}

.xy-product-action .action-buttons .xy-basket-add-form,
.xy-product-action .action-buttons .xy-basket-buy-wrap,
.xy-product-action .action-buttons .xy-basket-buy-form {
  display: inline-flex !important;
  margin: 0 !important;
  flex: 1 1 160px;
}

.xy-product-action .action-buttons .button,
.xy-product-action .action-buttons .btn,
.xy-product-action .action-buttons .xy-basket-add-btn,
.xy-product-action .action-buttons .xy-basket-buy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 12px 22px;
  border: 0;
  border-radius: 8px;
  background: var(--xy-skin-primary, #55b4d4);
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(85, 180, 212, 0.28);
  transition: background .2s ease, transform .15s ease, box-shadow .2s ease;
}

.xy-product-action .action-buttons .button:hover,
.xy-product-action .action-buttons .btn:hover,
.xy-product-action .action-buttons .xy-basket-add-btn:hover,
.xy-product-action .action-buttons .xy-basket-buy-btn:hover {
  background: var(--xy-skin-accent, #2a9bb8);
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(42, 155, 184, 0.32);
  transform: translateY(-1px);
}

.xy-product-action .action-buttons .xy-basket-buy-btn {
  background: #1a3a4a;
  box-shadow: 0 8px 18px rgba(26, 58, 74, 0.2);
}

.xy-product-action .action-buttons .xy-basket-buy-btn:hover {
  background: #0f2a36;
  box-shadow: 0 10px 22px rgba(26, 58, 74, 0.28);
}

.xy-product-action .action-buttons .button i,
.xy-product-action .action-buttons .xy-basket-add-btn i,
.xy-product-action .action-buttons .xy-basket-buy-btn i {
  font-size: 16px;
  line-height: 1;
}

.xy-product-action .xy-product-pdf-link {
  margin: 0 0 12px;
}

.xy-product-action .xy-product-pdf-link a {
  color: #2f8fbc;
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
}

.xy-product-action .xy-product-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
}

.xy-product-action .xy-product-trust-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f3fafc;
  border: 1px solid #d7ebf4;
  color: #3d5a73;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
}

.xy-product-action .xy-product-fav-row,
.xy-product-action .w105-product-fav-row {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid #eef2f4;
}

.xy-product-action .xy-product-fav-btn,
.xy-product-action .w105-product-share-btn.xy-product-fav-btn {
  width: 36px;
  height: 36px;
  border: 1px solid #dce5ea;
  border-radius: 50%;
  background: #fff;
  color: #6b8491;
  transition: all .2s ease;
}

.xy-product-action .xy-product-fav-btn:hover,
.xy-product-action .xy-product-fav-btn.is-active {
  border-color: var(--xy-skin-primary, #55b4d4);
  background: #e8f5fb;
  color: var(--xy-skin-primary, #55b4d4);
}

.xy-product-action .xy-product-fav-label {
  font-size: 13px;
  color: #6b8491;
}

.xy-product-action .xy-product-fav-list-link {
  margin-left: auto;
  font-size: 13px;
  font-weight: 600;
  color: var(--xy-skin-primary, #55b4d4);
}

.xy-product-action .xy-product-fav-list-link:hover {
  color: var(--xy-skin-accent, #2a9bb8);
}

@media (max-width: 767px) {
  .xy-product-action .action-buttons .xy-basket-add-form,
  .xy-product-action .action-buttons .xy-basket-buy-wrap,
  .xy-product-action .action-buttons .xy-basket-buy-form {
    flex: 1 1 100%;
  }
}

.xy-product-contents {
  line-height: 1.75;
  color: #555;
}

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

.xy-product-contents table {
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  margin: 16px 0;
}

.xy-product-contents th,
.xy-product-contents td {
  border: 1px solid #ddd;
  padding: 8px 10px;
}

.xy-product-downloads {
  margin-top: 28px;
}

.xy-product-tags {
  margin-top: 20px;
}

.xy-product-tags a {
  display: inline-block;
  margin: 0 8px 6px 0;
  color: #666;
}

.xy-product-share {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.xy-product-share a {
  color: #232332;
  font-size: 16px;
}

.xy-product-share .xy-icon-x {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: -2px;
}

.xy-product-gallery .slide a {
  display: block;
}

.related-post-area .row {
  display: flex;
  flex-wrap: wrap;
}

.related-post-area .row:before,
.related-post-area .row:after {
  display: none !important;
  content: none !important;
}

.related-post-area .row > [class*="col-"] {
  display: flex;
  float: none;
}

.related-post-area .blog-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.related-post-area .blog-thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f5f6f8;
}

.related-post-area .blog-thumb::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.related-post-area .blog-thumb a {
  position: absolute;
  inset: 0;
  display: block;
}

.related-post-area .blog-thumb img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.blog-content h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 20px;
}

.blog-content h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 15px;
}

.blog-content h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 15px;
}

.blog-content h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 15px;
}

.blog-content a {
  font-weight: bold;
}

/* Home About — refined layout */
.tp-about {
  background: linear-gradient(180deg, #f7f9fb 0%, #ffffff 48%, #ffffff 100%);
}

.tp-about.pt-50 {
  padding-top: 28px;
}

.tp-about.pb-70 {
  padding-bottom: 40px;
}

.tp-about .area-title {
  margin: 0 auto 24px;
}

.tp-about .area-title h2 {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .tp-about.pt-50 {
    padding-top: 20px;
  }

  .tp-about.pb-70 {
    padding-bottom: 28px;
  }

  .tp-about .area-title {
    margin-bottom: 18px;
  }
}

.tp-about-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.tp-about .about-me {
  margin-bottom: 0;
}

.tp-about .about-me-media {
  display: block;
  position: relative;
  overflow: hidden;
  background: #e8eef2;
  box-shadow: 0 18px 40px rgba(30, 45, 55, 0.12);
}

.tp-about .about-me-media::after {
  display: none;
}

.tp-about .about-me-media img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.tp-about .about-me-media:hover img {
  transform: scale(1.04);
}

.tp-about .about-me-info {
  padding: 8px 0 8px 36px;
  position: relative;
}

.tp-about .about-me-info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 2px;
  background: linear-gradient(180deg, #55b4d4 0%, rgba(85, 180, 212, 0.15) 100%);
}

.tp-about .about-me-text {
  color: #5a6570;
  font-size: 15px;
  line-height: 1.85;
  margin-bottom: 28px;
}

.tp-about .about-me-text p,
.tp-about .about-me-text div {
  margin: 0 0 14px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.tp-about .about-me-text p:last-child,
.tp-about .about-me-text div:last-child {
  margin-bottom: 0;
}

.tp-about .about-me-btn {
  display: inline-block;
  margin-top: 4px;
  padding: 12px 34px;
  border: 0;
  border-radius: 2px;
  background: #252525;
  color: #fff !important;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.tp-about .about-me-btn:hover,
.tp-about .about-me-btn:focus {
  background: #55b4d4;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(85, 180, 212, 0.35);
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .tp-about .about-me-info {
    padding: 28px 0 0;
  }

  .tp-about .about-me-info::before {
    display: none;
  }

  .tp-about .about-me-media img {
    height: 260px;
  }
}

@media (max-width: 767px) {
  .tp-about .about-me-media img {
    height: 220px;
  }

  .tp-about .about-me-text {
    font-size: 14px;
    line-height: 1.75;
  }
}

/* Wishlist：对齐产品列表三列卡 */
.xy-wishlist-page .xy-wishlist {
  max-width: none;
  margin: 0;
  width: 100%;
}

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

.xy-wishlist-page .xy-wishlist-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #777;
}

.xy-wishlist-page .xy-wishlist-loading,
.xy-wishlist-page .xy-wishlist-err {
  margin: 40px 0;
  text-align: center;
  font-size: 15px;
  color: #777;
}

.xy-wishlist-page .xy-wishlist-err {
  color: #b42318;
}

.xy-wishlist-page .xy-wishlist-empty {
  margin: 24px auto 40px;
  max-width: 420px;
  padding: 36px 28px;
  text-align: center;
  background: #f8f9fb;
  border: 1px solid #e8eef4;
}

.xy-wishlist-page .xy-wishlist-empty p {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

.xy-wishlist-page .xy-wishlist-empty .xy-list-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  text-decoration: none;
}

.xy-wishlist-page .xy-wishlist-item .xy-list-card-btns {
  justify-content: center;
}

.xy-wishlist-page .xy-wishlist-remove {
  cursor: pointer;
}

/* Inquiry Basket：对齐本站 Akel 内页 */
.xy-basket-page .xy-basket {
  max-width: none;
  margin: 0 0 36px;
  padding-right: 0;
}

.xy-basket-page .xy-basket-summary,
.xy-basket-page .xy-basket-cat-tools,
.xy-basket-page .xy-basket-alert,
.xy-basket-page .xy-basket-panel,
.xy-basket-page .xy-basket-empty {
  border-radius: 0;
  border-color: #e8eef4;
}

.xy-basket-page .xy-basket-summary {
  padding: 16px 20px;
  background: #f8f9fb;
  box-shadow: none;
}

.xy-basket-page .xy-basket-summary-badge {
  border-radius: 0;
  border-color: rgba(85, 180, 212, 0.35);
  background: rgba(85, 180, 212, 0.08);
  color: #1a3a4a;
}

.xy-basket-page .xy-basket-summary-badge.is-checkout {
  border-color: rgba(85, 180, 212, 0.45);
  background: rgba(85, 180, 212, 0.12);
}

.xy-basket-page .xy-basket-empty {
  margin: 0 auto 28px;
  max-width: 480px;
  padding: 40px 28px;
  text-align: center;
  background: #f8f9fb;
  border: 1px solid #e8eef4;
}

.xy-basket-page .xy-basket-empty p {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

.xy-basket-page .xy-basket-line {
  border-color: #e8eef4;
}

.xy-basket-page .xy-basket-line:hover {
  border-color: rgba(85, 180, 212, 0.45);
}

.xy-basket-page .xy-basket-name {
  color: #232332;
}

.xy-basket-page .xy-basket-name:hover {
  color: var(--xy-skin-primary, #55b4d4);
}

.xy-basket-page .xy-ui-btn {
  border-radius: 0;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 12px;
  height: 42px;
  line-height: 42px;
  padding: 0 22px;
  background: var(--xy-skin-primary, #55b4d4);
}

.xy-basket-page .xy-ui-btn:hover {
  background: var(--xy-skin-accent, #2a9bb8);
}

.xy-basket-page .xy-ui-btn-ghost {
  background: transparent;
  border: 1px solid #d0d7dc;
  color: #1a3a4a;
}

.xy-basket-page .xy-ui-btn-ghost:hover {
  border-color: var(--xy-skin-primary, #55b4d4);
  color: var(--xy-skin-primary, #55b4d4);
  background: transparent;
}

.xy-basket-page .xy-basket-form-wrap {
  margin-top: 8px;
  padding: 28px 28px 32px;
  background: #fff;
  border: 1px solid #e8eef4;
}

.xy-basket-page .xy-basket-form-alert {
  margin: 0 0 14px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.55;
  color: #555;
  background: #f8f9fb;
  border-left: 3px solid var(--xy-skin-primary, #55b4d4);
}

.xy-basket-page .xy-basket-submit-tip {
  margin: 0 0 18px;
  font-size: 13px;
  color: #777;
}

.xy-basket-page .xy-basket-inquiry-form .form-group {
  margin-bottom: 18px;
}

.xy-basket-page .xy-basket-inquiry-form .form-control {
  border-radius: 0;
  box-shadow: none;
  border-color: #dce3ea;
}

.xy-basket-page .xy-basket-inquiry-form .form-control:focus {
  border-color: var(--xy-skin-primary, #55b4d4);
  box-shadow: none;
}

.xy-basket-page .xy-basket-inquiry-form .btn-dark {
  min-width: 200px;
  border-radius: 0;
  background: #222;
  border-color: #222;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.xy-basket-page .xy-basket-inquiry-form .btn-dark:hover {
  background: var(--xy-skin-primary, #55b4d4);
  border-color: var(--xy-skin-primary, #55b4d4);
}

.xy-basket-page .xy-basket-msg-hint {
  margin: 8px 0 0;
  font-size: 12px;
  color: #888;
}

@media (max-width: 767px) {
  .xy-basket-page .xy-basket-form-wrap {
    padding: 20px 16px 24px;
  }
}

/* Download 列表：横向逐条 + 格式图标 */
.xy-download-list .xy-dl-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.xy-download-list .xy-dl-list > li {
  margin: 0 0 14px;
}

.xy-download-list .xy-dl-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #e8eef4;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.xy-download-list .xy-dl-item:hover {
  border-color: rgba(85, 180, 212, 0.55);
  box-shadow: 0 8px 24px rgba(85, 180, 212, 0.12);
}

.xy-download-list .xy-dl-ico {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 10px;
  background: rgba(85, 180, 212, 0.12);
  color: #55b4d4;
  font-size: 26px;
  line-height: 1;
}

.xy-download-list .xy-dl-ext {
  position: absolute;
  right: -4px;
  bottom: -4px;
  min-width: 28px;
  padding: 1px 5px;
  border-radius: 3px;
  background: #252525;
  color: #fff;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
}

.xy-download-list .xy-dl-item.is-pdf .xy-dl-ico {
  background: rgba(220, 53, 69, 0.12);
  color: #c0392b;
}

.xy-download-list .xy-dl-item.is-doc .xy-dl-ico {
  background: rgba(41, 98, 255, 0.12);
  color: #2b579a;
}

.xy-download-list .xy-dl-item.is-xls .xy-dl-ico {
  background: rgba(33, 115, 70, 0.12);
  color: #217346;
}

.xy-download-list .xy-dl-item.is-ppt .xy-dl-ico {
  background: rgba(183, 71, 42, 0.12);
  color: #b7472a;
}

.xy-download-list .xy-dl-item.is-zip .xy-dl-ico {
  background: rgba(196, 92, 0, 0.12);
  color: #c45c00;
}

.xy-download-list .xy-dl-item.is-pic .xy-dl-ico {
  background: rgba(111, 66, 193, 0.12);
  color: #6f42c1;
}

.xy-download-list .xy-dl-item.is-link .xy-dl-ico {
  background: rgba(85, 180, 212, 0.16);
  color: #2a8fad;
}

.xy-download-list .xy-dl-item.is-empty .xy-dl-ico {
  background: #f1f3f5;
  color: #99a1a8;
}

.xy-download-list .xy-dl-body {
  flex: 1 1 auto;
  min-width: 0;
}

.xy-download-list .xy-dl-title {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  color: #232332;
}

.xy-download-list .xy-dl-title a {
  color: inherit;
  text-decoration: none;
}

.xy-download-list .xy-dl-title a:hover {
  color: #55b4d4;
}

.xy-download-list .xy-dl-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: #888;
}

.xy-download-list .xy-dl-file {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xy-download-list .xy-dl-action {
  flex-shrink: 0;
}

.xy-download-list .xy-dl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 132px;
  height: 44px;
  padding: 0 20px;
  border-radius: 2px;
  background: #252525;
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: background 0.25s ease, transform 0.25s ease;
}

.xy-download-list .xy-dl-btn:hover,
.xy-download-list .xy-dl-btn:focus {
  background: #55b4d4;
  color: #fff !important;
  transform: translateY(-1px);
}

.xy-download-list .xy-dl-btn.is-ghost {
  background: transparent;
  color: #252525 !important;
  border: 1px solid #d8dee6;
}

.xy-download-list .xy-dl-btn.is-ghost:hover {
  background: #55b4d4;
  border-color: #55b4d4;
  color: #fff !important;
}

@media (max-width: 767px) {
  .xy-download-list .xy-dl-item {
    flex-wrap: wrap;
    gap: 14px;
    padding: 16px;
  }

  .xy-download-list .xy-dl-action {
    width: 100%;
  }

  .xy-download-list .xy-dl-btn {
    width: 100%;
  }
}

/* Download 详情：对齐新闻详情 + 下载卡 */
.xy-download-detail .xy-news-detail-content .blog-title {
  margin-bottom: 10px;
}

.xy-download-detail .xy-dl-meta {
  margin-bottom: 22px;
}

.xy-download-detail .xy-dl-panel {
  display: flex !important;
  align-items: center;
  gap: 22px;
  margin: 0 0 32px;
  padding: 24px 26px;
  background: linear-gradient(135deg, #f7fafc 0%, #eef5f8 100%);
  border: 1px solid #dce7ee;
  border-left: 4px solid #55b4d4;
  box-shadow: 0 8px 24px rgba(26, 58, 74, 0.06);
}

.xy-download-detail .xy-dl-panel-ico {
  position: relative;
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e2ebf1;
  color: #55b4d4;
  font-size: 32px;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.xy-download-detail .xy-dl-panel-ext {
  position: absolute;
  right: -6px;
  bottom: -6px;
  min-width: 34px;
  padding: 2px 7px;
  border-radius: 4px;
  background: #252525;
  color: #fff !important;
  font-size: 10px;
  font-style: normal !important;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.xy-download-detail .xy-dl-panel.is-pdf .xy-dl-panel-ico { color: #c0392b; border-color: rgba(192, 57, 43, 0.2); }
.xy-download-detail .xy-dl-panel.is-pdf { border-left-color: #c0392b; }
.xy-download-detail .xy-dl-panel.is-doc .xy-dl-panel-ico { color: #2b579a; border-color: rgba(43, 87, 154, 0.2); }
.xy-download-detail .xy-dl-panel.is-doc { border-left-color: #2b579a; }
.xy-download-detail .xy-dl-panel.is-xls .xy-dl-panel-ico { color: #217346; border-color: rgba(33, 115, 70, 0.2); }
.xy-download-detail .xy-dl-panel.is-xls { border-left-color: #217346; }
.xy-download-detail .xy-dl-panel.is-ppt .xy-dl-panel-ico { color: #b7472a; border-color: rgba(183, 71, 42, 0.2); }
.xy-download-detail .xy-dl-panel.is-ppt { border-left-color: #b7472a; }
.xy-download-detail .xy-dl-panel.is-zip .xy-dl-panel-ico { color: #c45c00; border-color: rgba(196, 92, 0, 0.2); }
.xy-download-detail .xy-dl-panel.is-zip { border-left-color: #c45c00; }
.xy-download-detail .xy-dl-panel.is-pic .xy-dl-panel-ico { color: #6f42c1; border-color: rgba(111, 66, 193, 0.2); }
.xy-download-detail .xy-dl-panel.is-pic { border-left-color: #6f42c1; }
.xy-download-detail .xy-dl-panel.is-link .xy-dl-panel-ico { color: #2a8fad; }

.xy-download-detail .xy-dl-panel-body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.xy-download-detail .xy-dl-panel-desc {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #4a5560;
}

.xy-download-detail .xy-dl-panel-actions {
  flex: 0 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin-left: auto;
}

.xy-download-detail .blog-content a.xy-dl-panel-btn,
.xy-download-detail a.xy-dl-panel-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 0;
  height: 36px;
  padding: 0 14px;
  border: 0;
  border-radius: 2px;
  background: #252525;
  color: #fff !important;
  font-size: 11px;
  font-weight: 700 !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: 0 4px 10px rgba(37, 37, 37, 0.14);
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  white-space: nowrap;
}

.xy-download-detail .blog-content a.xy-dl-panel-btn:hover,
.xy-download-detail .blog-content a.xy-dl-panel-btn:focus,
.xy-download-detail a.xy-dl-panel-btn:hover,
.xy-download-detail a.xy-dl-panel-btn:focus {
  background: #55b4d4;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(85, 180, 212, 0.3);
}

.xy-download-detail .xy-news-body {
  margin-top: 8px;
  padding-top: 24px;
  border-top: 1px solid #e8eef4;
}

.xy-download-detail .next-prev-post {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid #e8eef4;
}

.xy-download-detail .next-prev-post .prev-post,
.xy-download-detail .next-prev-post .next-post {
  display: inline-block;
  max-width: 48%;
  padding: 10px 14px;
  background: #f7f8fa;
  border: 1px solid #e8eef4;
  font-size: 13px;
  line-height: 1.5;
  color: #555;
  text-decoration: none !important;
  font-weight: 500 !important;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.xy-download-detail .next-prev-post .next-post {
  float: right;
  text-align: right;
}

.xy-download-detail .next-prev-post a:hover {
  color: #55b4d4 !important;
  border-color: rgba(85, 180, 212, 0.45);
  background: #fff;
}

.xy-download-detail .xy-dl-rc-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f6f8;
}

.xy-download-detail .xy-dl-rc-ico a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #55b4d4;
  font-size: 22px;
  text-decoration: none;
}

.xy-download-detail .xy-dl-rc-ico img {
  display: none;
}

/* Related Files 侧栏：格式图标 */
.xy-download-detail .xy-dl-related {
  padding: 0;
}

.xy-download-detail .xy-dl-related .widget-title {
  margin-bottom: 18px;
}

.xy-download-detail .xy-dl-related-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.xy-download-detail .xy-dl-related-item {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eef2f5;
}

.xy-download-detail .xy-dl-related-item:last-child {
  border-bottom: 0;
}

.xy-download-detail .xy-dl-related-link {
  display: flex !important;
  align-items: center;
  gap: 14px;
  padding: 14px 4px;
  text-decoration: none !important;
  font-weight: 400 !important;
  transition: background 0.2s ease;
}

.xy-download-detail .xy-dl-related-link:hover {
  background: #f7fafc;
}

.xy-download-detail .xy-dl-related-ico {
  position: relative;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #f3f6f9;
  border: 1px solid #e5edf3;
  color: #55b4d4;
  font-size: 20px;
  line-height: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.xy-download-detail .xy-dl-related-link:hover .xy-dl-related-ico {
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(26, 58, 74, 0.08);
}

.xy-download-detail .xy-dl-related-ext {
  position: absolute;
  right: -5px;
  bottom: -5px;
  min-width: 26px;
  padding: 1px 4px;
  border-radius: 3px;
  background: #252525;
  color: #fff !important;
  font-size: 8px;
  font-style: normal !important;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.xy-download-detail .xy-dl-related-item.is-pdf .xy-dl-related-ico { color: #c0392b; background: rgba(192, 57, 43, 0.08); border-color: rgba(192, 57, 43, 0.18); }
.xy-download-detail .xy-dl-related-item.is-doc .xy-dl-related-ico { color: #2b579a; background: rgba(43, 87, 154, 0.08); border-color: rgba(43, 87, 154, 0.18); }
.xy-download-detail .xy-dl-related-item.is-xls .xy-dl-related-ico { color: #217346; background: rgba(33, 115, 70, 0.08); border-color: rgba(33, 115, 70, 0.18); }
.xy-download-detail .xy-dl-related-item.is-ppt .xy-dl-related-ico { color: #b7472a; background: rgba(183, 71, 42, 0.08); border-color: rgba(183, 71, 42, 0.18); }
.xy-download-detail .xy-dl-related-item.is-zip .xy-dl-related-ico { color: #c45c00; background: rgba(196, 92, 0, 0.08); border-color: rgba(196, 92, 0, 0.18); }
.xy-download-detail .xy-dl-related-item.is-pic .xy-dl-related-ico { color: #6f42c1; background: rgba(111, 66, 193, 0.08); border-color: rgba(111, 66, 193, 0.18); }
.xy-download-detail .xy-dl-related-item.is-link .xy-dl-related-ico { color: #2a8fad; background: rgba(85, 180, 212, 0.12); border-color: rgba(85, 180, 212, 0.25); }

.xy-download-detail .xy-dl-related-text {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.xy-download-detail .xy-dl-related-name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #232332;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xy-download-detail .xy-dl-related-link:hover .xy-dl-related-name {
  color: #55b4d4;
}

.xy-download-detail .xy-dl-related-date {
  display: block;
  font-size: 12px;
  line-height: 1.3;
  color: #98a2ad;
}

@media (max-width: 767px) {
  .xy-download-detail .xy-dl-panel {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }

  .xy-download-detail .xy-dl-panel-body {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .xy-download-detail .xy-dl-panel-actions {
    width: 100%;
    margin-left: 0;
  }

  .xy-download-detail .blog-content a.xy-dl-panel-btn,
  .xy-download-detail a.xy-dl-panel-btn {
    width: 100%;
  }

  .xy-download-detail .next-prev-post .prev-post,
  .xy-download-detail .next-prev-post .next-post {
    display: block;
    float: none;
    max-width: none;
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
  }
}

/* legacy aliases */
.xy-download-detail .xy-dl-detail-card {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 8px 0 28px;
  padding: 20px;
  background: #f8f9fb;
  border: 1px solid #e8eef4;
}

.xy-download-detail .xy-dl-detail-card .xy-dl-ico {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 10px;
  background: rgba(85, 180, 212, 0.12);
  color: #55b4d4;
  font-size: 28px;
  line-height: 1;
}

.xy-download-detail .xy-dl-detail-card .xy-dl-ext {
  position: absolute;
  right: -4px;
  bottom: -4px;
  min-width: 28px;
  padding: 1px 5px;
  border-radius: 3px;
  background: #252525;
  color: #fff;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
}

.xy-download-detail .xy-dl-detail-card.is-pdf .xy-dl-ico {
  background: rgba(220, 53, 69, 0.12);
  color: #c0392b;
}

.xy-download-detail .xy-dl-detail-card.is-doc .xy-dl-ico {
  background: rgba(41, 98, 255, 0.12);
  color: #2b579a;
}

.xy-download-detail .xy-dl-detail-card.is-xls .xy-dl-ico {
  background: rgba(33, 115, 70, 0.12);
  color: #217346;
}

.xy-download-detail .xy-dl-detail-card.is-ppt .xy-dl-ico {
  background: rgba(183, 71, 42, 0.12);
  color: #b7472a;
}

.xy-download-detail .xy-dl-detail-card.is-zip .xy-dl-ico {
  background: rgba(196, 92, 0, 0.12);
  color: #c45c00;
}

.xy-download-detail .xy-dl-detail-card.is-pic .xy-dl-ico {
  background: rgba(111, 66, 193, 0.12);
  color: #6f42c1;
}

.xy-download-detail .xy-dl-detail-card.is-link .xy-dl-ico {
  background: rgba(85, 180, 212, 0.16);
  color: #2a8fad;
}

.xy-download-detail .xy-dl-detail-main {
  flex: 1 1 auto;
  min-width: 0;
}

.xy-download-detail .xy-dl-detail-desc {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}

.xy-download-detail .xy-dl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 140px;
  height: 44px;
  padding: 0 22px;
  border-radius: 2px;
  background: #252525;
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: background 0.25s ease, transform 0.25s ease;
}

.xy-download-detail .xy-dl-btn:hover,
.xy-download-detail .xy-dl-btn:focus {
  background: #55b4d4;
  color: #fff !important;
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  .xy-download-detail .xy-dl-detail-card {
    flex-wrap: wrap;
  }

  .xy-download-detail .xy-dl-btn {
    width: 100%;
  }
}


/* ---- global (spacing utilities) ---- */
.m-0{margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;}

.p-0{padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;}

.mt-0{margin-top:0}

.mt-10{margin-top:10px}

.mt-15{margin-top:15px}

.mt-20{margin-top:20px}

.mt-30{margin-top:30px}

.mt-40{margin-top:40px}

.mt-50{margin-top:50px}

.mt-60{margin-top:60px}

.mt-70{margin-top:70px}

.mt-80{margin-top:80px}

.mt-90{margin-top:90px}

.mt-100{margin-top:100px}

.mt-110{margin-top:110px}

.mt-120{margin-top:120px}

.mt-130{margin-top:130px}

.mt-140{margin-top:140px}

.mt-150{margin-top:150px}

.mr-0{margin-right:0px}

.mr-10{margin-right:10px}

.mr-15{margin-right:15px}

.mr-20{margin-right:20px}

.mr-30{margin-right:30px}

.mr-40{margin-right:40px}

.mr-50{margin-right:50px}

.mr-60{margin-right:60px}

.mr-70{margin-right:70px}

.mr-80{margin-right:80px}

.mr-90{margin-right:90px}

.mr-100{margin-right:100px}

.mr-110{margin-right:110px}

.mr-120{margin-right:120px}

.mr-130{margin-right:130px}

.mr-140{margin-right:140px}

.mr-150{margin-right:150px}

.mb-0{margin-bottom:0}

.mb-10{margin-bottom:10px}

.mb-15{margin-bottom:15px}

.mb-20{margin-bottom:20px}

.mb-30{margin-bottom:30px}

.mb-40{margin-bottom:40px}

.mb-50{margin-bottom:50px}

.mb-60{margin-bottom:60px}

.mb-70{margin-bottom:70px}

.mb-80{margin-bottom:80px}

.mb-90{margin-bottom:90px}

.mb-100{margin-bottom:100px}

.mb-110{margin-bottom:110px}

.mb-120{margin-bottom:120px}

.mb-130{margin-bottom:130px}

.mb-140{margin-bottom:140px}

.mb-150{margin-bottom:150px}

.ml-0{margin-left:0}

.ml-10{margin-left:10px}

.ml-15{margin-left:15px}

.ml-20{margin-left:20px}

.ml-30{margin-left:30px}

.ml-40{margin-left:40px}

.ml-50{margin-left:50px}

.ml-60{margin-left:60px}

.ml-70{margin-left:70px}

.ml-80{margin-left:80px}

.ml-90{margin-left:90px}

.ml-100{margin-left:100px}

.ml-110{margin-left:110px}

.ml-120{margin-left:120px}

.ml-130{margin-left:130px}

.ml-140{margin-left:140px}

.ml-150{margin-left:150px}

.pt-0{padding-top:0}

.pt-10{padding-top:10px}

.pt-15{padding-top:15px}

.pt-20{padding-top:20px}

.pt-30{padding-top:30px}

.pt-40{padding-top:40px}

.pt-50{padding-top:50px}

.pt-60{padding-top:60px}

.pt-70{padding-top:70px}

.pt-80{padding-top:80px}

.pt-90{padding-top:90px}

.pt-100{padding-top:100px}

.pt-110{padding-top:110px}

.pt-120{padding-top:120px}

.pt-130{padding-top:130px}

.pt-140{padding-top:140px}

.pt-150{padding-top:150px}

.pr-0{padding-right:0}

.pr-10{padding-right:10px}

.pr-15{padding-right:15px}

.pr-20{padding-right:20px}

.pr-30{padding-right:30px}

.pr-40{padding-right:40px}

.pr-50{padding-right:50px}

.pr-60{padding-right:60px}

.pr-70{padding-right:70px}

.pr-80{padding-right:80px}

.pr-90{padding-right:90px}

.pr-100{padding-right:100px}

.pr-110{padding-right:110px}

.pr-120{padding-right:120px}

.pr-130{padding-right:130px}

.pr-140{padding-right:140px}

.pb-0{padding-bottom:0}

.pb-10{padding-bottom:10px}

.pb-15{padding-bottom:15px}

.pb-20{padding-bottom:20px}

.pb-30{padding-bottom:30px}

.pb-40{padding-bottom:40px}

.pb-50{padding-bottom:50px}

.pb-60{padding-bottom:60px}

.pb-70{padding-bottom:70px}

.pb-80{padding-bottom:80px}

.pb-90{padding-bottom:90px}

.pb-100{padding-bottom:100px}

.pb-110{padding-bottom:110px}

.pb-120{padding-bottom:120px}

.pb-130{padding-bottom:130px}

.pb-140{padding-bottom:140px}

.pb-150{padding-bottom:150px}

.pl-0{padding-left:0}

.pl-10{padding-left:10px}

.pl-15{padding-left:15px}

.pl-20{padding-left:20px}

.pl-30{padding-left:30px}

.pl-40{padding-left:40px}

.pl-50{padding-left:50px}

.pl-60{padding-left:60px}

.pl-70{padding-left:70px}

.pl-80{padding-left:80px}

.pl-90{padding-left:90px}

.pl-100{padding-left:100px}

.pl-110{padding-left:110px}

.pl-120{padding-left:120px}

.pl-130{padding-left:130px}

.pl-140{padding-left:140px}

.pl-150{padding-left:150px}

.ptb-0{padding:0}

.ptb-10{padding:10px 0}

.ptb-20{padding:20px 0}

.ptb-30{padding:30px 0}

.ptb-40{padding:40px 0}

.ptb-50{padding:50px 0}

.ptb-60{padding:60px 0}

.ptb-70{padding:70px 0}

.ptb-80{padding:80px 0}

.ptb-90{padding:90px 0}

.ptb-100{padding:100px 0}

.ptb-110{padding:110px 0}

.ptb-120{padding:120px 0}

.ptb-130{padding:130px 0}

.ptb-140{padding:140px 0}

.ptb-150{padding:150px 0}

.ptb-200{padding:200px 0}

.mtb-0{margin:0}

.mtb-10{margin:10px 0}

.mtb-15{margin:15px 0}

.mtb-20{margin:20px 0}

.mtb-30{margin:30px 0}

.mtb-40{margin:40px 0}

.mtb-50{margin:50px 0}

.mtb-60{margin:60px 0}

.mtb-70{margin:70px 0}

.mtb-80{margin:80px 0}

.mtb-90{margin:90px 0}

.mtb-100{margin:100px 0}

.mtb-110{margin:110px 0}

.mtb-120{margin:120px 0}

.mtb-130{margin:130px 0}

.mtb-140{margin:140px 0}

.mtb-150{margin:150px 0;}

.pricing .container .row [class*="col-"]{}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10{float:left;}

.col-1{width:10%;}

.col-2{width:20%;}

.col-3{width:30%;}

.col-4{width:40%;}

.col-5{width:50%;}

.col-6{width:60%;}

.col-7{width:70%;}

.col-8{width:80%;}

.col-9{width:90%;}

.col-10{width:100%;}

.white-bg{background:#ffffff;}

.gray-bg{background:#F4F7FC;}

.transparent-bg{background:transparent;}

/* ---- responsive ---- */
/*--------- Medium devices -----------*/
@media (min-width: 992px) and (max-width: 1200px) {
.portfolio-caption {
  padding: 30px 100px 30px 30px;
}
.slider-content h2 {
  font-size: 43px;
}
.portfolio-full .portfolio-item {
  width: 33.33%;
}

}


/*--------- TSmall devices Tablets ------------*/
@media (min-width: 768px) and (max-width: 991px) {
.sm-100{width:100%}
.basic-menu li {
  margin-left: 30px;
}
.portfolio-grid-4 .portfolio-item {
  width: 33.33%;
}
.portfolio-mosaic .portfolio-item {
  width: 50%;
}
.about-text {
  margin-bottom: 60px;
  margin-top: 0;
}
.portfolio-view-btn {
  margin-bottom: 30px;
}
.portfolio-item {
  width: 50%;
}
.portfolio-full .portfolio-item {
  width: 50%;
}



}


/*------------ Extra small devices ------------*/
@media (max-width: 767px) {
.basic-menu li {
  margin-left: 0;
}
.basic-menu > li > a::before {
  display: none;
}
.slide-1{background-size:cover}
.portfolio-item {
  width: 100%;
}
.area-title {
  width: 100%;
}
.call-to-action {
  text-align: left;
}
.hamburger {
  display: none;
}
.hamburger-menu {
  display: none;
}
/* 棣栭〉姹夊牎鏀圭敱 home.css 鎺у埗锛岃繖閲屼笉鍐嶈礋 margin 涓婃媺 */
.sticky .mean-container a.meanmenu-reveal {
  margin-top: 0;
}
.portfolio-grid-2 .portfolio-item {
  width: 100%;
}
.portfolio-grid-4 .portfolio-item {
  width: 100%;
}
.portfolio-mosaic .portfolio-item {
  width: 100%;
}
.about-text {
  margin-bottom: 60px;
  margin-top: 0;
}
.counter-box {
  width: 100%;
}
.pagination > li {
  margin-bottom: 5px;
}
.comment-reply {
  margin-left: 0;
}
.portfolio-view-btn {
  margin-bottom: 30px;
}
.header-transparent .mean-container a.meanmenu-reveal {
  border: 1px solid #fff;
}
.header-transparent .mean-container a.meanmenu-reveal span {
  background: #fff none repeat scroll 0 0;
}
.slider-screen {
	height: 100vh;
}
.slide-3 {
  background: rgba(0, 0, 0, 0) url("../images/sss.jpg") repeat scroll center center / cover ;
}
.portfolio-full .portfolio-item {
  width: 100%;
}
.counter-box {
  margin-bottom: 30px;
}
.slider-content h2 {
  font-size: 35px;
}
.slider-content.hero-text span {
  display: none;
}
.portfolio-caption {
  padding: 30px 60px 30px 30px;
}
.right-side{margin-top:50px;}
.widget-social a {
  margin-bottom: 4px;
  margin-right: 0;
}
.blob-post-gallery ul li {
  margin-bottom: 6px;
  width: 100%;
}
.header-transparent.sticky .mean-container a.meanmenu-reveal {
  border: 1px solid #444;
}
.header-transparent.sticky .mean-container a.meanmenu-reveal span {
  background: #444 none repeat scroll 0 0;
}
.author-avatar {
  float: none;
}
.authorinfo {
  margin-left: 0;
  margin-top: 18px;
}
.slider-content.white-bg-opacity {
	padding: 70px 40px;
}
.next-post {
	float: none;
	display: inline-block;
	margin-top: 9px;
}
.comment-content {
	margin: 0 0 30px 74px;
	padding: 12px;
}


}

/*----------- Large Mobile -------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
.portfolio-item {
  width: 50%;
}
.portfolio-grid-2 .portfolio-item {
  width: 50%;
}
.portfolio-grid-4 .portfolio-item {
  width: 50%;
}
.portfolio-caption {
  padding: 30px 91px 30px 30px;
}
.portfolio-full .portfolio-item {
  width: 100%;
}
.next-post {
	float: right;
	display: inline-block;
	margin-top: 0px;
}



}
