@charset "UTF-8";
@font-face {
  font-family: Poppins;
  src: url("../font/Poppins.woff2") format("woff2"), url("../font/Poppins.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AkkuratPro-Light';
  src: url('../fonts/akkuratpro-light.eot');
  src: url('../font/AkkuratPro-Light.eot') format('embedded-opentype'),
  url('../fonts/akkuratpro-light.woff') format('woff'),
  url('../fonts/akkuratpro-light.ttf') format('truetype'),
  url('../fonts/akkuratpro-light.svg') format('svg');
  font-display: swap;
}
@font-face {
  font-family: 'ErasITC_Bold';
  src: url('../fonts/erasitc_bold.eot');
  src: url('../fonts/erasitc_bold.eot') format('embedded-opentype'),
  url('../fonts/erasitc_bold.woff') format('woff'),
  url('../fonts/erasitc_bold.ttf') format('truetype'),
  url('../fonts/erasitc_bold.svg') format('svg');
  font-display: swap;
}
html {
  font-family:ErasITC_Bold,Arial,Verdana, Tahoma, Geneva,  sans-serif;font-weight:normal;
  scroll-behavior: smooth;
}
b, body, dd, div, form, h5, h6, img, input, textarea, li, p, pre, td, ul
 {
    margin: 0 auto;
    padding: 0;
    font-family: AkkuratPro-Light, Arial, Verdana, Tahoma, Geneva, sans-serif;
    color: #333;
    font-size: 16px;
}
#cont_lxfs h1, h2{
    font-family: ErasITC_Bold, Arial, Verdana, Tahoma, Geneva, sans-serif;
    font-weight: normal;
}
body {
  background: #f5f6f7;
}
#cont_lxfs .right h1{
    font-family: ErasITC_Bold, Arial, Verdana, Tahoma, Geneva, sans-serif;
    font-weight: normal;
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
	vertical-align: middle;
    border-style: none;
}

.sec-title .title-top {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 6px;
}
.sec-title.centred .title-top {
    padding-right: 20px;
}
.sec-title .title-top .shape-box .shape-1 {
    left: 0px;
}
.sec-title .title-top .shape-box .shape-2 {
    right: 0px;
}
.sec-title .title-top .shape-box .shape {
    position: absolute;
    top: 2px;
    font-size: 12px;
    font-family: 'Lexend', sans-serif;
    font-weight: 700;
}
.sec-title .title-top .shape-box .shape {
    color: #56b13d;
}
.sec-title h6 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
}
.sec-title h6 {
    color: #56b13d;
}
.single-line-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%; /* 或具体像素值 */
    display: block; /* 或 inline-block 根据需要 */
    box-sizing: border-box; /* 防止内边距和边框影响宽度 */
}
/*!- lina-wrapper begin -*/
.lina-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 0 32px;
}
@media screen and (max-width: 1280px) {
  .lina-wrapper {
    padding: 0 24px;
  }
}
@media screen and (max-width: 992px) {
  .lina-wrapper {
    padding: 0 16px;
  }
}

/*!- lina-wrapper end -*/
/*!- lina-section begin -*/
.lina-section {
  padding: 30px 0;
}
.lina-section .content-empty {
  text-align: center;
}
.lina-section .content-empty .lina-iconfont {
  font-size: 150px;
  color: #d9d9d9;
}
.lina-section .content-empty .content-empty-title {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  margin: 30px 0 30px 0;
}
.lina-section.mm {
  padding: 0;
}
.lina-section.mb {
  padding-bottom: 0;
}
.lina-section.mt {
  padding-top: 0;
}
.lina-section.mb-60 {
  padding-bottom: 60px;
}
.lina-section .layout-wrap {
  display: flex;
  align-items: flex-start;
}
.lina-section .layout-wrap > .cart-form {
  display: flex;
  align-items: flex-start;
}
.lina-section .layout-content {
  flex: auto;
  width: 75%;
}
.lina-section .layout-sidebar {
  width: 25%;
  padding-left: 30px;
  position: sticky;
  top: 100px;
  right: 0;
}
.lina-section .layout-sidebar .hd {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  padding: 0 0 16px 0;
  position: relative;
}
.lina-section .layout-sidebar .hd h3 {
  flex: auto;
  font-size: 20px;
  line-height: 35px;
  color: #333;
  border-bottom: 1px solid #ddd;
  font-weight: normal;
}
.lina-section .layout-sidebar .hd:after {
  position: absolute;
  content: '\e844';
  font-family: lina-iconfont;
  color: #56b13d;
  right: 0;
  font-size: 20px;
}
.lina-section .layout-sidebar .hd a {
  line-height: 32px;
  font-size: 14px;
  color: #999;
  transition: color .5s;
}
.lina-section .layout-sidebar .hd a:hover {
  color: #56b13d;
}
.lina-section .layout-sidebar .menu-grid-sidebar {
  width: 100%;
  margin-bottom: 20px;
}
.lina-section .layout-sidebar .menu-grid-sidebar ul {
  position: sticky;
  top: 72px;
  left: 0;
}
.lina-section .layout-sidebar .menu-grid-sidebar ul li {
  margin-bottom: 5px;
  transition: all .5s;
}
.lina-section .layout-sidebar .menu-grid-sidebar ul li a {
  display: block;
  position: relative;
  line-height: 35px;
  font-size: 16px;
  color: #333;
  transition: all .5s;
  border-radius: 6px;
  border: 1px solid transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.lina-section .layout-sidebar .menu-grid-sidebar ul li:hover a {
  color: #56b13d;
  transition: color .5s;
}
.lina-section .layout-sidebar .menu-grid-sidebar ul li:hover a:before {
  content: '\e844';
  font-family: 'lina-iconfont';
  padding-right: 10px;
}
.lina-section .layout-sidebar .menu-grid-sidebar ul li.active a {
  color: #56b13d;
}
.lina-section .layout-sidebar .menu-grid-sidebar ul li:last-child {
  margin-bottom: 0;
}
.lina-section .layout-sidebar .cashier-grid-sidebar {
  width: 100%;
  background: #fff;
  padding: 0 15px 15px 15px;
}
.lina-section .layout-sidebar .cashier-grid-sidebar ul {
  display: flex;
  flex-direction: column;
}
.lina-section .layout-sidebar .cashier-grid-sidebar ul li {
  width: 100%;
  justify-content: space-between;
  display: flex;
}
.lina-section .layout-sidebar .cashier-grid-sidebar ul li strong {
  font-size: 20px !important;
}
.lina-section .layout-sidebar .cashier-grid-sidebar ul li .cart-cashier-label {
  font-size: 16px;
  line-height: 32px;
  color: #333;
}
.lina-section .layout-sidebar .cashier-grid-sidebar ul li .cart-cashier-value {
  font-size: 16px;
  line-height: 32px;
  color: #FE5050;
}
.lina-section .layout-sidebar .cashier-grid-sidebar .cart-cashier-action {
  margin-top: 24px;
}
.lina-section .layout-sidebar .cashier-grid-sidebar .cart-cashier-action .cart-action {
  display: block;
  font-size: 18px;
  line-height: 40px;
  padding: 0 16px;
  color: #fff;
  text-align: center;
  border: 0;
  width: 100%;
  background-color: #26BB79;
  cursor: pointer;
  -webkit-transition: background .3s ease 0s;
  transition: background .3s ease 0s;
}
.lina-section .layout-sidebar .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -16px 0 0 -16px;
}
.lina-section .layout-sidebar .bd ul li {
  width: 100%;
  padding: 16px 0 0 16px;
}
.lina-section .layout-sidebar .bd ul li a {
  display: block;
}
.lina-section .layout-sidebar .bd ul li a:hover .intro h4 {
  color: #56b13d;
}
.lina-section .layout-sidebar .bd ul li .cover {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.lina-section .layout-sidebar .bd ul li .cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.lina-section .layout-sidebar .bd ul li .intro h4 {
  padding: 8px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  transition: color .4s;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.lina-section .layout-sidebar .hot-related-wrap ul {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.lina-section .layout-sidebar .hot-related-wrap ul li {
  display: flex;
  margin-bottom: 30px;
}
.lina-section .layout-sidebar .hot-related-wrap ul li .cover {
  width: 30%;
}
.lina-section .layout-sidebar .hot-related-wrap ul li .cover > img {
  display: block;
  width: 100%;
}
.lina-section .layout-sidebar .hot-related-wrap ul li .intro {
  width: 70%;
  padding-left: 20px;
  flex: auto;
}
.lina-section .layout-sidebar .hot-related-wrap ul li .intro h4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  line-height: 25px;
  font-weight: normal;
  color: #333;
  font-size: 16px;
}
.lina-section .layout-sidebar .hot-related-wrap ul li .intro:hover h4 {
  color: #56b13d;
}
.lina-section .layout-sidebar .hot-related-wrap ul li .video-item {
  width: 100%;
  margin-bottom: 0;
}
.lina-section .layout-sidebar .hot-related-wrap ul li .video-item .cover {
  width: 100%;
}
.lina-section .layout-sidebar .hot-related-wrap ul li .video-item .intro-icon {
  padding: 20px;
}
.lina-section .layout-sidebar .hot-related-wrap ul li .video-item .intro-icon h4 {
  font-weight: normal;
}
.lina-section .layout-sidebar .company-content {
  width: 100%;
  margin-bottom: 30px;
}
.lina-section .layout-sidebar .company-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.lina-section .layout-sidebar .company-content ul li {
  width: 100%;
  flex: auto;
  margin-bottom: 10px;
}

.wrapper .grid h2, h4 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 45px;
    color: #6c757d;
    font-weight: 600;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.lina-section .layout-sidebar .company-content ul li .icon i {
  font-size: inherit;
}
.lina-section .layout-sidebar .company-content ul li .label {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  display: inline-block;
}
.lina-section .layout-sidebar .company-content ul li .value {
  font-size: 16px;
  white-space: normal;
  word-break: break-word;
  color: #333;
  display: inline-block;
}
.lina-section .layout-sidebar-sticky {
  position: sticky;
  top: 90px;
}
.lina-section .tips-tags .tips {
  padding: 16px 0;
}
.lina-section .tips-tags .tips h4 {
  border-left: 3px solid #56b13d;
  line-height: 1.5;
  padding: 4px 16px;
  font-size: 18px;
  font-weight: normal;
  color: #56b13d;
}
.lina-section .tips-tags .tags {
  display: block;
  line-height: 1;
  font-size: 0;
}
.lina-section .tips-tags .tags a {
  display: inline-block;
  line-height: 40px;
  padding: 0 24px;
  background-color: #F5F5F5;
  color: #333;
  font-size: 16px;
  margin: 0 0 16px 0;
  max-width: 250px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: background-color .4s, color .4s;
}
.lina-section .tips-tags .tags a:hover {
  color: #56b13d;
}
.lina-section .wui-number {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 32px;
}
.lina-section .wui-number .wui-number-button {
  display: block;
  position: absolute;
  top: 0;
  cursor: pointer;
  color: #333333;
  width: 32px;
  height: 32px;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  background-image: none;
  background-color: whitesmoke;
}
.lina-section .wui-number .wui-number-button.sub {
  left: 0;
}
.lina-section .wui-number .wui-number-button.add {
  right: 0;
}
.lina-section .wui-number .wui-number-button:hover {
  background-color: #d9d9d9;
}
.lina-section .wui-number .wui-number-button:disabled {
  background-color: transparent;
  color: #bfbfbf;
  cursor: not-allowed;
}
.lina-section .wui-number .wui-number-input {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 0 40px;
  line-height: 30px;
  border: 1px solid #d9d9d9;
  max-width: 120px;
}
.lina-section .header-title {
  line-height: 1.576;
  border-bottom: 1px solid #ddd;
  color: #56b13d;
  padding: 10px 0;
  margin-bottom: 32px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.lina-section .header-title h3 {
  font-size: 22px;
  line-height: 32px;
  color: #56b13d;
  font-weight: normal;
  flex: auto;
  font-weight: 600;
  -webkit-flex: auto;
}
.lina-section .header-title .more-button {
  display: block;
  -webkit-flex: none;
  flex: none;
}
.lina-section .header-title a:hover {
  background: #56b13d;
  color: #fff;
}
.lina-section .title {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  color: #56b13d;
  margin-bottom: 30px;
}
.lina-section .title h3 {
  font-weight: normal;
}
.lina-section .button {
  border: 2px solid #56b13d;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: .3s,background-size .2s linear .15s;
  transition: all .3s,background-size .2s linear .15s;
}
.lina-section .button:before {
  background: #56b13d;
  content: "";
  position: absolute;
  height: 100%;
  width: 55px;
  right: 0;
  top: 0;
}
.lina-section .button:after {
  color: #333;
  content: "\e844";
  font-family: "lina-iconfont";
  position: relative;
  margin: 0;
  transform: none;
  -webkit-transform: none;
  font-size: 25px;
  font-weight: normal;
  text-align: center;
  width: 55px;
  top: 50%;
  right: 0;
  -webkit-transition: .3s,background-size .2s linear .15s;
  transition: all .3s,background-size .2s linear .15s;
}
.lina-section .button span {
  position: relative;
  padding: 5px 28px 5px 38px;
  z-index: 1;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
}
.lina-section .button span:before {
  background: #56b13d;
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  width: 0;
  -webkit-transition: width .3s ease-out;
  transition: width .3s ease-out;
}
.lina-section .button:hover:after {
  transform: rotate(-45deg);
}
.lina-section .button:hover span {
  color: #333;
}
.lina-section .button:hover span:before {
  width: 100%;
}
.layout-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 16px;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.page-home .advantages {
  position: relative;
  background-image: url("../img/img_backing_advantage.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-home .advantages .advantages-wrap .advantages-gallery .advantage-item {
  position: relative;
  padding-top: 64px;
}
.page-home .advantages .advantages-wrap .advantages-gallery .advantage-item .advantage-item-cover {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  margin-left: -64px;
  width: 128px;
  height: 128px;
  background-color: #fff;
  border-radius: 64px;
  overflow: hidden;
}
.page-home .advantages .advantages-wrap .advantages-gallery .advantage-item .advantage-item-cover .advantage-cover-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.page-home .advantages .advantages-wrap .advantages-gallery .advantage-item .advantage-item-intro {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 80px 24px 32px;
  text-align: center;
  color: #fff;
  height: 256px;
}
.page-home .advantages .advantages-wrap .advantages-gallery .advantage-item .advantage-item-intro .advantage-intro-title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.page-home .advantages .advantages-wrap .advantages-gallery .advantage-item .advantage-item-intro .advantage-intro-desc {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 3;
}
.page-home .advantages .advantages-wrap .advantages-gallery .advantage-item:hover .advantage-item-intro {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
  background-color: rgba(255, 124, 0, 0.5);
}
.page-home .advantages .advantage-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel
 {
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-theme-gallery .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -20px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme-gallery .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -20px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  border: none;
  padding: 0 !important;
}
.owl-theme-gallery .owl-nav [class*='owl-'].owl-prev {
    left: 0;
    right: auto;
    background-position: 0 0;
}
.owl-theme-gallery .owl-nav [class*='owl-'] {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 0;
    background-position: 0 40px;
    background-repeat: no-repeat;
    background-size: 40px auto;
    background-image: url(../img/owl.nav.png);
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
}
.owl-theme-gallery .owl-nav [class*='owl-'].owl-next {
    left: auto;
    right: 0;
    background-position: 0 -40px;
}
.owl-theme-gallery .owl-dots
 {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    line-height: 1 !important;
}
.owl-theme-gallery .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    background-color: transparent;
}
.owl-theme-gallery .owl-dots .owl-dot.active span, .owl-theme-gallery .owl-dots .owl-dot:hover span {
    background: #FF7C00;
}
.owl-theme-gallery .owl-dots .owl-dot span {
    width: 24px;
    height: 6px;
    margin: 5px 7px;
    background: #999999;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 0px;
}
.page-home .section-title {
    position: relative;
    font-size: 24px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    color: #FF0603;
    text-align: center;
}
.page-home .section-title > i {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
	
}
.page-home .section-title.section-title-light > i:before, .page-home .section-title.section-title-light > i:after
 {
    background-color: #fff;
}
.page-home .section-title > i:after
 {
    left: 18px;
}
.page-home .section-title > i:before {
    left: -56px;
}
.page-home .section-title > i:before, .page-home .section-title > i:after {
    content: '';
    display: block;
    width: 48px;
    height: 2px;
    position: absolute;
    top: 4px;
}
.page-home .section-title.section-title-light {
    color: #fff;
}
.page-home .section-title.section-title-light > i {
    background-color: #fff;
}
@media only screen and (min-width: 1024px) {
    .wui-p-v-72\@S {
        padding-bottom: 72px;
        padding-top: 72px;
    }
	.page-home .section-title {
        font-size: 40px;
        margin-bottom: 48px;
    }
}
@media screen and (max-width: 1280px) {
  .lina-section {
    padding: 24px 0;
  }
  .lina-section .layout-content {
    padding: 24px;
  }
  .lina-section .layout-sidebar {
    margin-left: 0;
    margin-top: 24px;
  }
  .lina-section .layout-sidebar .hd {
    margin-bottom: 24px;
  }
  .lina-section .layout-sidebar .hd h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .lina-section .layout-sidebar .hd a {
    line-height: 24px;
    font-size: 14px;
  }
  .lina-section .layout-sidebar .product-grid-sidebar {
    margin-right: 24px;
  }
  .lina-section .layout-sidebar .product-grid-sidebar ul {
    padding: 16px 0;
  }
  .lina-section .layout-sidebar .bd ul {
    margin: -24px 0 0 -24px;
  }
  .lina-section .layout-sidebar .bd ul li {
    width: 25%;
    padding: 24px 0 0 24px;
  }
  .lina-section .layout-sidebar .bd ul li .intro h4 {
    font-size: 14px;
  }
  .lina-section .tips-tags .tips {
    padding: 8px 0;
  }
  .lina-section .tips-tags .tips h4 {
    padding: 4px 16px;
    font-size: 16px;
  }
  .lina-section .tips-tags .tags a {
    line-height: 32px;
    padding: 0 16px;
    margin: 0 12px 12px 0;
  }
}
@media screen and (max-width: 992px) {
  .lina-section {
    padding: 16px 0;
  }
  .lina-section .layout-content {
    padding: 16px;
    margin-bottom: 0;
    width: 100%;
  }
  .lina-section .layout-sidebar {
    margin: 0 0 32px 0;
    padding-left: 0;
    width: 100%;
  }
  .lina-section .layout-sidebar .hd {
    margin-bottom: 0;
    padding: 10px;
  }
  .lina-section .layout-sidebar .hd h3 {
    font-size: 18px;
  }
  .lina-section .layout-sidebar .hd a {
    font-size: 12px;
  }
  .lina-section .layout-sidebar .product-grid-sidebar {
    display: none;
  }
  .lina-section .layout-sidebar .bd ul {
    margin: -16px 0 0 -16px;
  }
  .lina-section .layout-sidebar .bd ul li {
    width: 50%;
    padding: 16px 0 0 16px;
  }
  .lina-section .layout-sidebar .menu-grid-sidebar {
    padding: 0 10px 10px 10px;
  }
  .lina-section .tips-tags .tips {
    padding: 16px 0;
  }
  .lina-section .tips-tags .tips h4 {
    padding: 4px 8px;
    font-size: 14px;
  }
  .lina-section .tips-tags .tags a {
    line-height: 28px;
    margin: 0 8px 8px 0;
    width: 100%;
    max-width: 100%;
  }
  .lina-section .header-title {
    margin-bottom: 20px;
  }
  .lina-section .header-title h3 {
    line-height: 22px;
    font-size: 16px;
  }
  .lina-section .layout-wrap {
    flex-direction: column;
  }
  .lina-section .layout-wrap > .cart-form {
    flex-direction: column;
  }
  .lina-section .button span {
    padding: 5px 15px 5px 15px;
    line-height: 25px;
  }
  .lina-section .content-empty .lina-iconfont {
    font-size: 100px;
  }
  .lina-section .content-empty .content-empty-title {
    font-size: 18px;
    color: #999;
    margin: 10px 0 0 0;
  }
}

/*!- lina-section end -*/
/*!- lina-scrollbar begin -*/
.lina-scrollbar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.lina-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.3);
}
.lina-scrollbar::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}

/*!- lina-scrollbar end -*/
/*!- lina-public end -*/
.meta-family {
  font-family: Arial;
}

/*!- lina-public end -*/
/*!- lina-header begin -*/
.lina-header {
  transition: background-color .5s;
  background-color: transparent;
  border-bottom: 1px solid #ddd;
  display: block;
  height: 91px;
}
.lina-header .lina-header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  height: 91px;
  transition: height .5s;
}
.lina-header .lina-header-wrap:before, .lina-header .lina-header-wrap:after {
  display: table;
  content: "";
  width: 100%;
}
.lina-header .lina-header-wrap:after {
  clear: both;
}
.lina-header .lina-header-wrap .lina-header-content {
  max-width: 1660px;
  margin: 0 auto;
  width: 100%;
  padding: 0 32px;
}
.lina-header .lina-header-wrap .lina-header-logo {
  display: block;
  float: left;
  line-height: 90px;
  font-size: 0;
  -webkit-text-size-adjust: none;
}
.lina-header .lina-header-wrap .lina-header-logo > a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.lina-header .lina-header-wrap .lina-header-logo > a > img {
  display: block;
  width: auto;
  height: 60px;
}
.lina-header .lina-header-wrap .lina-header-logo > span {
  display: none;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
}
.lina-header .lina-header-wrap .lina-header-nav {
  display: block;
  float: right;
  line-height: 90px;
}
.lina-header .lina-header-wrap .lina-header-nav:before, .lina-header .lina-header-wrap .lina-header-nav:after {
  display: table;
  content: "";
  width: 100%;
}
.lina-header .lina-header-wrap .lina-header-nav:after {
  clear: both;
}
.lina-header .lina-header-wrap .lina-header-trigger {
  display: none;
  width: 24px;
  height: 20px;
  position: absolute;
  z-index: 1002;
  top: 50%;
  right: 16px;
  margin-top: -10px;
  cursor: pointer;
}
.lina-header .lina-header-nav ul {
  font-size: 0;
  margin-left: -32px;
}
.lina-header .lina-header-nav ul > li {
  display: inline-block;
  vertical-align: top;
  margin-left: 32px;
  position: relative;
  font-size: 18px;
  color: #333;
}
.lina-header .lina-header-nav ul > li .arrow {
  display: inline-block;
  vertical-align: -1px;
  width: 16px;
  height: 16px;
  position: relative;
}
.lina-header .lina-header-nav ul > li .arrow:before, .lina-header .lina-header-nav ul > li .arrow:after {
  display: block;
  content: '';
  width: 8px;
  border-bottom: 2px solid;
  position: absolute;
  top: 50%;
  transition: all .5s;
}
.lina-header .lina-header-nav ul > li .arrow:before {
  left: 2px;
  transform: rotate(49deg);
}
.lina-header .lina-header-nav ul > li .arrow:after {
  right: 2px;
  transform: rotate(-49deg);
}
.lina-header .lina-header-nav ul > li a {
  display: block;
  white-space: nowrap;
  position: relative;
  transition: color,background-color .5s;
}
.lina-header .lina-header-nav ul > li a:hover, .lina-header .lina-header-nav ul > li a.active {
  color: #56b13d;
}
.lina-header .lina-header-nav ul > li dl {
  display: none;
  min-width: 120px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.lina-header .lina-header-nav ul > li dl dd {
  position: relative;
}
.lina-header .lina-header-nav ul > li dl dd a {
  padding: 0 20px;
  line-height: 40px;
}
.lina-header .lina-header-nav ul > li dl dd a .arrow {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 4px;
}
.lina-header .lina-header-nav ul > li dl dd a .arrow:before, .lina-header .lina-header-nav ul > li dl dd a .arrow:after {
  width: 0;
  height: 8px;
  border-left: 0;
  border-right: 2px solid;
  left: 50%;
  top: auto;
  right: auto;
}
.lina-header .lina-header-nav ul > li dl dd a .arrow:before {
  top: 0.4px;
  transform: rotate(-45deg);
}
.lina-header .lina-header-nav ul > li dl dd a .arrow:after {
  bottom: 0.4px;
  transform: rotate(45deg);
}
.lina-header .lina-header-nav ul > li dl dd a:hover {
  background-color: white;
}
.lina-header .lina-header-nav ul > li dl dd dl {
  left: 100%;
  top: 0;
  transform: translateX(0);
}
.lina-header .lina-header-nav ul > li.active > a {
  color: #56b13d;
}
.lina-header .lina-header-nav .lina-header-nav-extra ul li:first-child {
  padding-right: 20px;
}
.lina-header .lina-header-nav .lina-header-nav-extra ul li:first-child:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: 2px;
  margin-top: -6px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.lina-header .lina-header-nav-menu {
  display: block;
  float: left;
  padding-right: 32px;
}
.lina-header .lina-header-nav-extra {
  display: block;
  position: relative;
  float: right;
  padding-left: 32px;
}
.lina-header .lina-header-nav-extra:after {
  display: block;
  content: '';
  height: 16px;
  border-left: 1px solid #333;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
}
.lina-header .lina-header-icon-text {
  position: relative;
  text-align: left;
}
.lina-header .lina-header-icon-text > .icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 16px;
  line-height: 16px;
  font-size: 24px;
  text-align: center;
  margin-right: 6px;
}
.lina-header .lina-header-icon-text > .icon > img {
  display: block;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.lina-header .lina-header-icon-text > .icon > i {
  font-size: inherit;
}
.lina-header .lina-header-icon-text > .text {
  display: inline-block;
  vertical-align: middle;
}
.lina-header .lina-header-cart > a {
  display: block;
  position: relative;
  text-align: center;
  font-size: 0;
  color: #333;
  transition: color .4s, background-color .4s;
}
.lina-header .lina-header-cart > a > i {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}
.lina-header .lina-header-cart > a > span {
  display: block;
  position: absolute;
  top: 30px;
  right: 0px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  background-color: #FE5050;
  color: #fff;
  padding: 0 6px;
  border-radius: 10px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.lina-header .lina-header-cart > a:hover {
  color: #56b13d;
}
.lina-header .lina-header-trigger > span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #333;
  top: 50%;
  margin-top: -1px;
  transition: all .5s;
}
.lina-header .lina-header-trigger > span:nth-child(1) {
  transform: translateY(-10px);
}
.lina-header .lina-header-trigger > span:nth-child(2) {
  transform: translateY(9px);
}
.lina-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.9);
}
.lina-header.scrolled {
  background-color: #fff;
}
@media screen and (max-width: 1440px) {
  .lina-header .lina-header-nav ul {
    margin-left: -24px;
  }
  .lina-header .lina-header-nav ul > li {
    margin-left: 24px;
  }
  .lina-header .lina-header-nav-menu {
    padding-right: 24px;
  }
  .lina-header .lina-header-nav-extra {
    padding-left: 24px;
  }
}
@media screen and (max-width: 1280px) {
  .lina-header {
    background-color: #fff;
    border-bottom: 0;
    height: 58px;
  }
  .lina-header .lina-header-wrap {
    width: 100%;
    height: 58px;
  }
  .lina-header .lina-header-wrap .lina-header-content {
    padding: 0 16px;
  }
  .lina-header .lina-header-wrap .lina-header-logo {
    float: none;
    position: relative;
    z-index: 1001;
    line-height: 58px;
    padding: 0;
    background-color: #fff;
  }
  .lina-header .lina-header-wrap .lina-header-logo > a > img {
    height: 28px;
  }
  .lina-header .lina-header-wrap .lina-header-logo > span {
    display: inline-block;
  }
  .lina-header .lina-header-wrap .lina-header-nav {
    display: none;
    float: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 40px;
    padding-top: 58px;
    overflow-y: auto;
    background-color: #fff;
  }
  .lina-header .lina-header-wrap .lina-header-trigger {
    display: block;
  }
  .lina-header .lina-header-nav ul {
    margin-left: 0;
  }
  .lina-header .lina-header-nav ul > li {
    display: block;
    margin-left: 0;
  }
  .lina-header .lina-header-nav ul > li .arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    margin-top: 0;
    right: 6px;
  }
  .lina-header .lina-header-nav ul > li .arrow:before {
    left: 14px;
    right: auto;
  }
  .lina-header .lina-header-nav ul > li .arrow:after {
    left: auto;
    right: 13px;
  }
  .lina-header .lina-header-nav ul > li a {
    padding: 0 56px 0 16px;
  }
  .lina-header .lina-header-nav ul > li dl {
    min-width: auto;
    position: static;
    left: auto;
    top: auto;
    transform: translateX(0);
    text-align: left;
  }
  .lina-header .lina-header-nav ul > li dl dd a {
    padding: 0 36px 0 16px;
  }
  .lina-header .lina-header-nav ul > li dl dd a .arrow {
    width: 40px;
    height: 40px;
    right: 6px;
    margin-top: 0;
    top: 0;
  }
  .lina-header .lina-header-nav ul > li dl dd a .arrow:before, .lina-header .lina-header-nav ul > li dl dd a .arrow:after {
    width: 8px;
    height: 0;
    border-left: 2px solid;
    border-right: 0;
    top: 50%;
    bottom: auto;
  }
  .lina-header .lina-header-nav ul > li dl dd a .arrow:before {
    left: 14px;
    right: auto;
    transform: rotate(49deg);
  }
  .lina-header .lina-header-nav ul > li dl dd a .arrow:after {
    left: auto;
    right: 13px;
    transform: rotate(-49deg);
  }
  .lina-header .lina-header-nav ul > li dl dd.opened > a .arrow:before {
    transform: rotate(-49deg);
  }
  .lina-header .lina-header-nav ul > li dl dd.opened > a .arrow:after {
    transform: rotate(49deg);
  }
  .lina-header .lina-header-nav ul > li dl dd.opened > dl {
    display: block;
  }
  .lina-header .lina-header-nav ul > li.opened > a .arrow:before {
    transform: rotate(-49deg);
  }
  .lina-header .lina-header-nav ul > li.opened > a .arrow:after {
    transform: rotate(49deg);
  }
  .lina-header .lina-header-nav ul > li.opened > dl {
    display: block;
  }
  .lina-header .lina-header-nav-menu {
    float: none;
    padding-right: 0;
  }
  .lina-header .lina-header-nav-extra {
    float: none;
    padding-left: 0;
  }
  .lina-header .lina-header-nav-extra:after {
    display: none;
  }
  .lina-header .lina-header-nav-extra .lina-header-lang > a {
    display: none;
  }
  .lina-header .lina-header-nav-extra .lina-header-lang > dl {
    display: block;
    font-size: 0;
    -webkit-text-size-adjust: none;
    white-space: nowrap;
    overflow-x: auto;
    padding: 0 8px;
  }
  .lina-header .lina-header-nav-extra .lina-header-lang > dl > dd {
    display: inline-block;
    vertical-align: top;
  }
  .lina-header .lina-header-nav-extra .lina-header-lang > dl > dd > a {
    padding: 0 8px;
    font-size: 14px;
  }
  .lina-header .lina-header-nav-extra .lina-header-search {
    display: block;
  }
  .lina-header.fixed {
    position: sticky;
  }
  .lina-header.opened .lina-header-nav {
    display: block;
  }
  .lina-header.opened .lina-header-trigger > span:nth-child(1) {
    transform: rotate(45deg);
  }
  .lina-header.opened .lina-header-trigger > span:nth-child(2) {
    transform: rotate(-45deg);
  }
  .lina-header.opened .lina-header-trigger > span:nth-child(3) {
    opacity: 0;
  }
}
@media screen and (min-width: 1281px) {
  .lina-header .lina-header-nav ul > li dl dd:hover > dl {
    display: block;
  }
  .lina-header .lina-header-nav ul > li:hover > a .arrow:before {
    transform: rotate(-49deg);
  }
  .lina-header .lina-header-nav ul > li:hover > a .arrow:after {
    transform: rotate(49deg);
  }
  .lina-header .lina-header-nav ul > li:hover > dl {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .lina-header .lina-header-nav ul > li a.lina-header-icon-text {
    padding: 0;
    margin: 0 auto;
  }
  .lina-header .lina-header-nav ul > li.lina-header-cart a {
    padding: 0;
    margin: 0 auto;
  }
  .lina-header .lina-header-nav ul > li.lina-header-cart a > span {
    top: 10px;
  }
  .lina-header .lina-header-nav-extra .lina-header-lang > dl > dd {
    margin: 0 10px;
  }
  .lina-header .lina-header-nav-extra .lina-header-search {
    width: 50%;
    display: inline-flex;
  }
  .lina-header .lina-header-nav-extra .lina-header-cart {
    width: 50%;
    display: inline-flex;
  }
}
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animated {
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.repeat-1 {
  animation-iteration-count: var(--animate-repeat);
}

.animated.repeat-2 {
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animated.repeat-3 {
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animated.delay-1s {
  animation-delay: var(--animate-delay);
}

.animated.delay-2s {
  animation-delay: calc(var(--animate-delay) * 2);
}

.animated.delay-3s {
  animation-delay: calc(var(--animate-delay) * 3);
}

.animated.delay-4s {
  animation-delay: calc(var(--animate-delay) * 4);
}

.animated.delay-5s {
  animation-delay: calc(var(--animate-delay) * 5);
}

.animated.faster {
  animation-duration: calc(var(--animate-duration) / 2);
}

.animated.fast {
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animated.slow {
  animation-duration: calc(var(--animate-duration) * 2);
}

.animated.slower {
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }

  .animated[class*='Out'] {
    opacity: 0;
  }
}
/* Attention seekers  */
/* Back entrances */
@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.backInUp {
  animation-name: backInUp;
}

/* Back exits */
/* Bouncing entrances  */
/* Bouncing exits  */
/* Fading entrances  */
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

/* Fading exits */
/* Flippers */
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}

/* Lightspeed */
/* Rotating entrances */
/* Rotating exits */
/* Specials */
/* Zooming entrances */
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

/* Zooming exits */
/*!- lina-header end -*/
/*!- lina-footer begin -*/
.lina-footer {
  background-color: #121c22;
  background-image: url("../img/mapbg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.lina-footer .footer-wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  padding: 80px 32px 0 32px;
}
.lina-footer .footer-wrap .lina-elementor {
  position: absolute;
  right: 0;
  top: -70px;
}
.lina-footer .footer-wrap .lina-elementor .decoration-widget {
  text-align: left;
  font-size: 0;
  line-height: 1;
}
.lina-footer .footer-wrap .lina-elementor .decoration-widget .decoration-container {
  width: 70px;
  height: 70px;
  position: relative;
  display: inline-block;
}
.lina-footer .footer-wrap .lina-elementor .decoration-widget .decoration-container .industrium-decoration {
  position: absolute;
  height: 100%;
  width: 100%;
}
.lina-footer .footer-wrap .lina-elementor .decoration-widget .decoration-container .industrium-decoration div {
  background: #56b13d;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.lina-footer .footer-wrap .lina-elementor .decoration-widget .decoration-container .industrium-decoration div:nth-child(2n) {
  top: 100%;
  left: 0;
  background: #fff;
}
.lina-footer .footer-wrap .footer-intro {
  flex: auto;
}
.lina-footer .footer-wrap .footer-intro .lina-footer-content {
  padding: 0 20px 0 0;
}
.lina-footer .footer-wrap .footer-intro .lina-footer-content .lina-footer-wrap h4 {
  font-size: 80px;
  font-weight: bold;
  -webkit-text-stroke: 1px #56b13d;
  color: transparent;
}
.lina-footer .footer-wrap .footer-intro .lina-footer-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lina-footer .footer-wrap .footer-intro .lina-footer-item {
  display: block;
  padding: 0 16px 16px 0;
}
.lina-footer .footer-wrap .footer-intro .lina-footer-item dl {
  line-height: 1.576;
}
.lina-footer .footer-wrap .footer-intro .lina-footer-item dl dt {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #fff;
}
.lina-footer .footer-wrap .footer-intro .lina-footer-item dl dt a {
  text-decoration: none;
  color: inherit;
  transition: color .3s;
}
.lina-footer .footer-wrap .footer-intro .lina-footer-item dl dt a .icon-facebook-circle-fill {
  color: #235B9E;
}
.lina-footer .footer-wrap .footer-intro .lina-footer-item dl dt a .icon-twitter-circle-fill {
  color: #00ACED;
}
.lina-footer .footer-wrap .footer-intro .lina-footer-item dl dt a .icon-google-plus-circle-fill {
  color: #ed4135;
}
.lina-footer .footer-wrap .footer-intro .lina-footer-item dl dt a .icon-linkedin-circle-fill {
  color: #01639a;
}
.lina-footer .footer-wrap .footer-intro .lina-footer-item dl dt a .icon-skype-circle-fill {
  color: #00AEF3;
}
.lina-footer .footer-wrap .footer-intro .lina-footer-item dl dt a .icon-instagram-circle-fill {
  color: #be34a2;
}
.lina-footer .footer-wrap .footer-intro .lina-footer-item dl dt a .icon-pinterest-circle-fill {
  color: #e10600;
}
.lina-footer .footer-wrap .footer-intro .lina-footer-item dl dt a .icon-youtube-circle-fill {
  color: #fb0204;
}
.lina-footer .footer-wrap .footer-intro .lina-footer-item dl dt:hover a {
  color: #56b13d;
}
.lina-footer .footer-wrap .footer-intro .lina-footer-item dl dt.icon {
  font-size: 0;
}
.lina-footer .footer-wrap .footer-intro .lina-footer-item dl dt.icon a {
  font-size: 0;
  margin-right: 8px;
}
.lina-footer .footer-wrap .footer-intro .lina-footer-item dl dt.icon a:hover i {
  color: #b09500;
}
.lina-footer .footer-wrap .footer-intro .lina-footer-item dl dt.icon i {
  font-size: 32px;
  transition: color .3s;
}
.lina-footer .footer-wrap .footer-intro .lina-footer-item dl dd {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.65);
}
.lina-footer .footer-wrap .footer-intro .lina-footer-item dl dd span, .lina-footer .footer-wrap .footer-intro .lina-footer-item dl dd i {
  display: inline-block;
}
.lina-footer .footer-wrap .footer-intro .lina-footer-item dl dd a {
  display: inline-block;
  font-weight: lighter;
  text-decoration: none;
  color: inherit;
  transition: color .3s;
}
.lina-footer .footer-wrap .footer-intro .lina-footer-item dl dd:hover a {
  color: #56b13d;
}
.lina-footer .footer-wrap .footer-cover {
  width: 50%;
}
.lina-footer .footer-wrap .footer-cover .lina-inquiry .lina-inquiry-wrap {
  padding: 32px;
}
.lina-footer .footer-copyright-wrap {
  margin-top: 40px;
}
.lina-footer .footer-copyright-wrap .lina-footer-external {
  display: block;
  text-align: center;
  line-height: 1.576;
  font-size: 16px;
  padding: 8px 16px 8px;
}
.lina-footer .footer-copyright-wrap .lina-footer-external a {
  margin: 4px;
  color: rgba(255, 255, 255, 0.45);
}
.lina-footer .footer-copyright-wrap .lina-footer-external a:hover {
  color: #56b13d;
}
.lina-footer .footer-copyright-wrap .lina-footer-copyright {
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
  font-size: 16px;
  line-height: 1.576;
  padding: 16px;
}
.lina-footer .footer-copyright-wrap .lina-footer-copyright a {
  color: inherit;
}
@media screen and (max-width: 1280px) {
  .lina-footer .lina-footer-content {
    padding: 32px 0;
  }
  .lina-footer .lina-footer-item {
    padding: 24px 0 0 24px;
  }
  .lina-footer .lina-footer-item dl dt {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .lina-footer .lina-footer-item dl dt.icon i {
    font-size: 32px;
  }
  .lina-footer .lina-footer-item dl dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .lina-footer {
    padding: 0 0 40px 0;
  }
  .lina-footer .footer-wrap {
    flex-direction: column-reverse;
    padding: 32px 32px 0 32px;
  }
  .lina-footer .footer-wrap .lina-elementor {
    display: none;
  }
  .lina-footer .footer-wrap .footer-intro .lina-footer-item {
    max-width: 100%;
    padding: 0 0 15px 0;
    text-align: left;
  }
  .lina-footer .footer-wrap .footer-intro .lina-footer-item.alive {
    display: block;
    order: -1;
  }
  .lina-footer .footer-wrap .footer-intro .lina-footer-item .icon {
    margin-bottom: 0;
  }
  .lina-footer .footer-wrap .footer-intro .lina-footer-content {
    padding: 0;
  }
  .lina-footer .footer-wrap .footer-intro .lina-footer-content .lina-footer-wrap {
    display: flex;
    flex-direction: column;
  }
  .lina-footer .footer-wrap .footer-intro .lina-footer-content .lina-footer-wrap h4 {
    font-size: 60px;
    text-align: center;
    order: -2;
  }
  .lina-footer .footer-wrap .footer-intro .lina-footer-list > li:nth-child(1) dd a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
  }
  .lina-footer .footer-wrap .footer-intro .lina-footer-list > li:nth-child(2) {
    display: none;
  }
  .lina-footer .footer-wrap .footer-intro .lina-footer-list > li:last-child dd {
    display: inline-flex;
    padding: 0 10px 0 0;
  }
  .lina-footer .footer-wrap .footer-cover {
    width: 100%;
    margin-bottom: 20px;
  }
  .lina-footer .footer-copyright-wrap {
    margin-top: 0;
  }
  .lina-footer .footer-copyright-wrap .lina-footer-external {
    padding: 0 0 20px 0;
  }
  .lina-footer .footer-copyright-wrap .lina-footer-copyright {
    padding: 0;
  }
}

/*!- lina-footer end -*/
/*!- lina-sidebar begin -*/
.lina-sidebar .lina-sidebar-wrap {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 998;
}
.lina-sidebar .lina-sidebar-item {
  position: relative;
  height: 48px;
}
.lina-sidebar .lina-sidebar-item .wrap {
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
  transform: translateX(-48px);
}
.lina-sidebar .lina-sidebar-item .trigger {
  display: flex;
  color: #333;
  background-color: #121c22;
}
.lina-sidebar .lina-sidebar-item .trigger .icon {
  display: block;
  flex: none;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
}
.lina-sidebar .lina-sidebar-item .trigger .icon i {
  font-size: 24px;
}
.lina-sidebar .lina-sidebar-item .trigger .text {
  display: block;
  font-size: 16px;
  line-height: 48px;
  padding: 0 16px 0 8px;
  white-space: nowrap;
  word-break: keep-all;
  color: #fff;
}
.lina-sidebar .lina-sidebar-item .popover {
  display: none;
  position: absolute;
  top: 0;
  right: 100%;
  padding: 0 12px 0 0;
}
.lina-sidebar .lina-sidebar-item .popover .popover-wrap {
  position: relative;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 6px 20px 2px rgba(0, 0, 0, 0.18);
  padding: 2px 0;
}
.lina-sidebar .lina-sidebar-item .popover .popover-wrap:after {
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  top: 20px;
  right: -8px;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
}
.lina-sidebar .lina-sidebar-item .popover img {
  display: block;
  max-width: 128px;
  height: auto;
}
.lina-sidebar .lina-sidebar-item .popover ul li a {
  display: block;
  font-size: 14px;
  line-height: 40px;
  padding: 0 16px;
  min-width: 120px;
  white-space: nowrap;
  word-break: keep-all;
  color: #333;
}
.lina-sidebar .lina-sidebar-item .popover ul li a i {
  font-size: 20px;
  vertical-align: -.1em;
}
.lina-sidebar .lina-sidebar-item .popover ul li a i[class*='icon-whatsapp'] {
  color: #25D366;
}
.lina-sidebar .lina-sidebar-item .popover ul li a i[class*='icon-skype'] {
  color: #00AEF3;
}
.lina-sidebar .lina-sidebar-item .popover ul li a i[class*='icon-facebook'] {
  color: #235B9E;
}
.lina-sidebar .lina-sidebar-item .popover ul li a i[class*='icon-twitter'] {
  color: #00ACED;
}
.lina-sidebar .lina-sidebar-item .popover ul li a i[class*='icon-messenger'] {
  color: #008AFF;
}
.lina-sidebar .lina-sidebar-item .popover ul li a i[class*='icon-youtube'] {
  color: #FF0000;
}
.lina-sidebar .lina-sidebar-item .popover ul li a:hover {
  background-color: #e6f0f8;
  color: #56b13d;
}
.lina-sidebar .lina-sidebar-item.top {
  display: none;
}
.lina-sidebar .lina-sidebar-item:hover .wrap {
  transform: translateX(-100%);
}
.lina-sidebar .lina-sidebar-item:hover .popover {
  display: block;
}
.lina-sidebar.scrolled .lina-sidebar-item.top {
  display: block;
}
@media screen and (max-width: 992px) {
  .lina-sidebar .lina-sidebar-item {
    height: 40px;
  }
  .lina-sidebar .lina-sidebar-item .trigger .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .lina-sidebar .lina-sidebar-item .wrap {
    transform: translateX(-40px);
  }
}

/*!- lina-sidebar end -*/
/*!- lina-bottom-menu begin -*/
.lina-bottom-menu {
  display: none;
}
.lina-bottom-menu .lina-bottom-menu-wrap {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 998;
}
.lina-bottom-menu .lina-bottom-menu-item {
  position: relative;
  height: 40px;
}
.lina-bottom-menu .lina-bottom-menu-item .wrap {
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
  transform: translateX(-48px);
}
.lina-bottom-menu .lina-bottom-menu-item .trigger {
  display: flex;
  color: #333;
  background-color: #56b13d;
}
.lina-bottom-menu .lina-bottom-menu-item .trigger .icon {
  display: block;
  flex: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.lina-bottom-menu .lina-bottom-menu-item .trigger .icon i {
  font-size: 24px;
}
.lina-bottom-menu .lina-bottom-menu-item .trigger .text {
  display: block;
  font-size: 16px;
  line-height: 20px;
  padding: 0 16px 0 8px;
  white-space: nowrap;
  word-break: keep-all;
}
.lina-bottom-menu .lina-bottom-menu-item .popover {
  display: none;
  position: absolute;
  top: 0;
  right: 100%;
  padding: 0 12px 0 0;
}
.lina-bottom-menu .lina-bottom-menu-item .popover .popover-wrap {
  position: relative;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 6px 20px 2px rgba(0, 0, 0, 0.18);
  padding: 2px 0;
}
.lina-bottom-menu .lina-bottom-menu-item .popover .popover-wrap:after {
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  top: 16px;
  right: -8px;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
}
.lina-bottom-menu .lina-bottom-menu-item .popover img {
  display: block;
  max-width: 128px;
  height: auto;
}
.lina-bottom-menu .lina-bottom-menu-item .popover ul li a {
  display: block;
  font-size: 14px;
  line-height: 40px;
  padding: 0 16px;
  min-width: 120px;
  white-space: nowrap;
  word-break: keep-all;
  color: #333;
}
.lina-bottom-menu .lina-bottom-menu-item .popover ul li a i {
  font-size: 20px;
  vertical-align: -.1em;
}
.lina-bottom-menu .lina-bottom-menu-item .popover ul li a i[class*='icon-whatsapp'] {
  color: #25D366;
}
.lina-bottom-menu .lina-bottom-menu-item .popover ul li a i[class*='icon-skype'] {
  color: #00AEF3;
}
.lina-bottom-menu .lina-bottom-menu-item .popover ul li a i[class*='icon-facebook'] {
  color: #235B9E;
}
.lina-bottom-menu .lina-bottom-menu-item .popover ul li a i[class*='icon-twitter'] {
  color: #00ACED;
}
.lina-bottom-menu .lina-bottom-menu-item .popover ul li a i[class*='icon-messenger'] {
  color: #008AFF;
}
.lina-bottom-menu .lina-bottom-menu-item .popover ul li a i[class*='icon-youtube'] {
  color: #FF0000;
}
.lina-bottom-menu .lina-bottom-menu-item .popover ul li a:hover {
  background-color: #e6f0f8;
  color: #56b13d;
}
.lina-bottom-menu .lina-bottom-menu-item.top {
  display: none;
}
.lina-bottom-menu .lina-bottom-menu-item:hover .wrap {
  transform: translateX(-100%);
}
.lina-bottom-menu .lina-bottom-menu-item:hover .popover {
  display: block;
}
.lina-bottom-menu.scrolled .lina-bottom-menu-item.top {
  display: block;
}
@media screen and (max-width: 1280px) {
  .lina-bottom-menu {
    display: none;
  }
  .lina-bottom-menu .lina-bottom-menu-wrap {
    top: auto;
    bottom: 10%;
  }
}
@media screen and (max-width: 992px) {
  .lina-bottom-menu {
    display: block;
    height: 48px;
  }
  .lina-bottom-menu .lina-bottom-menu-wrap {
    top: auto;
    bottom: 0;
    left: 0;
  }
  .lina-bottom-menu .lina-bottom-menu-list {
    display: flex;
    background-color: #fff;
    box-shadow: 0 0 0 1px #d9d9d9;
  }
  .lina-bottom-menu .lina-bottom-menu-item {
    flex: 1;
    height: auto;
  }
  .lina-bottom-menu .lina-bottom-menu-item .wrap {
    position: relative;
    transform: translateX(0);
  }
  .lina-bottom-menu .lina-bottom-menu-item .trigger {
    justify-content: center;
    background-color: #fff;
    color: #333;
    flex-direction: column;
  }
  .lina-bottom-menu .lina-bottom-menu-item .trigger .icon {
    display: block;
    width: auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  .lina-bottom-menu .lina-bottom-menu-item .trigger .text {
    font-size: 12px;
    padding: 0;
    text-align: center;
  }
  .lina-bottom-menu .lina-bottom-menu-item .popover {
    display: none;
    position: absolute;
    top: auto;
    left: 50%;
    bottom: 100%;
    right: auto;
    padding: 0 0 12px;
    transform: translateX(-50%);
  }
  .lina-bottom-menu .lina-bottom-menu-item .popover .popover-wrap {
    box-shadow: 6px 0 20px 2px rgba(0, 0, 0, 0.18);
  }
  .lina-bottom-menu .lina-bottom-menu-item .popover .popover-wrap:after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -8px;
    margin-left: -8px;
    border-width: 8px 8px 0 8px;
    border-color: #fff transparent transparent transparent;
  }
  .lina-bottom-menu .lina-bottom-menu-item.top {
    display: none;
  }
  .lina-bottom-menu .lina-bottom-menu-item.primary {
    flex: 2;
    order: 2;
  }
  .lina-bottom-menu .lina-bottom-menu-item.primary .trigger {
    background-color: #56b13d;
    color: #fff;
  }
  .lina-bottom-menu .lina-bottom-menu-item.primary .trigger .text {
    display: block;
  }
  .lina-bottom-menu .lina-bottom-menu-item:hover .wrap {
    transform: translateX(0);
  }
  .lina-bottom-menu .lina-bottom-menu-item:hover .popover {
    display: block;
  }
  .lina-bottom-menu.scrolled .lina-bottom-menu-item.top {
    display: none;
  }
}

/*!- lina-bottom-menu end -*/
/*!- lina-search -*/
.lina-search {
  display: none;
  position: fixed;
  z-index: 1005;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lina-search .lina-search-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 35vh;
}
.lina-search .lina-search-content {
  display: block;
  position: relative;
  z-index: 2;
  max-width: 600px;
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
}
.lina-search .lina-search-bar {
  position: relative;
  width: 100%;
  padding: 0 72px 0 16px;
  background-color: #fff;
}
.lina-search .lina-search-bar > input {
  display: block;
  width: 100%;
  height: 50px;
  background-color: transparent;
  border: 0;
  font-size: 16px;
  outline: 0;
}
.lina-search .lina-search-bar > button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 50px;
  background-color: #56b13d;
  border: 0;
  outline: none;
  color: #fff;
  cursor: pointer;
  transition: background-color .5s;
  font-size: 24px;
}
.lina-search .lina-search-bar > button > i {
  font-size: inherit;
}
.lina-search .lina-search-bar > button:hover {
  background-color: #56b13d;
}
.lina-search .lina-search-mask {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: default;
  background-color: rgba(0, 0, 0, 0.9);
}
.lina-search .lina-search-close {
  position: absolute;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  top: 8px;
  right: 8px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  color: #dddd;
  font-size: 24px;
  transition: color .5s;
}
.lina-search .lina-search-close > i {
  font-size: inherit;
}
.lina-search .lina-search-close:hover {
  color: #ddd;
}
@media screen and (max-width: 1280px) {
  .lina-search .lina-search-bar {
    padding: 0 64px 0 12px;
  }
  .lina-search .lina-search-bar > input {
    height: 40px;
    font-size: 14px;
  }
  .lina-search .lina-search-bar > button {
    width: 50px;
    height: 40px;
    font-size: 20px;
  }
  .lina-search .lina-search-close {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
  }
}
.lina-search.opened {
  display: block;
  -webkit-animation: search-wrapper-fade-in .5s both;
  animation: search-wrapper-fade-in .5s both;
}

@-webkit-keyframes search-wrapper-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes search-wrapper-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*!- lina-search -*/
/*!- lina-crumb begin -*/
.lina-crumb {
  background-color: #eee;
}
.lina-crumb .lina-crumb-list {
  font-size: 0;
}
.lina-crumb .lina-crumb-list .lina-crumb-item {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 40px;
  margin-right: 12px;
  color: #333;
  transition: color .5s;
}
.lina-crumb .lina-crumb-list .lina-crumb-item:hover {
  color: #56b13d;
}
.lina-crumb .lina-crumb-list .lina-crumb-item:nth-child(even), .lina-crumb .lina-crumb-list .lina-crumb-item.separator {
  color: #999;
  pointer-events: none;
}
.lina-crumb .lina-crumb-list .lina-crumb-item:last-child.separator {
  display: none;
}
@media screen and (max-width: 1280px) {
  .lina-crumb .lina-crumb-list .lina-crumb-item {
    font-size: 14px;
    line-height: 36px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 992px) {
  .lina-crumb .lina-crumb-list .lina-crumb-item {
    font-size: 14px;
    line-height: 32px;
  }
}

/*!- lina-crumb end -*/
/*!- lina-inquiry begin -*/
.lina-inquiry .lina-inquiry-wrap {
  padding: 32px 0 0 0;
  background-color: #fff;
}
.lina-inquiry .lina-inquiry-alert {
  font-size: 18px;
  line-height: 1.576;
  border-left: 4px solid #121c22;
  color: #121c22;
  padding: 10px 20px;
  margin-bottom: 32px;
  background-color: #f2f7fb;
}
.lina-inquiry .lina-inquiry-form ul {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 0 -32px;
}
.lina-inquiry .lina-inquiry-form ul li {
  display: block;
  width: 100%;
  padding: 26px 0 0 32px;
  position: relative;
}
.lina-inquiry .lina-inquiry-form ul li.col-1-2 {
  width: 50%;
}
.lina-inquiry .lina-inquiry-form ul li.col-1-3 {
  width: 33.3333%;
}
.lina-inquiry .lina-inquiry-form ul li.error input[type="text"] {
  border-color: #FE5050;
}
.lina-inquiry .lina-inquiry-form ul li.error input[type="text"]:focus {
  border-color: #FE5050;
  box-shadow: 0 0 0 3px rgba(254, 80, 80, 0.2);
}
.lina-inquiry .lina-inquiry-form ul li.error textarea {
  border-color: #FE5050;
}
.lina-inquiry .lina-inquiry-form ul li.error textarea:focus {
  border-color: #FE5050;
  box-shadow: 0 0 0 3px rgba(254, 80, 80, 0.2);
}
.lina-inquiry .lina-inquiry-form ul li.error .tips {
  display: block;
}
.lina-inquiry .label {
  display: block;
  font-size: 16px;
  line-height: 1;
  padding-bottom: 8px;
  color: #333;
}
.lina-inquiry .label > em {
  color: red;
  margin-right: 8px;
}
.lina-inquiry input[type="text"] {
  display: block;
  width: 100%;
  font-size: 16px;
  font-family: inherit;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #d9d9d9;
  transition: border .5s, box-shadow .5s;
  color: #333;
}
.lina-inquiry input[type="text"]:hover {
  border-color: #56b13d;
}
.lina-inquiry input[type="text"]:focus {
  border-color: #56b13d;
  box-shadow: 0 0 0 3px rgba(0, 104, 183, 0.2);
}
.lina-inquiry input[type="email"] {
  display: block;
  width: 100%;
  font-size: 16px;
  font-family: inherit;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #d9d9d9;
  transition: border .5s, box-shadow .5s;
  color: #333;
}
.lina-inquiry input[type="email"]:hover {
  border-color: #56b13d;
}
.lina-inquiry input[type="email"]:focus {
  border-color: #56b13d;
  box-shadow: 0 0 0 3px rgba(0, 104, 183, 0.2);
}
.lina-inquiry textarea {
  display: block;
  outline: none;
  width: 100%;
  font-size: 16px;
  line-height: 1.576;
  padding: 8px 12px;
  transition: border .5s, box-shadow .5s;
  font-family: inherit;
  resize: none;
  border: 1px solid #d9d9d9;
  color: #333;
}
.lina-inquiry textarea:hover {
  border-color: #56b13d;
}
.lina-inquiry textarea:focus {
  border-color: #56b13d;
  box-shadow: 0 0 0 3px rgba(0, 104, 183, 0.2);
}
.lina-inquiry button {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-family: inherit;
  outline: none;
  border: 0;
  background-color: #26BB79;
  color: #fff;
  height: 40px;
  padding: 0 24px;
  transition: background-color .5s;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.lina-inquiry button:hover {
  background-color: #26BB79;
}
.lina-inquiry button:disabled, .lina-inquiry button.disabled {
  cursor: not-allowed;
  background-color: #80b4db;
}
.lina-inquiry .checkbox {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 0;
  margin-left: 8px;
}
.lina-inquiry .checkbox > span {
  display: block;
  position: relative;
  font-size: 14px;
  padding-left: 24px;
  line-height: 40px;
  cursor: pointer;
  color: #333;
}
.lina-inquiry .checkbox > span:before, .lina-inquiry .checkbox > span:after {
  display: block;
  position: absolute;
  content: '';
  transition: all .5s;
}
.lina-inquiry .checkbox > span:before {
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  margin-top: -9px;
}
.lina-inquiry .checkbox > span:after {
  width: 9px;
  height: 6px;
  border-width: 0 0 2px 2px;
  border-color: transparent;
  border-style: solid;
  top: 50%;
  left: 4px;
  margin-top: -5px;
  transform: rotate(-45deg);
}
.lina-inquiry .checkbox > span a {
  color: #56b13d;
}
.lina-inquiry .checkbox > input[type="checkbox"] {
  display: block;
  position: relative;
  vertical-align: middle;
  margin-right: 24px;
  width: 0;
  height: 0;
  cursor: pointer;
}
.lina-inquiry .checkbox > input[type="checkbox"]:checked + span:before {
  border-color: #121c22;
  background-color: #121c22;
}
.lina-inquiry .checkbox > input[type="checkbox"]:checked + span:after {
  border-color: #fff;
}
.lina-inquiry .checkbox > input[type="checkbox"]:checked:disabled + span:after {
  border-color: #d9d9d9;
}
.lina-inquiry .checkbox > input[type="checkbox"]:disabled {
  cursor: not-allowed;
}
.lina-inquiry .checkbox > input[type="checkbox"]:disabled + span {
  color: #999;
  cursor: not-allowed;
}
.lina-inquiry .checkbox > input[type="checkbox"]:disabled + span:before {
  border-color: #d9d9d9;
  background-color: #F5F5F5;
}
.lina-inquiry .tips {
  display: none;
  position: absolute;
  left: 32px;
  font-size: 14px;
  line-height: 32px;
  color: #FE5050;
}
@media screen and (max-width: 1280px) {
  .lina-inquiry .lina-inquiry-wrap {
    padding: 24px;
  }
  .lina-inquiry .lina-inquiry-alert {
    padding: 12px 16px;
    margin-bottom: 24px;
  }
  .lina-inquiry .lina-inquiry-form {
    padding-bottom: 24px;
  }
  .lina-inquiry .lina-inquiry-form ul {
    margin: -24px 0 0 -24px;
  }
  .lina-inquiry .lina-inquiry-form ul li {
    padding: 24px 0 0 24px;
  }
  .lina-inquiry input[type="text"] {
    font-size: 16px;
    height: 36px;
    padding: 0 10px;
  }
  .lina-inquiry input[type="email"] {
    font-size: 16px;
    height: 36px;
    padding: 0 10px;
  }
  .lina-inquiry textarea {
    font-size: 16px;
    padding: 6px 12px;
  }
  .lina-inquiry button {
    height: 36px;
    padding: 0 16px;
  }
  .lina-inquiry .tips {
    left: 24px;
    line-height: 24px;
  }
}
@media screen and (max-width: 992px) {
  .lina-inquiry .lina-inquiry-wrap {
    padding: 16px 0 0 0;
  }
  .lina-inquiry .lina-inquiry-alert {
    padding: 8px 12px;
    margin-bottom: 16px;
    font-size: 16px;
  }
  .lina-inquiry .lina-inquiry-form {
    padding-bottom: 0;
  }
  .lina-inquiry .lina-inquiry-form ul {
    margin: -16px 0 0 -16px;
  }
  .lina-inquiry .lina-inquiry-form ul li {
    padding: 16px 0 0 16px;
  }
  .lina-inquiry .lina-inquiry-form ul li.col-1-2 {
    width: 100%;
  }
  .lina-inquiry .lina-inquiry-form ul li.col-1-3 {
    width: 100%;
  }
  .lina-inquiry input[type="text"] {
    font-size: 14px;
    height: 32px;
    padding: 0 8px;
  }
  .lina-inquiry input[type="email"] {
    font-size: 14px;
    height: 32px;
    padding: 0 8px;
  }
  .lina-inquiry textarea {
    font-size: 14px;
    padding: 4px 8px;
  }
  .lina-inquiry button {
    height: 32px;
    padding: 0 12px;
    font-size: 14px;
  }
  .lina-inquiry .tips {
    left: 16px;
    font-size: 12px;
    line-height: 16px;
  }
}

/*!- lina-inquiry end -*/
/*!- lina-pagination begin -*/
.lina-pagination {
  margin-top: 20px;
}
.lina-pagination .lina-pagination-links {
  margin: -16px 0 0 -16px;
  line-height: 1;
  font-size: 0;
}
.lina-pagination .lina-pagination-links a {
  display: inline-block;
  line-height: 40px;
  min-width: 40px;
  text-align: center;
  font-size: 14px;
  margin: 16px 0 0 16px;
  padding: 0 16px;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  transition: background-color .4s, color .4s;
  border: 1px solid #ddd;
}
.lina-pagination .lina-pagination-links a:hover {
  background-color: #e6f0f8;
  color: #56b13d;
}
.lina-pagination .lina-pagination-links a.current {
  background-color: #56b13d;
  color: #fff;
}
.lina-pagination .lina-pagination-links.center {
  text-align: center;
}
.lina-pagination .lina-pagination-links.right {
  text-align: right;
}
/** new-list **/


.news-block-two .inner-box{
  position: relative;
  display: block;
  border: 1px solid #e1e8e4;
  padding-left: 370px;
  min-height: 354px;
  margin-bottom: 40px;
}

.news-block-two .inner-box .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  padding: 30px 30px;
}

.news-block-two .inner-box .image-box .post-date{
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Lexend', sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  padding: 8px 16px;
  z-index: 1;
}

.news-block-two .inner-box .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #1e2434;
}

.news-block-two .inner-box .image-box .image img{
  width: 100%;
  transition: all 500ms ease;
}

.news-block-two .inner-box:hover .image-box .image img{
  transform: scale(1.05);
  opacity: 0.2;
}

.news-block-two .inner-box .post-info li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 26px;
  padding-left: 22px;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Lexend', sans-serif;
  font-weight: 500;
  color: #707582;
  text-transform: uppercase;
}

.news-block-two .inner-box .post-info li:last-child{
  margin: 0px !important;
}

.news-block-two .inner-box .post-info li:first-child{

}

.news-block-two .inner-box .post-info li i{
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 14px;
}

.news-block-two .inner-box .post-info li:before{
  position: absolute;
  content: '';
  background-color: #d7d8d7;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 10px;
  right: -15px;
}

.news-block-two .inner-box .post-info li:last-child:before{
  display: none;
}

.news-block-two .inner-box .post-info{
  position: relative;
  display: block;
  margin-bottom: 8px;
}

.news-block-two .inner-box h5,h2{
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 23px;
  padding-bottom: 23px;
  border-bottom: 1px solid #e1e8e4;
}

.news-block-two .inner-box h5,h2 a{
  display: inline-block;
  color: #1e2434;
}

.news-block-two .inner-box h5,h2 a:hover{
  color: #56b13d;
}

.news-block-two .inner-box .btn-box a{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  background-color: #fff;
  color: #1e2434;
  padding: 13.5px 30px;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);
}
.news-block-two .inner-box .btn-box a:hover{
	background-color: #56b13d;
}

.news-block-two .inner-box .btn-box a i{
  position: relative;
  top: 2px;
  margin-right: 10px;
  font-size: 16px;
  transition: all 500ms ease;
}

.news-block-two .inner-box .btn-box a:hover{
  box-shadow: none;
  color: #fff;
}

.news-block-two .inner-box .btn-box a:hover i{
  color: #fff;
}

.news-block-two .inner-box .content-box{
  position: relative;
  display: block;
  padding: 24px 25px 29px 25px;
  border-left: 1px solid #e1e8e4;
}

.news-block-two .inner-box .content-box p{
  display: block;
  margin-bottom: 34px;
}

.frame {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}
.flex_between {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#cont_lxfs .left {
    width: 35%;
    background-color: #56b13d;
    padding: 60px 60px 100px 60px;
    position: relative;
}
#cont_lxfs .left h2 {
    color: #fff;
    font-size: 27px;
    line-height: 1.8;
    text-transform: uppercase;
    margin-bottom: 50px;
}
#cont_lxfs .left p {
    color: #fff;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 10px;
}
#cont_lxfs .right
 {
    width: 62.5%;
    background: #f5f5f5 url(../img/cont_bg.png) no-repeat top right;
    padding: 60px 60px 100px 60px;
    position: relative;
}
#cont_lxfs .right:before {
    content: "";
    width: calc(100% - 120px);
    height: 1px;
    bottom: 55px;
    background-color: #d9d9d9;
    position: absolute;
}
.frame .title h2, h1, .what-do, .first-title, .Inquiry-titleny {
    font-size: 51px;
    line-height: 1.3;
    position: relative;
    color: #192227;
    margin-bottom: 10px;
    display: block;
}
#cont_lxfs .right .item {
    margin-bottom: 20px;
}
#cont_lxfs .right .item h3, .nycontact-leixing {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    font-family: AkkuratPro-Light, Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 5px;
}
#cont_lxfs .right .item p {
    font-size: 20px;
    line-height: 24px;
    color: #666;
    font-weight: bold;
}
#cont_lxfs .right .item:nth-child(2n+1) {
    width: 40%;
}
#cont_lxfs .right .item:nth-child(2n) {
    width: 60%;
}
#cont_lxfs .right .item i {
    font-size: 36px;
    line-height: 55px;
    color: #56b13d;
    float: left;
    margin-right: 10px;
}
@media screen and (max-width: 1280px) {
  .lina-pagination .lina-pagination-links {
    margin: -12px 0 0 -12px;
  }
  .lina-pagination .lina-pagination-links a {
    line-height: 36px;
    min-width: 36px;
    margin: 12px 0 0 12px;
    padding: 0 12px;
  }
}
@media screen and (max-width: 992px) {
  .lina-pagination .lina-pagination-links {
    margin: -8px 0 0 -8px;
  }
  .lina-pagination .lina-pagination-links a {
    line-height: 32px;
    min-width: 32px;
    font-size: 12px;
    margin: 8px 0 0 8px;
    padding: 0 8px;
  }
}

/*!- lina-pagination end -*/
/*!- lina-detail begin -*/
.lina-detail .lina-detail-wrap {
  display: flex;
  align-items: flex-start;
}
.lina-detail .lina-detail-content {
  flex: auto;
  width: 100%;
}
.lina-detail .lina-detail-sidebar {
  flex: auto;
  width: 100%;
  max-width: 480px;
  margin: 0 0 0 32px;
}
.lina-detail .reader .hd {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.lina-detail .reader .hd h2 {
  font-size: 20px;
  color: #333;
  font-weight: normal;
}
.lina-detail .reader .hd p {
  font-size: 16px;
  color: #999;
  margin-top: 10px;
}
.lina-detail .reader .ft {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #e6e6e6;
}
.lina-detail .reader .ft:before, .lina-detail .reader .ft:after {
  display: table;
  content: "";
  width: 100%;
}
.lina-detail .reader .ft:after {
  clear: both;
}
.lina-detail .reader .ft .pager {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #333;
  transition: color .5s;
}
.lina-detail .reader .ft .pager:hover {
  color: #56b13d;
}
.lina-detail .reader .ft .prev {
  float: left;
}
.lina-detail .reader .ft .next {
  float: right;
}
.lina-detail .wrapper .hd {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.lina-detail .wrapper .hd h3 {
  flex: auto;
  font-size: 24px;
  line-height: 32px;
  color: #333;
}
.lina-detail .wrapper .hd a {
  line-height: 32px;
  font-size: 14px;
  color: #999;
  transition: color .5s;
}
.lina-detail .wrapper .hd a:hover {
  color: #56b13d;
}
.lina-detail .wrapper .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 0 -32px;
}
.lina-detail .wrapper .bd ul li {
  width: 100%;
  padding: 32px 0 0 32px;
}
.lina-detail .wrapper .bd ul li > a {
  display: flex;
}
.lina-detail .wrapper .bd ul li > a:hover .intro h3 {
  color: #56b13d;
}
.lina-detail .wrapper .bd ul li .cover {
  width: 100%;
  max-width: 160px;
  flex: none;
}
.lina-detail .wrapper .bd ul li .cover img {
  display: block;
  object-position: center;
  object-fit: contain;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.lina-detail .wrapper .bd ul li .cover img.loaded {
  width: 100%;
  height: 100%;
  padding-right: 0;
  padding-bottom: 0;
}
.lina-detail .wrapper .bd ul li .intro {
  width: 0;
  flex: auto;
  padding: 16px;
}
.lina-detail .wrapper .bd ul li .intro h3 {
  font-size: 16px;
  line-height: 32px;
  height: 32px;
  color: #333;
  transition: color .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.lina-detail .wrapper .bd ul li .intro p {
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 1280px) {
  .lina-detail .lina-detail-wrap {
    flex-wrap: wrap;
  }
  .lina-detail .lina-detail-sidebar {
    max-width: none;
    margin: 24px 0 0;
  }
  .lina-detail .reader {
    padding: 24px;
  }
  .lina-detail .reader .hd {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .lina-detail .reader .hd h2 {
    font-size: 20px;
  }
  .lina-detail .reader .hd p {
    font-size: 14px;
  }
  .lina-detail .reader .ft {
    padding-top: 24px;
    margin-top: 24px;
  }
  .lina-detail .wrapper .hd {
    margin-bottom: 24px;
  }
  .lina-detail .wrapper .hd h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .lina-detail .wrapper .hd a {
    line-height: 24px;
    font-size: 14px;
  }
  .lina-detail .wrapper .bd ul {
    margin: -24px 0 0 -24px;
  }
  .lina-detail .wrapper .bd ul li {
    width: 25%;
    padding: 24px 0 0 24px;
  }
  .lina-detail .wrapper .bd ul li > a {
    flex-direction: column;
  }
  .lina-detail .wrapper .bd ul li .cover {
    flex: auto;
    max-width: none;
  }
  .lina-detail .wrapper .bd ul li .intro {
    width: auto;
    padding: 8px 0;
  }
  .lina-detail .wrapper .bd ul li .intro h3 {
    font-size: 16px;
    line-height: 32px;
  }
  .lina-detail .wrapper .bd ul li .intro p {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
  }
}
@media screen and (max-width: 992px) {
  .lina-detail .lina-detail-sidebar {
    margin: 16px 0 0;
  }
  .lina-detail .reader {
    padding: 0;
  }
  .lina-detail .reader .hd {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .lina-detail .reader .hd h2 {
    font-size: 18px;
  }
  .lina-detail .reader .ft {
    padding-top: 16px;
    margin-top: 16px;
  }
  .lina-detail .wrapper .hd {
    margin: 16px 0;
  }
  .lina-detail .wrapper .hd h3 {
    font-size: 16px;
  }
  .lina-detail .wrapper .bd ul {
    margin: -16px 0 0 -16px;
  }
  .lina-detail .wrapper .bd ul li {
    width: 50%;
    padding: 16px 0 0 16px;
  }
  .lina-detail .wrapper .bd ul li .intro {
    padding: 8px 0;
  }
  .lina-detail .wrapper .bd ul li .intro h3 {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
  }
  .lina-detail .wrapper .bd ul li .intro p {
    font-size: 12px;
    line-height: 20px;
    height: 60px;
  }
}

/*!- lina-detail end -*/
/*!- lina-banner begin -*/
.lina-banner .banner-wrap:nth-child(1) .banner-item, .lina-banner .banner-wrap.banner-pc .banner-item {
  width: 100%;
  text-align: center;
}
.lina-banner .banner-wrap:nth-child(1) .banner-item div > img, .lina-banner .banner-wrap.banner-pc .banner-item div > img {
  display: block;
  width: 100%;
  object-position: center;
  object-fit: cover;
}
.lina-banner .banner-wrap:nth-child(2), .lina-banner .banner-wrap.banner-h5 {
  display: none;
}
.lina-banner .banner-wrap .swiper-scrollbar-drag {
  background: #56b13d !important;
}
.lina-banner .banner-item {
  display: block;
  position: relative;
}
.lina-banner .banner-item .swiper-slide-wrap {
  z-index: 10;
  position: absolute;
  height: 100%;
  padding: 0 40px;
  left: 25%;
  transform: translateX(-25%);
}
.lina-banner .banner-item .swiper-slide-wrap .swiper-slide-intro {
  display: flex;
  align-items: center;
  align-content: center;
  -webkit-align-items: center;
  height: 100%;
}
.lina-banner .banner-item .swiper-slide-wrap .swiper-slide-intro .swiper-slide-title {
  display: block;
  width: 70%;
  text-align: left;
}
.lina-banner .banner-item .swiper-slide-wrap .swiper-slide-intro .swiper-slide-title h2 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 20px;
}
.lina-banner .banner-item .swiper-slide-wrap .swiper-slide-intro .swiper-slide-title p {
  color: #eee;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 30px;
}
.lina-banner .banner-item > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.lina-banner .swiper-button-prev, .lina-banner .swiper-container-rtl .swiper-button-next {
  left: 5%;
}
.lina-banner .swiper-button-next, .lina-banner .swiper-container-rtl .swiper-button-prev {
  right: 5%;
}
@media screen and (max-width: 1440px) {
  .lina-banner .banner-item .swiper-slide-wrap .swiper-slide-intro .swiper-slide-title h2 {
    font-size: 40px;
  }
  .lina-banner .banner-item .swiper-slide-wrap .swiper-slide-intro .swiper-slide-title p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media screen and (max-width: 992px) {
  .lina-banner .banner-wrap:nth-child(2) .banner-item .swiper-slide-wrap {
    width: 100%;
    padding: 0px 20px;
  }
  .lina-banner .banner-wrap:nth-child(2) .banner-item .swiper-slide-wrap .swiper-slide-intro .swiper-slide-title {
    width: 100%;
    text-align: center;
  }
  .lina-banner .banner-wrap:nth-child(2) .banner-item .swiper-slide-wrap .swiper-slide-intro .swiper-slide-title h2 {
    font-size: 20px;
    font-weight: normal;
  }
  .lina-banner .banner-wrap:nth-child(2) .banner-item .swiper-slide-wrap .swiper-slide-intro .swiper-slide-title p {
    display: none;
  }
  .lina-banner .banner-wrap:nth-child(2) .banner-item img {
    width: 100%;
  }
  .lina-banner.has-mobile .banner-wrap:nth-child(1), .lina-banner.has-mobile .banner-wrap.banner-pc {
    display: none;
  }
  .lina-banner.has-mobile .banner-wrap:nth-child(2), .lina-banner.has-mobile .banner-wrap.banner-h5 {
    display: block;
  }
}

/*!- lina-banner end -*/
/*!- lina-service begin -*/
.lina-service {
  margin-top: 80px;
  margin-bottom: 80px;
}
.lina-service .service-wrap .lina-corp-introduction {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
  padding-bottom: 20px;
  text-align: center;
}
.lina-service .service-wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.lina-service .service-wrap ul li {
  width: 33.3%;
  transition: background-color .4s;
  transition: all .5s;
  display: flex;
  flex-direction: row;
}
.lina-service .service-wrap ul li .icon {
  padding: 10px;
  width: 30%;
  height: auto;
  flex: none;
  overflow: hidden;
}
.lina-service .service-wrap ul li .icon img {
  display: block;
  width: 100%;
  height: auto;
  transition: all .5s;
}
.lina-service .service-wrap ul li .text {
  width: 70%;
  flex: auto;
  padding: 15px;
}
.lina-service .service-wrap ul li .text h4 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 2px solid #999;
  position: relative;
}
.lina-service .service-wrap ul li .text h4:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "\e844";
  color: #999;
  font-family: lina-iconfont;
  transition: all 0.3s;
}
.lina-service .service-wrap ul li .text p {
  font-size: 18px;
  color: #999;
  line-height: 1.5;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  word-break: break-word;
  -webkit-box-orient: vertical;
}
.lina-service .service-wrap ul li:first-child a:after {
  display: none;
}
.lina-service .service-wrap ul li:hover img {
  transform: scale(1.1);
}
.lina-service .service-wrap ul li:hover .text h4 {
  color: #56b13d;
}
.lina-service .service-wrap ul li:hover .text h4:after {
  transform: rotate(-45deg);
  color: #56b13d;
}
@media screen and (max-width: 1280px) {
  .lina-service {
    margin-top: 25px;
  }
  .lina-service .product-title > h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .lina-service .service-wrap ul li {
    padding: 24px 4px;
  }
  .lina-service .service-wrap ul li a {
    padding: 0 4px;
  }
  .lina-service .service-wrap ul li .icon {
    margin: 0 8px 0 0;
  }
  .lina-service .service-wrap ul li .text h4 {
    font-size: 16px;
  }
  .lina-service .service-wrap ul li .text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .lina-service {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .lina-service .service-title > h3 {
    margin-bottom: 16px;
  }
  .lina-service .service-wrap .wrap {
    padding: 16px 16px;
  }
  .lina-service .service-wrap .wrap .lina-corp-introduction {
    font-size: 22px;
    text-align: left;
  }
  .lina-service .service-wrap .wrap ul {
    flex-wrap: wrap;
  }
  .lina-service .service-wrap .wrap ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
  }
  .lina-service .service-wrap .wrap ul li a {
    padding: 8px;
    justify-content: left;
    display: block;
  }
  .lina-service .service-wrap .wrap ul li a:after {
    width: 100%;
    height: 1px;
  }
  .lina-service .service-wrap .wrap ul li .icon {
    margin: 0;
    padding: 0;
    width: 30%;
  }
  .lina-service .service-wrap .wrap ul li .text {
    padding: 10px 0 0 0;
  }
  .lina-service .service-wrap .wrap ul li .text h4 {
    font-size: 16px;
    -webkit-line-clamp: 1;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .lina-service .service-wrap .wrap ul li .text p {
    font-size: 16px;
    -webkit-line-clamp: 2;
  }
}

/*!- lina-service end -*/
/*!- lina-product begin -*/
.lina-product {
  padding-top: 50px;
}
.lina-product .product-item {
  display: flex;
  flex-direction: row;
}
.lina-product .product-item .cover {
  display: flex;
  width: 50%;
}
.lina-product .product-item .cover .cover-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.lina-product .product-item .intro {
  display: flex;
  width: 50%;
  flex-direction: column;
  flex: auto;
  transition: opacity .4s;
  padding: 30px 50px;
}
.lina-product .product-item .intro .intro-editor {
  font-size: 18px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.lina-product .product-item .intro .intro-editor-desc {
  font-size: 18px;
  line-height: 1.5;
  color: #666;
  margin-bottom: 40px;
}
.lina-product .product-item .intro .intro-editor-desc p {
  position: relative;
  padding-left: 15px;
}
.lina-product .product-item .intro .intro-editor-desc p:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 5px;
  background: #56b13d;
}
.lina-product .product-item .intro .button-wrap {
  display: block;
}
.lina-product .product-item .intro .button-wrap .button span {
  color: #333;
}
.lina-product .product-item .intro h3 {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  color: #56b13d;
  margin-bottom: 20px;
}
.lina-product .product-item .intro h4 {
  font-size: 34px;
  font-weight: bold;
  font-weight: normal;
  position: relative;
  z-index: 1;
  color: #333;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .lina-product .product-item .intro h4 {
    font-size: 16px;
  }
  .lina-product .product-item .intro a {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .lina-product .product-item {
    flex-direction: column;
    width: 100%;
  }
  .lina-product .product-item .cover {
    padding: 0;
    width: 100%;
  }
  .lina-product .product-item .intro {
    padding: 20px 0;
    width: 100%;
  }
  .lina-product .product-item .intro h3 {
    display: none;
  }
  .lina-product .product-item .intro h4 {
    font-size: 20px;
  }
  .lina-product .product-item .intro .intro-editor-desc {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .lina-product .product-item .intro .intro-editor {
    display: none;
  }
  .lina-product .product-item .intro a {
    font-size: 14px;
  }
}

/*!- lina-product end -*/
/*!- lina-meta begin -*/
.lina-meta {
  background: #121c22;
  background-image: url("../img/mapbg.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom;
}
.lina-meta .meta-wrap {
  position: relative;
  padding: 100px 0;
}
.lina-meta .meta-wrap ul {
  display: flex;
}
.lina-meta .meta-wrap ul li {
  position: relative;
  width: 25%;
}
.lina-meta .meta-wrap ul li .wrap {
  display: block;
  text-align: center;
  padding: 16px;
}
.lina-meta .meta-wrap ul li .wrap img {
  display: block;
  height: 50px;
  max-width: 100%;
  margin: 0 auto;
}
.lina-meta .meta-wrap ul li .wrap h4 {
  font-size: 70px;
  margin: 16px 0 12px;
  line-height: 1;
  -webkit-text-stroke: 1px #56b13d;
  color: transparent;
}
.lina-meta .meta-wrap ul li .wrap p {
  font-size: 18px;
  margin: 0;
  color: #999;
}
.lina-meta .meta-wrap .lina-elementor {
  position: absolute;
  left: 32px;
  bottom: 0;
}
.lina-meta .meta-wrap .lina-elementor .decoration-widget {
  text-align: left;
  font-size: 0;
  line-height: 1;
}
.lina-meta .meta-wrap .lina-elementor .decoration-widget .decoration-container {
  width: 70px;
  height: 70px;
  position: relative;
  display: inline-block;
}
.lina-meta .meta-wrap .lina-elementor .decoration-widget .decoration-container .industrium-decoration {
  position: absolute;
  height: 100%;
  width: 100%;
}
.lina-meta .meta-wrap .lina-elementor .decoration-widget .decoration-container .industrium-decoration div {
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.lina-meta .meta-wrap .lina-elementor .decoration-widget .decoration-container .industrium-decoration div:nth-child(2n) {
  top: 100%;
  left: 0;
  background: #56b13d;
}
@media screen and (max-width: 1280px) {
  .lina-meta .meta-wrap {
    padding: 30px 0;
  }
  .lina-meta .meta-wrap .lina-elementor {
    display: none;
  }
  .lina-meta .meta-wrap ul li .wrap {
    padding: 8px;
  }
  .lina-meta .meta-wrap ul li .wrap img {
    height: 48px;
    display: none;
  }
  .lina-meta .meta-wrap ul li .wrap h4 {
    font-size: 40px;
    margin: 12px 0 8px;
  }
  .lina-meta .meta-wrap ul li .wrap p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .lina-meta .meta-wrap ul {
    flex-wrap: wrap;
  }
  .lina-meta .meta-wrap ul li {
    width: 50%;
  }
  .lina-meta .meta-wrap ul li .wrap {
    padding: 10px 4px;
  }
  .lina-meta .meta-wrap ul li .wrap img {
    display: none;
    height: 32px;
  }
  .lina-meta .meta-wrap ul li .wrap h4 {
    font-size: 40px;
    margin: 8px 0 4px;
  }
  .lina-meta .meta-wrap ul li .wrap p {
    font-size: 18px;
  }
  .lina-meta .meta-wrap ul li:nth-child(2):after {
    height: 50%;
    transform: rotate(45deg);
    top: 75%;
  }
  .lina-meta .meta-wrap ul li:nth-child(4):after {
    height: 50%;
    top: -25%;
    transform: rotate(-45deg);
  }
  .lina-meta .meta-wrap ul li:nth-child(odd):after {
    display: none;
  }
}

/*!- lina-meta end -*/
/*!- lina-news begin -*/
.lina-news {
  background-color: #fff;
}
.lina-news .news-wrap {
  
  align-items: center;
  position: relative;
}
.lina-news .news-wrap .lina-elementor {
  position: absolute;
  left: 32px;
  bottom: 0;
}
.lina-news .news-wrap .lina-elementor .decoration-widget {
  text-align: left;
  font-size: 0;
  line-height: 1;
}
.lina-news .news-wrap .lina-elementor .decoration-widget .decoration-container {
  width: 70px;
  height: 70px;
  position: relative;
  display: inline-block;
}
.lina-news .news-wrap .lina-elementor .decoration-widget .decoration-container .industrium-decoration {
  position: absolute;
  height: 100%;
  width: 100%;
}
.lina-news .news-wrap .lina-elementor .decoration-widget .decoration-container .industrium-decoration div {
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.lina-news .news-wrap .lina-elementor .decoration-widget .decoration-container .industrium-decoration div:nth-child(2n) {
  top: 100%;
  left: 0;
  background: #56b13d;
}
.lina-news .news-wrap .news-cover {
  width: 50%;
}
.lina-news .news-wrap .news-cover .cover-item {
  display: block;
}
.lina-news .news-wrap .news-cover .cover-item .wrap {
  margin: -50px 0 100px 100px;
  position: relative;
  overflow: hidden;
}
.lina-news .news-wrap .news-cover .cover-item .wrap img {
  display: block;
  width: 100%;
  height: auto;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.lina-news .news-wrap .news-cover .cover-item .wrap:hover img {
  transform: scale(1.1);
}
.lina-news .news-wrap .news-cover .cover-item .wrap a {
  width: 150px;
  height: 150px;
  background-color: #121c22;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  line-height: 150px;
  transition: all .3s;
  -webkit-transition: all .3s;
  z-index: 1;
}
.lina-news .news-wrap .news-cover .cover-item .wrap a i {
  font-size: 70px;
  color: #fff;
  font-weight: normal;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.lina-news .news-wrap .news-cover .cover-item .wrap a:hover {
  background-color: #56b13d;
}
.lina-news .news-wrap .news-cover .cover-item .wrap a:hover i {
  color: #333;
  font-size: 90px;
}
.lina-news .news-wrap .news-intro {
  padding: 40px 0 40px 0;
}
.lina-news .news-wrap .news-intro .wrap {
  margin-left: auto;
  padding: 0;
  position: relative;
}
.lina-news .news-wrap .news-intro .wrap > h3 {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  color: #56b13d;
  margin-bottom: 32px;
}
.lina-news .news-wrap .news-intro .wrap > ul li {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #666;
  padding-bottom: 10px;
}
.lina-news .news-wrap .news-intro .wrap .lina-meta .meta-wrap {
  padding: 0;
}
.lina-news .news-wrap .news-intro .wrap .lina-meta .meta-wrap ul {
  width: 100%;
}
.lina-news .news-wrap .news-intro .wrap .lina-meta .meta-wrap ul li {
  width: 100%;
}
.lina-news .news-wrap .news-intro .wrap .lina-meta .meta-wrap ul li:after {
  display: none;
}
.lina-news .news-wrap .news-intro .wrap .lina-meta .meta-wrap ul li .wrap h4 {
  font-size: 80px;
  -webkit-text-stroke: 1px #56b13d;
  color: transparent;
  font-weight: bold;
}
.lina-news .news-wrap .news-intro .wrap .lina-meta .meta-wrap ul li .wrap p {
  font-size: 20px;
}
.row
 {
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.news-block-one .inner-box {
    position: relative;
    display: block;
    padding: 43px 30px 30px 30px;
    border: 1px solid #e1e8e4;
    background: transparent;
    transition: all 500ms ease;
}
.news-block-one .inner-box:hover{
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);
}
.news-block-one .inner-box .post-date {
    position: absolute;
    left: 30px;
    top: -20px;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Lexend', sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    padding: 8px 16px;
	background-color: #56b13d;
}
.news-block-one .inner-box h5 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 26px;
}
figure {
    margin: 0px;
}
.news-block-one .inner-box h5 a {
    display: inline-block;
    color: #1e2434;
}
.news-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #1e2434;
    margin-bottom: 10px;
}
.news-block-one .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
	vertical-align: middle;
    border-style: none;
}
.news-block-one .inner-box:hover .image-box img{
  transform: scale(1.05);
  opacity: 0.5;
}
.news-block-one .inner-box .btn-box a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Lexend', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background-color: #fff;
    color: #1e2434;
    padding: 13.5px 30px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);
}
.news-block-one .inner-box .btn-box a:after {
    position: absolute;
    content: "\e844";
    color: #999;
    font-family: lina-iconfont;
    transition: all 0.3s;
}

.news-block-one .inner-box .btn-box a:hover{
  box-shadow: none;
  color: #fff;
  background-color: #56b13d;
}
.news-block-one .inner-box .btn-box a:hover:after {
    position: absolute;
    content: "\e843";
    color: #999;
    font-family: lina-iconfont;
    transition: all 0.3s;
}
/** subscribe-section **/

.subscribe-section{
  position: relative;
  padding-top: 102px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.subscribe-section:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(-90deg, rgba(30,36,52,0.0) 20%, rgba(30,36,52,1) 80%);
  top: 0px;
  right: 0px;
  left: 0px;
  transition: all 500ms ease;
}

.subscribe-section .inner-box .icon-box{
  position: relative;
  display: inline-block;
  padding-top: 38px;
  margin-bottom: 31px;
}

.subscribe-section .curved-circle {
  position: absolute;
  top: 0px;
  left: -30px;
  width: 120px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Lexend', sans-serif;
  color: #fff;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.subscribe-section .inner-box h2,h4{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 45px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.subscribe-section .inner-box p{
  color: #aab0bf;
}

.subscribe-section .inner-box .content-box{
  position: relative;
  display: block;
  padding-bottom: 44px;
}

.subscribe-section .form-inner .form-group{
  position: relative;
  margin: 0px;
}

.subscribe-section .form-inner .form-group input[type='text'],
.subscribe-section .form-inner .form-group input[type='email']
{
  position: relative;
  display: block;
  width: 100%;
  height: 64px;
  background-color: #fff;
  border: 2px solid #fff;
  font-size: 15px;
  color: #707582;
  padding: 10px 20px;
  padding-right: 50px;
  transition: all 500ms ease;
}
.subscribe-section .form-inner .form-group textarea[type='text']
{
  position: relative;
  display: block;
  width: 100%;
  height: 150px;
  background-color: #fff;
  border: 2px solid #fff;
  font-size: 15px;
  color: #707582;
  padding: 10px 20px;
  padding-right: 50px;
  transition: all 500ms ease;
   margin: 10px 0 10px 0;
}
.subscribe-section .form-inner .form-group button{
  width: 100%;
  padding: 19px 32px;
  border: none;
}

.subscribe-section .form-inner .form-group button:before{
  background-color: #fff;
}

.subscribe-section .form-inner .form-group button:hover{
  color: #1e2434 !important;
  background-color: #fff;
}
.subscribe-section .form-inner .form-group button:before
 {
    background-color: #fff;
}

.theme-btn:before {
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: 110%;
    left: 50%;
    background-color: #1e2434;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}
.theme-btn.btn-one
 {
    color: #fff !important;
}
.theme-btn.btn-one {
    background-color: #56b13d;
}
.theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    font-family: 'Lexend', sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 15px 32px;
    border-radius: 0px;
    text-transform: uppercase;
    z-index: 1;
    transition: all 500ms ease;
}

.centred {
    text-align: center;
}
.auto-container {
    position: static;
    max-width: 1400px;
    padding: 0px 15px;
    margin: 0 auto;
}
.contact-validation-active .error-handling-messages {
    width: 100% !important;
    margin-top: 15px !important;
}
/** about-section **/

.about-section{
  position: relative;
  padding: 120px 0px 120px 0px;
}

.image_block_1 .image-box{
  position: relative;
  display: block;
  padding: 50px 60px 30px 100px;
}

.image_block_1 .image-box img{
  width: 100%;
}

.image_block_1 .image-box .image-2{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.image_block_1 .image-box .image-3{
  position: absolute;
  top: 0px;
  right: 100px;
  z-index: 1;
  -webkit-animation: service_hexagon_2 15s infinite linear;
  -moz-animation: service_hexagon_2 15s infinite linear;
  -o-animation: service_hexagon_2 15s infinite linear;
  animation: service_hexagon_2 15s infinite linear;
}

.image_block_1 .image-box .image-1{
  position: relative;
  overflow: hidden;
}

.image_block_1 .image-box .image-1:before{
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.image_block_1 .image-box:hover .image-1:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.image_block_1 .image-box .text{
  position: absolute;
  right: 30px;
  bottom: 0px;
  background-color: #fff;
  width: 170px;
  padding: 23px 15px 27px 15px;
  text-align: center;
  z-index: 1;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
}

.image_block_1 .image-box .text h2,h5{
  display: inline-block;
  font-size: 72px;
  line-height: 70px;
  font-weight: 600;
  padding-right: 25px;
  margin-bottom: 6px;
  color: #56b13d;

}

.image_block_1 .image-box .text h2,h5 span{
  position: absolute;
  top: -12px;
  right: 0px;
  font-size: 42px;
}

.image_block_1 .image-box .text h6{
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.content_block_1 .content-box{
  position: relative;
  display: block;
}

.about-section .content_block_1 .content-box{
  margin-right: 20px;
}

.content_block_1 .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 37px;
}

.content_block_1 .content-box .inner-box .single-item{
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.content_block_1 .content-box .inner-box .single-item:last-child{
  margin-bottom: 0px;
}

.content_block_1 .content-box .inner-box .single-item h5{
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 3px solid #e1e8e4;
  margin-bottom: 23px;
}

.content_block_1 .content-box .inner-box .single-item .inner{
  position: relative;
  display: block;
  padding-left: 100px;
}

.content_block_1 .content-box .inner-box .single-item .inner .icon-box{
  position: absolute;
  left: 0px;
  top: 7px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.content_block_1 .content-box .inner-box .single-item .inner p{
  margin-bottom: 17px;
}

.content_block_1 .content-box .inner-box .single-item .inner h6{
  position: relative;
  display: block;
  padding-left: 26px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

.content_block_1 .content-box .inner-box .single-item .inner h6 i{
  position: absolute;
  left: 0px;
  top: 3px;
  font-size: 16px;
}

.content_block_1 .content-box .inner-box .single-item .inner h6 a{
  display: inline-block;
  color: #1e2434;
}

.content_block_1 .content-box .inner-box .single-item .inner h6 a:hover{

}

.content_block_1 .content-box .sec-title{
  margin-bottom: 23px;
}

.about-section .image_block_1 .image-box{
  margin-top: 10px;
}

.bg-color-1{
  background-color: #f4f5f4;
}

/** about-style-two **/

.about-style-two{
  position: relative;
}

.content_block_3 .content-box{
  position: relative;
  display: block;
}

.content_block_3 .content-box .sec-title{
  margin-bottom: 19px;
}

.content_block_3 .content-box .inner-box{
  position: relative;
  display: block;
  padding-left: 80px;
  margin-bottom: 16px;
}

.content_block_3 .content-box .inner-box .icon-box{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 10px;
  width: 60px;
  height: 60px;
  line-height: 66px;
  font-size: 36px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

.content_block_3 .content-box .inner-box h2{
  display: block;
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  margin-bottom: 3px;
  padding-bottom: 23px;
  border-bottom: 1px solid #e1e8e4;
}

.content_block_3 .content-box .inner-box h5{
  display: block;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
}

.content_block_3 .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 34px;
}

.about-style-two .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.about-style-two .image-box img{
  width: 100%;
}

.content_block_4 .content-box{
  position: relative;
  display: block;
}

.content_block_4 .content-box .single-item{
  position: relative;
  display: block;
  margin-bottom: 42px;
}

.content_block_4 .content-box .single-item:last-child{
  margin-bottom: 0px;
}

.content_block_4 .content-box .single-item .icon-box{
  position: relative;
  display: block;
  font-size: 42px;
  line-height: 40px;
  margin-bottom: 22px;
}

.content_block_4 .content-box .single-item h5{
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 22px;
  border-bottom: 3px solid #eae6e4;
}

.content_block_4 .content-box .single-item p{
  display: block;
  margin-bottom: 15px;
}

.content_block_4 .content-box .single-item a{
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  font-family: 'Lexend', sans-serif;
  color: #1e2434;
  text-transform: uppercase;
}

.content_block_4 .content-box .single-item a i{
  font-size: 16px;
  position: relative;
  top: 3px;
  margin-right: 8px;
}

.content_block_4 .content-box .single-item a:hover{

}

.about-style-two .content_block_4 .content-box{
  margin-top: 40px;
}

.content_block_4 .content-box .single-item .shape{
  position: absolute;
  left: -190px;
  top: 2px;
  width: 180px;
  height: 144px;
  background-repeat: no-repeat;
}

.content_block_4 .content-box .single-item .shape-2{
  position: absolute;
  left: -166px;
  top: 13px;
  width: 164px;
  height: 160px;
  background-repeat: no-repeat;
}


@media (min-width: 992px) {
    .col-lg-4
 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
		position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    }
	.col-lg-6
 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
		position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    }
	.col-lg-12
 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
		    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    }
	.col-md-6
 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
		position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    }
}
@media screen and (max-width: 1280px) {
  .lina-news .news-wrap .news-cover .cover-item .text {
    font-size: 18px;
    padding: 12px;
  }
  .lina-news .news-wrap .news-intro .wrap {
    padding: 24px;
  }
  .lina-news .news-wrap .news-intro .wrap > h3 {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .lina-news .news-wrap .news-intro .wrap > ul li {
    margin-bottom: 16px;
    padding-left: 24px;
  }
  .lina-news .news-wrap .news-intro .wrap > ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: normal;
    font-size: 18px;
    line-height: 1.2;
  }
  .lina-news .news-wrap .news-intro .wrap .lina-meta .meta-wrap ul li .wrap h4 {
    font-size: 50px;
  }
}
@media screen and (max-width: 992px) {
  .lina-news .news-wrap {
    flex-direction: column;
    padding-bottom: 16px;
  }
  .lina-news .news-wrap .lina-elementor {
    display: none;
  }
  .lina-news .news-wrap .news-cover {
    width: 100%;
  }
  .lina-news .news-wrap .news-cover .cover-item .wrap {
    margin: 0;
  }
  .lina-news .news-wrap .news-intro {
    width: 100%;
  }
  .lina-news .news-wrap .news-intro .wrap {
    max-width: none;
    padding: 16px;
  }
  .lina-news .news-wrap .news-intro .wrap h3 {
    font-size: 24px;
    margin-bottom: 16px;
    margin-top: 4px;
    text-align: center;
  }
  .lina-news .news-wrap .news-intro .wrap ul li {
    margin-bottom: 16px;
    padding-left: 0;
  }
  .lina-news .news-wrap .news-intro .wrap ul li .wrap {
    padding: 0;
  }
  .lina-news .news-wrap .news-intro .wrap ul li .news-content a {
    font-size: 18px;
  }
  .lina-news .news-wrap .news-intro .wrap ul li .news-content p {
    -webkit-line-clamp: 1;
    padding-top: 0;
  }
  .lina-news .news-wrap .news-intro .wrap ul li a {
    font-size: 16px;
    line-height: 1.8;
  }
  .lina-news .news-wrap .news-intro .wrap .lina-meta .meta-wrap ul li {
    width: 50%;
  }
  .lina-news .news-wrap .news-intro .wrap .lina-meta .meta-wrap ul li .wrap h4 {
    font-size: 50px;
  }
}

/*!- lina-news end -*/

/*!- lina-corp begin -*/
.lina-corp > h3 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial;
  color: #56b13d;
  margin-bottom: 30px;
  font-weight: normal;
}
.lina-corp > p {
  font-size: 18px;
  color: #666;
  text-align: justify;
  line-height: 1.7;
}
.lina-corp > p.lina-corp-introduction {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
  padding-bottom: 10px;
  text-align: left;
}
.lina-corp > a {
  margin-top: 20px;
}
.lina-corp .button span {
  color: #333;
}
@media screen and (max-width: 1280px) {
  .lina-corp > h3 {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .lina-corp > p {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 992px) {
  .lina-corp {
    text-align: center;
  }
  .lina-corp > h3 {
    font-size: 24px;
    margin-bottom: 16px;
    text-align: center;
    margin-top: 14px;
  }
  .lina-corp > p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
    white-space: normal;
    -webkit-line-clamp: 5;
    text-align: left;
    font-size: 16px;
  }
  .lina-corp > p.lina-corp-introduction {
    font-size: 22px;
  }
}

/*!- lina-corp end -*/
/*!- lina-video  about us video begin -*/
.lina-video {
  position: relative;
  height: 100%;
}
.lina-video .media img {
  display: block;
  width: 100%;
  height: auto;
}
.lina-video .intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 32px;
  transition: color .4s;
}
.lina-video .intro .icon {
  font-size: 64px;
}
.lina-video .intro .icon i {
  font-size: inherit;
}
.lina-video .intro .text {
  font-size: 18px;
  font-weight: normal;
  margin-top: 10px;
  line-height: 30px;
}
.lina-video .intro:hover {
  color: #56b13d;
}
@media screen and (max-width: 1280px) {
  .lina-video .intro {
    padding: 24px;
  }
  .lina-video .intro .icon {
    font-size: 48px;
  }
  .lina-video .intro .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .lina-video .intro {
    padding: 16px;
  }
  .lina-video .intro .icon {
    font-size: 56px;
  }
  .lina-video .intro .text {
    font-size: 16px;
  }
}

/*!- lina-video about us video end -*/
/*!- lina-video-info begin -*/
.video-item {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 20px;
}
.video-item .cover {
  display: block;
  position: relative;
  width: 100%;
}
.video-item .cover > img {
  display: block;
  width: 100%;
}
.video-item .intro-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: color .4s;
}
.video-item .intro-icon .icon {
  font-size: 50px;
}
.video-item .intro-icon .icon i {
  font-size: inherit;
}
.video-item .intro-icon .text {
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
  line-height: 25px;
}
.video-item .intro-icon:hover {
  color: #56b13d;
}

/*!- lina-video-info end -*/
/*!- lina-video-list begin -*/
.lina-video-list .lina-video-list-wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -32px -32px;
  box-sizing: content-box;
}
.lina-video-list .lina-video-list-wrap ul li {
  display: flex;
  flex-direction: column;
  padding-bottom: 32px;
  padding-left: 32px;
  width: 33.3%;
}
.lina-video-list .lina-video-list-wrap ul li .wrap .video-item {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 0;
}
.lina-video-list .lina-video-list-wrap ul li .wrap .video-item .cover {
  display: block;
  position: relative;
  width: 100%;
}
.lina-video-list .lina-video-list-wrap ul li .wrap .video-item .intro-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 40px;
  transition: color .4s;
}
.lina-video-list .lina-video-list-wrap ul li .wrap .video-item .intro-icon .icon {
  font-size: 50px;
}
.lina-video-list .lina-video-list-wrap ul li .wrap .video-item .intro-icon .text {
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
  line-height: 25px;
}
.lina-video-list .lina-video-list-wrap ul li .wrap .video-item .intro-icon:hover {
  color: #56b13d;
}
.lina-video-list .lina-video-list-wrap ul li .wrap .intro {
  padding: 15px;
}
.lina-video-list .lina-video-list-wrap ul li .wrap .intro a h3 {
  font-size: 18px;
  line-height: 32px;
  height: 32px;
  color: #333;
  transition: color .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
  font-weight: normal;
}
.lina-video-list .lina-video-list-wrap ul li .wrap .intro p {
  font-size: 16px;
  line-height: 24px;
  height: 72px;
  color: #999;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 3;
}
.lina-video-list .lina-video-list-wrap ul li .wrap .intro > .btn_more {
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  background-color: #56b13d;
  color: #fff;
  text-align: center;
  padding: 0 40px 0 24px;
  position: relative;
  border-radius: 20px;
  transition: background-color .4s;
  vertical-align: top;
  float: right;
}
.lina-video-list .lina-video-list-wrap ul li .wrap .intro > .btn_more:after {
  content: '→';
  display: block;
  position: absolute;
  top: 0;
  right: 16px;
  transition: transform .4s;
}
.lina-video-list .lina-video-list-wrap ul li .wrap .intro > .btn_more:hover {
  background-color: #c9aa00;
}
.lina-video-list .lina-video-list-wrap ul li .wrap .intro > .btn_more:hover:after {
  transform: translateX(8px);
}
.lina-video-list .lina-video-list-wrap ul li a .icon {
  position: absolute;
  color: #fff;
}
.lina-video-list .lina-video-list-wrap ul li a .icon i {
  font-size: inherit;
  transition: all .5s;
}
.lina-video-list .lina-video-list-wrap ul li img {
  transition: all .5s;
  display: block;
  flex: auto;
  object-position: center;
  object-fit: contain;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.lina-video-list .lina-video-list-wrap ul li img.loaded {
  width: 100%;
  height: 100%;
  padding-right: 0;
  padding-bottom: 0;
}
.lina-video-list .lina-video-list-wrap ul li:hover h3 {
  color: #56b13d;
}
.lina-video-list .lina-video-list-wrap ul li:hover img {
  transform: scale(1.1);
}
.lina-video-list .lina-video-list-wrap ul li:hover .icon i {
  color: #56b13d;
  font-size: 60px;
}
@media screen and (max-width: 1280px) {
  .lina-video-list .lina-video-list-wrap ul {
    margin: -24px 0 0 -24px;
  }
  .lina-video-list .lina-video-list-wrap ul li {
    padding: 24px 0 0 24px;
  }
}
@media screen and (max-width: 992px) {
  .lina-video-list .lina-video-list-wrap ul {
    margin: -16px 0 0 -16px;
  }
  .lina-video-list .lina-video-list-wrap ul li {
    width: 100%;
    padding: 16px 0 0 16px;
    display: block;
    margin-bottom: 16px;
  }
  .lina-video-list .lina-video-list-wrap ul li .wrap .video-item {
    max-width: 100%;
  }
  .lina-video-list .lina-video-list-wrap ul li .wrap .intro {
    padding: 5px;
  }
  .lina-video-list .lina-video-list-wrap ul li .wrap .intro p {
    margin-bottom: 0;
  }
  .lina-video-list .lina-video-list-wrap ul li .wrap .intro .wui-btn {
    display: none;
  }
  .lina-video-list .lina-video-list-wrap ul li h3 {
    font-size: 14px;
  }
}

/*!- lina-video-list end -*/
/*!- lina-home-video begin -*/
.lina-home-video .home-video-wrap:nth-child(1) .home-video-item, .lina-home-video .home-video-wrap.home-video-pc .home-video-item {
  height: 0;
  width: 100%;
  padding-bottom: 75%;
}
.lina-home-video .home-video-wrap:nth-child(2), .lina-home-video .home-video-wrap.home-video-h5 {
  display: none;
}
.lina-home-video .home-video-wrap:nth-child(2) .home-video-item, .lina-home-video .home-video-wrap.home-video-h5 .home-video-item {
  height: 0;
  width: 100%;
  padding-bottom: 50%;
}
.lina-home-video .home-video-wrap .intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 32px;
  transition: color .4s;
}
.lina-home-video .home-video-wrap .intro .icon {
  font-size: 64px;
}
.lina-home-video .home-video-wrap .intro .icon i {
  font-size: inherit;
}
.lina-home-video .home-video-wrap .intro .text {
  font-size: 20px;
  font-weight: normal;
  margin-top: 10px;
  line-height: 30px;
}
.lina-home-video .home-video-wrap .intro:hover {
  color: #56b13d;
}
.lina-home-video .home-video-item {
  display: block;
  position: relative;
}
.lina-home-video .home-video-item > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.lina-home-video .swiper-button-prev, .lina-home-video .swiper-container-rtl .swiper-button-next {
  left: 5%;
}
.lina-home-video .swiper-button-next, .lina-home-video .swiper-container-rtl .swiper-button-prev {
  right: 5%;
}
@media screen and (max-width: 992px) {
  .lina-home-video.has-mobile .home-video-wrap:nth-child(1), .lina-home-video.has-mobile .home-video-wrap.home-video-pc {
    display: none;
  }
  .lina-home-video.has-mobile .home-video-wrap:nth-child(2), .lina-home-video.has-mobile .home-video-wrap.home-video-h5 {
    display: block;
  }
  .lina-home-video.has-mobile .home-video-wrap .intro {
    padding: 24px;
  }
  .lina-home-video.has-mobile .home-video-wrap .intro .icon {
    font-size: 48px;
  }
  .lina-home-video.has-mobile .home-video-wrap .intro .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .lina-home-video .home-video-wrap .intro {
    padding: 16px;
  }
  .lina-home-video .home-video-wrap .intro .icon {
    font-size: 56px;
  }
  .lina-home-video .home-video-wrap .intro .text {
    font-size: 14px;
  }
}

/*!- lina-home-video end -*/
/*!- lina-about begin -*/
.lina-about .about-intro .time-title {
  font-size: 200px;
  font-weight: bold;
  -webkit-text-stroke: 2px #56b13d;
  color: transparent;
  line-height: 1.3;
  text-align: center;
}
.lina-about .about-intro .title {
  text-align: center;
}
.lina-about .about-intro .title h3 {
  font-size: 26px;
  text-align: center;
  color: #56b13d;
  margin-bottom: 10px;
  font-weight: normal;
}
.lina-about .about-intro .title i {
  margin-bottom: 30px;
  display: inline-block;
  width: 60px;
  height: 2px;
  background: #56b13d;
}
.lina-about .about-intro p {
  font-size: 16px;
  line-height: 2;
  color: #666;
}

.lina-group .group-wrap .group-intro .lina-meta {
  margin-top: 0;
}
.lina-group .group-wrap .group-intro .lina-meta .lina-wrapper {
  padding: 0;
}
.lina-group .group-wrap .group-intro .lina-meta .lina-wrapper ul {
  flex-wrap: wrap;
}
.lina-group .group-wrap .group-intro .lina-meta .lina-wrapper ul li {
  width: 50%;
}
.lina-group .group-wrap .group-intro .lina-meta .lina-wrapper ul li:nth-child(3):after {
  display: none;
}

@media screen and (max-width: 992px) {
  .lina-about .about-intro .time-title {
    font-size: 70px;
  }
  .lina-about .about-intro .title h3 {
    font-size: 20px;
  }

}
/*!- lina-about end -*/
/*!- lina-cert begin -*/
.lina-cert .lina-cert-content {
  padding: 32px 0;
}
.lina-cert .lina-cert-content .lina-cert-swiper .swiper-wrapper .swiper-slide {
  max-width: 500px;
}
.lina-cert .lina-cert-item {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.lina-cert .lina-cert-item > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 1280px) {
  .lina-cert .lina-cert-content {
    padding: 24px;
  }
}
@media screen and (max-width: 992px) {
  .lina-cert .lina-cert-content {
    padding: 16px 0;
  }
    #cont_lxfs .left {
    width: 100%;
	padding: 15px 15px 30px;
}
#cont_lxfs .left h2 {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
	
#cont_lxfs .right
 {
    width: 100%;
	padding: 15px 15px 30px;
}
    #cont_lxfs .right .item:nth-child(2n+1)
 {
    width: 100%;
}
#cont_lxfs .right .item:nth-child(2n) {
    width: 100%;
}
    #cont_lxfs .left p
 {
        line-height: 1.5;
        font-size: 14px;
    }
.frame .title h2, h1, .what-do, .first-title, .Inquiry-titleny {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 8px;
    }
#cont_lxfs .right .item p {
        font-size: 14px;
    }
.subscribe-section .form-inner .form-group
 {
    margin-bottom: 1rem;
}
}

/*!- lina-cert end -*/
/*!- lina-case begin -*/
.lina-case {
  padding-bottom: 80px;
}
.lina-case .case-title > h3 {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  color: #56b13d;
  margin-bottom: 30px;
}
.lina-case .case-item {
  position: relative;
}
.lina-case .case-item .cover {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.lina-case .case-item .cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.lina-case .case-item .intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10%;
  opacity: 0;
  transition: opacity .4s;
}
.lina-case .case-item .intro h4 {
  font-size: 18px;
  font-weight: normal;
  position: relative;
  z-index: 1;
  color: #fff;
  line-height: 30px;
}
.lina-case .case-item .intro P {
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
}
.lina-case .case-item .intro P .discount {
  color: #FE5050;
  font-weight: bold;
  font-size: 18px;
}
.lina-case .case-item .intro P .original-price {
  text-decoration: line-through;
  padding-left: 10px;
  padding-right: 10px;
}
.lina-case .case-item .intro a {
  display: block;
  font-size: 16px;
  margin-top: 8px;
  color: #56b13d;
  transition: transform .4s;
}
.lina-case .case-item .intro a:hover {
  transform: translateX(10px);
}
.lina-case .case-item .intro:before, .lina-case .case-item .intro:after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #56b13d;
  transition: transform .4s;
  pointer-events: none;
  opacity: .8;
  border-radius: 100%;
}
.lina-case .case-item .intro:before {
  width: 80%;
  height: 80%;
  top: 5%;
  left: 20%;
}
.lina-case .case-item .intro:after {
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
}
.lina-case .case-item:hover .intro {
  opacity: 1;
}
.lina-case .case-item:hover .intro:before {
  transform: rotate(-10deg) scale(0.8);
}
.lina-case .case-item:hover .intro:after {
  transform: rotate(-22deg) scale(0.85);
}
@media screen and (max-width: 1280px) {
  .lina-case .case-title > h3 {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .lina-case .case-item .intro h4 {
    font-size: 16px;
  }
  .lina-case .case-item .intro a {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .lina-case .case-title > h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .lina-case .case-item .intro h4 {
    font-size: 14px;
  }
  .lina-case .case-item .intro a {
    font-size: 14px;
  }
}

/*!- lina-case end -*/
/*!- lina-case-grid begin -*/
.lina-case-grid .lina-case-grid-content ul {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 0 -32px;
}
.lina-case-grid .lina-case-grid-content ul li {
  display: block;
  width: 33.33%;
  padding: 32px 0 0 32px;
}
.lina-case-grid .lina-case-grid-content ul li img {
  transition: all .5s;
  display: block;
  flex: auto;
  object-position: center;
  object-fit: contain;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.lina-case-grid .lina-case-grid-content ul li img.loaded {
  width: 100%;
  height: 100%;
  padding-right: 0;
  padding-bottom: 0;
}
.lina-case-grid .lina-case-grid-content ul li h3 {
  flex: none;
  font-size: 16px;
  line-height: 20px;
  padding-top: 8px;
  height: 48px;
  font-weight: normal;
  color: #333;
  transition: color .4s;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.lina-case-grid .lina-case-grid-content ul li a {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.lina-case-grid .lina-case-grid-content ul li a:hover h3 {
  color: #56b13d;
}
.lina-case-grid .lina-case-grid-content ul li a:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 1280px) {
  .lina-case-grid .lina-case-grid-content ul {
    margin: -24px 0 0 -24px;
  }
  .lina-case-grid .lina-case-grid-content ul li {
    padding: 24px 0 0 24px;
  }
}
@media screen and (max-width: 992px) {
  .lina-case-grid .lina-case-grid-content ul {
    margin: -16px 0 0 -16px;
  }
  .lina-case-grid .lina-case-grid-content ul li {
    width: 50%;
    padding: 16px 0 0 16px;
  }
  .lina-case-grid .lina-case-grid-content ul li h3 {
    font-size: 14px;
  }
}

/*!- lina-case-grid end -*/
/*!- lina-cert-grid begin -*/
.lina-cert-grid .lina-cert-grid-content ul {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 0 -32px;
}
.lina-cert-grid .lina-cert-grid-content ul li {
  display: block;
  width: 33.33%;
  padding: 32px 0 0 32px;
}
.lina-cert-grid .lina-cert-grid-content ul li a {
  display: flex;
  flex-direction: column;
}
.lina-cert-grid .lina-cert-grid-content ul li a:hover h3 {
  color: #56b13d;
}
.lina-cert-grid .lina-cert-grid-content ul li img {
  display: block;
  flex: auto;
  object-position: center;
  object-fit: contain;
  background-color: #fff;
  height: 0;
  width: 100%;
  padding-bottom: 66.6666666667%;
}
.lina-cert-grid .lina-cert-grid-content ul li img.loaded {
  width: 100%;
  height: 100%;
  padding-right: 0;
  padding-bottom: 0;
}
.lina-cert-grid .lina-cert-grid-content ul li h3 {
  flex: none;
  font-size: 16px;
  line-height: 20px;
  padding-top: 8px;
  height: 48px;
  font-weight: normal;
  color: #333;
  transition: color .4s;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 1280px) {
  .lina-cert-grid .lina-cert-grid-content ul {
    margin: -24px 0 0 -24px;
  }
  .lina-cert-grid .lina-cert-grid-content ul li {
    width: 33.33%;
    padding: 24px 0 0 24px;
  }
}
@media screen and (max-width: 992px) {
  .lina-cert-grid .lina-cert-grid-content ul {
    margin: -16px 0 0 -16px;
  }
  .lina-cert-grid .lina-cert-grid-content ul li {
    width: 50%;
    padding: 16px 0 0 16px;
  }
  .lina-cert-grid .lina-cert-grid-content ul li h3 {
    font-size: 14px;
  }
}

/*!- lina-cert-grid end -*/
/*!- lina-news-grid begin -*/
.lina-news-grid .news-grid-wrap {
  margin-bottom: 32px;
}
.lina-news-grid .news-grid-wrap .header {
  margin-bottom: 15px;
  background: #f2f7fb;
}
.lina-news-grid .news-grid-wrap .header > h3 {
  font-size: 20px;
  line-height: 32px;
  color: #56b13d;
  font-weight: normal;
  padding-left: 20px;
}
.lina-news-grid .news-grid-content ul {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 0 -32px;
}
.lina-news-grid .news-grid-content ul li {
  padding: 32px 0 0 32px;
  width: 33.33%;
}
.lina-news-grid .news-grid-content ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.lina-news-grid .news-grid-content ul li a .cover {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.lina-news-grid .news-grid-content ul li a .cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
.lina-news-grid .news-grid-content ul li a .intro {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 0;
  right: 20%;
  background-color: rgba(18, 28, 34, 0.9);
  width: 80%;
  padding: 16px;
  transition: right .5s,bottom .5s,background-color .5s;
  -webkit-transition: right .5s,bottom .5s,background-color .5s;
  color: #fff;
}
.lina-news-grid .news-grid-content ul li a .intro h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  transition: color .4s;
}
.lina-news-grid .news-grid-content ul li a .intro p {
  margin-bottom: 5px;
  font-size: 16px;
}
.lina-news-grid .news-grid-content ul li a .intro p i {
  font-size: 24px;
  float: right;
  transition: all .5s;
}
.lina-news-grid .news-grid-content ul li a:hover .intro {
  background-image: none;
  background-color: #56b13d;
  color: #333;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.lina-news-grid .news-grid-content ul li a:hover .intro h3 {
  white-space: normal;
}
.lina-news-grid .news-grid-content ul li a:hover .intro p i {
  color: #333;
  transform: rotate(-45deg);
}
@media screen and (max-width: 1280px) {
  .lina-news-grid .news-grid-content ul {
    margin: -24px 0 0 -24px;
  }
  .lina-news-grid .news-grid-content ul li {
    padding: 24px 0 0 24px;
  }
  .lina-news-grid .news-grid-content ul li a .meta {
    font-size: 14px;
    padding: 4px 12px;
  }
  .lina-news-grid .news-grid-content ul li a .intro {
    width: 100%;
    padding: 12px;
    transform: translateY(36px);
  }
  .lina-news-grid .news-grid-content ul li a .intro h3 {
    font-size: 14px;
  }
  .lina-news-grid .news-grid-content ul li a .intro span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-top: 12px;
  }
  .lina-news-grid .news-grid-content ul li a .intro span i {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .lina-news-grid .news-grid-wrap .header {
    padding: 10px 0;
  }
  .lina-news-grid .news-grid-wrap .header > h3 {
    line-height: 24px;
  }
  .lina-news-grid .news-grid-content ul {
    margin: -16px 0 0 -16px;
  }
  .lina-news-grid .news-grid-content ul li {
    width: 100%;
    padding: 16px 0 0 16px;
  }
  .lina-news-grid .news-grid-content ul li a .meta {
    font-size: 12px;
    padding: 0 8px;
  }
  .lina-news-grid .news-grid-content ul li a .intro {
    width: 100%;
    padding: 8px;
    transform: translateY(30px);
  }
  .lina-news-grid .news-grid-content ul li a .intro p {
    font-size: 14px;
  }
}

/*!- lina-news-grid end -*/
/*!- lina-sitemap begin -*/
.lina-sitemap .lina-sitemap-content ul {
  padding-top: 1px;
}
.lina-sitemap .lina-sitemap-content ul li {
  display: block;
  margin-bottom: 20px;
  background-color: #fff;
}
.lina-sitemap .lina-sitemap-content ul li a {
  transition: color .5s;
}
.lina-sitemap .lina-sitemap-content ul li a:hover {
  color: #56b13d;
}
.lina-sitemap .lina-sitemap-content ul li > h3 {
  display: block;
  font-size: 20px;
  line-height: 1.576;
  padding: 16px 24px;
  font-weight: normal;
  color: #333;
  border-bottom: 1px solid #e6e6e6;
}
.lina-sitemap .lina-sitemap-content ul li > dl {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0;
}
.lina-sitemap .lina-sitemap-content ul li > dl > dt {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 1.576;
  padding: 4px 24px;
  color: #666;
}
.lina-sitemap .lina-sitemap-content ul li > dl > dd {
  display: block;
  width: 20%;
  font-size: 16px;
  line-height: 1.576;
  padding: 4px 24px;
  color: #999;
}
@media screen and (max-width: 1280px) {
  .lina-sitemap .lina-sitemap-content ul li {
    margin-top: 24px;
  }
  .lina-sitemap .lina-sitemap-content ul li > h3 {
    font-size: 18px;
    padding: 12px 20px;
  }
  .lina-sitemap .lina-sitemap-content ul li > dl {
    padding: 12px 0;
  }
  .lina-sitemap .lina-sitemap-content ul li > dl > dt {
    font-size: 16px;
    padding: 2px 20px;
  }
  .lina-sitemap .lina-sitemap-content ul li > dl > dd {
    width: 25%;
    font-size: 14px;
    padding: 2px 20px;
  }
}
@media screen and (max-width: 992px) {
  .lina-sitemap .lina-sitemap-content ul li {
    margin-top: 16px;
  }
  .lina-sitemap .lina-sitemap-content ul li > h3 {
    padding: 8px 16px;
  }
  .lina-sitemap .lina-sitemap-content ul li > dl {
    padding: 8px 0;
  }
  .lina-sitemap .lina-sitemap-content ul li > dl > dt {
    padding: 0 16px;
  }
  .lina-sitemap .lina-sitemap-content ul li > dl > dd {
    width: 100%;
    padding: 0 16px;
  }
}

/*!- lina-sitemap end -*/
/*!- lina-faq-list begin -*/
.lina-faq-list .lina-faq-list-content {
  background-color: #fff;
}
.lina-faq-list .lina-faq-list-content ul li {
  position: relative;
  padding: 32px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  flex-direction: row;
}
.lina-faq-list .lina-faq-list-content ul li > span {
  display: flex;
  flex-direction: column;
  font-size: 36px;
  line-height: 1.5;
  font-weight: 900;
  color: #cce1f1;
  margin-right: 15px;
}
.lina-faq-list .lina-faq-list-content ul li > .faq-list-content-wrap {
  flex: auto;
  width: 0;
}
.lina-faq-list .lina-faq-list-content ul li > .faq-list-content-wrap > h3 {
  font-size: 18px;
  z-index: 1;
  font-weight: 700;
  line-height: 1.576;
  color: #333;
  word-wrap: break-word;
}
.lina-faq-list .lina-faq-list-content ul li > .faq-list-content-wrap > p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  word-wrap: break-word;
}
.lina-faq-list .lina-faq-list-content ul li:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .lina-faq-list .lina-faq-list-content ul li {
    padding: 24px;
  }
  .lina-faq-list .lina-faq-list-content ul li > span {
    top: 12px;
    left: 16px;
    font-size: 28px;
  }
  .lina-faq-list .lina-faq-list-content ul li > h3 {
    font-size: 16px;
  }
  .lina-faq-list .lina-faq-list-content ul li > p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .lina-faq-list .lina-faq-list-content ul li {
    padding: 16px;
  }
  .lina-faq-list .lina-faq-list-content ul li > span {
    top: 8px;
    left: 8px;
    font-size: 24px;
  }
  .lina-faq-list .lina-faq-list-content ul li > h3 {
    font-size: 16px;
  }
  .lina-faq-list .lina-faq-list-content ul li > p {
    font-size: 14px;
  }
}

/*!- lina-faq-list end -*/
/*!- lina-contact begin -*/
.lina-contact {
  display: flex;
  flex-direction: row;
  background-image: url("../img/mapbg02.png");
}
.lina-contact .contact-cover {
  display: flex;
  width: 50%;
}
.lina-contact .contact-cover .company {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 32px 32px;
  background-color: rgba(18, 28, 34, 0.9);
}
.lina-contact .contact-cover .company .wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.lina-contact .contact-cover .company .wrap .company-title {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 32px;
  text-align: center;
  color: #fff;
}
.lina-contact .contact-cover .company .wrap .company-title h3 {
  font-weight: normal;
}
.lina-contact .contact-cover .company .wrap .company-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.lina-contact .contact-cover .company .wrap .company-content ul li {
  width: 50%;
  flex: auto;
  text-align: center;
  margin-bottom: 32px;
}
.lina-contact .contact-cover .company .wrap .company-content ul li .icon {
  font-size: 50px;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
}
.lina-contact .contact-cover .company .wrap .company-content ul li .icon i {
  font-size: inherit;
}
.lina-contact .contact-cover .company .wrap .company-content ul li .label {
  font-size: 20px;
  line-height: 1.8;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}
.lina-contact .contact-cover .company .wrap .company-content ul li .value {
  font-size: 16px;
  white-space: normal;
  word-break: break-word;
  line-height: 30px;
  color: #fff;
}
.lina-contact .contact-intro {
  display: flex;
  width: 50%;
  padding-left: 30px;
}
.lina-contact .contact-intro .wrap {
  display: flex;
  flex-direction: column;
}
.lina-contact .contact-intro .wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 0 -32px;
}
.lina-contact .contact-intro .wrap ul li {
  flex: auto;
  width: 100%;
  padding: 32px 0 0 32px;
}
.lina-contact .contact-intro .wrap ul li dl {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
}
.lina-contact .contact-intro .wrap ul li dl dt {
  padding-left: 8px;
  border-left: 3px solid #56b13d;
  line-height: 1;
  font-size: 18px;
  color: #333;
  margin-bottom: 24px;
}
.lina-contact .contact-intro .wrap ul li dl dd {
  font-size: 18px;
  margin-bottom: 8px;
}
.lina-contact .contact-intro .wrap ul li dl dd label {
  display: inline-block;
  vertical-align: top;
  color: #999;
}
.lina-contact .contact-intro .wrap ul li dl dd span {
  display: inline-block;
  vertical-align: top;
  color: #666;
}
.lina-contact .inquiry .lina-inquiry .lina-inquiry-wrap {
  padding: 32px;
}
@media screen and (max-width: 1280px) {
  .lina-contact {
    margin-bottom: 32px;
  }
  .lina-contact .company {
    padding: 32px 24px;
  }
  .lina-contact .company-title {
    font-size: 20px;
    margin-bottom: 32px;
  }
  .lina-contact .company-content ul li .icon {
    font-size: 32px;
  }
  .lina-contact .company-content ul li .label {
    font-size: 16px;
  }
  .lina-contact .contact-list {
    padding-left: 24px;
  }
  .lina-contact .contact-list .wrap ul {
    margin: -24px 0 0 -24px;
  }
  .lina-contact .contact-list .wrap ul li {
    padding: 24px 0 0 24px;
  }
  .lina-contact .contact-list .wrap ul li dl {
    padding: 24px;
  }
  .lina-contact .contact-list .wrap ul li dl dt {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .lina-contact .contact-list .wrap ul li dl dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .lina-contact {
    width: 100%;
    flex-direction: column;
  }
  .lina-contact .contact-cover {
    width: 100%;
  }
  .lina-contact .contact-cover .company {
    padding: 24px 16px;
    background-image: none !important;
  }
  .lina-contact .contact-cover .company .wrap {
    padding: 0;
  }
  .lina-contact .contact-cover .company .wrap .company-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .lina-contact .contact-cover .company .wrap .company-content ul li {
    width: 50%;
    padding: 16px;
    margin-bottom: 0;
  }
  .lina-contact .contact-cover .company .wrap .company-content ul li .icon {
    font-size: 30px;
  }
  .lina-contact .contact-intro {
    width: 100%;
    padding-left: 0;
    margin-top: 32px;
  }
  .lina-contact .contact-intro .wrap {
    width: 100%;
  }
  .lina-contact .contact-intro .wrap ul {
    margin: -16px 0 0 -16px;
  }
  .lina-contact .contact-intro .wrap ul li {
    padding: 16px 0 0 16px;
    width: 100%;
  }
  .lina-contact .contact-intro .wrap ul li dl {
    padding: 16px;
  }
  .lina-contact .contact-intro .wrap ul li dl dt {
    margin-bottom: 16x;
  }
  .lina-contact .contact-intro .wrap ul li dl dd {
    font-size: 16px;
  }
}

/*!- lina-contact end -*/
/*!- lina-product-detail begin -*/
.lina-product-detail .product-detail-wrap {
  display: flex;
  align-items: flex-start;
}
.lina-product-detail .content {
  flex: auto;
  width: 80%;
}
.lina-product-detail .content .hd {
  display: flex;
  align-items: flex-start;
}
.lina-product-detail .content .hd .product-cover {
  display: block;
  flex: none;
  max-width: 550px;
  width: 100%;
}
.lina-product-detail .content .hd .product-cover .product-gallery-swiper .gallery-item {
  display: block;
  position: relative;
  border: 1px solid #d9d9d9;
}
.lina-product-detail .content .hd .product-cover .product-gallery-swiper .gallery-item .wrap {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.lina-product-detail .content .hd .product-cover .product-gallery-swiper .gallery-item .wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.lina-product-detail .content .hd .product-cover .product-gallery-swiper .gallery-item .mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.lina-product-detail .content .hd .product-cover .product-gallery-swiper .gallery-item .mask .play {
  display: block;
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  line-height: 42px;
  text-align: center;
  border: 3px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
}
.lina-product-detail .content .hd .product-cover .product-gallery-swiper .gallery-item .mask .play i {
  font-size: 24px;
}
.lina-product-detail .content .hd .product-cover .product-thumb-swiper {
  margin-top: 16px;
  overflow: hidden;
}
.lina-product-detail .content .hd .product-cover .product-thumb-swiper .thumb-item {
  display: block;
  position: relative;
  cursor: pointer;
  border: 1px solid #d9d9d9;
}
.lina-product-detail .content .hd .product-cover .product-thumb-swiper .thumb-item .wrap {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.lina-product-detail .content .hd .product-cover .product-thumb-swiper .thumb-item .wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.lina-product-detail .content .hd .product-cover .product-thumb-swiper .thumb-item .mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.lina-product-detail .content .hd .product-cover .product-thumb-swiper .thumb-item .mask .play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  line-height: 28px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
}
.lina-product-detail .content .hd .product-cover .product-thumb-swiper .thumb-item .mask .play i {
  font-size: 16px;
}
.lina-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-slide-thumb-active .thumb-item {
  border-color: #56b13d;
}
.lina-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-button-prev, .lina-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-button-next {
  width: 16px;
  border-radius: 0;
}
.lina-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-button-prev:after, .lina-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-button-next:after {
  font-size: 12px;
}
.lina-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-button-next, .lina-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.lina-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-button-prev, .lina-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-container-rtl .swiper-button-next {
  left: 0;
}
.lina-product-detail .content .hd .product-intro {
  display: block;
  flex: auto;
  padding-left: 64px;
  width: 100%;
}
.lina-product-detail .content .hd .product-intro .title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  text-transform: initial;
  text-align: left;
}
.lina-product-detail .content .hd .product-intro .title h1 {
  font-size: 26px;
  font-weight: normal;
  line-height: 1.1;
  color: #333;
}
.lina-product-detail .content .hd .product-intro .desc {
  margin-bottom: 32px;
}
.lina-product-detail .content .hd .product-intro .desc p {
  font-size: 18px;
  margin: 8px 0;
  line-height: 1.5;
  color: #999;
  white-space: break-spaces;
}
.lina-product-detail .content .hd .product-intro .detail-intro-number {
  border-top: 1px solid #eee;
  padding: 16px 0;
}
.lina-product-detail .content .hd .product-intro .attrs {
  margin-bottom: 32px;
}
.lina-product-detail .content .hd .product-intro .attrs ul li {
  line-height: 35px;
}
.lina-product-detail .content .hd .product-intro .attrs ul li label, .lina-product-detail .content .hd .product-intro .attrs ul li span, .lina-product-detail .content .hd .product-intro .attrs ul li a, .lina-product-detail .content .hd .product-intro .attrs ul li p {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
}
.lina-product-detail .content .hd .product-intro .attrs ul li p {
  color: red;
  font-size: 26px;
}
.lina-product-detail .content .hd .product-intro .attrs ul li p span {
  color: red;
  font-size: 22px;
  padding-left: 10px;
}
.lina-product-detail .content .hd .product-intro .attrs ul li p.original-price {
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
}
.lina-product-detail .content .hd .product-intro .attrs ul li p.original-price span {
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
}
.lina-product-detail .content .hd .product-intro .attrs ul li label {
  color: #999;
}
.lina-product-detail .content .hd .product-intro .attrs ul li span {
  color: #333;
}
.lina-product-detail .content .hd .product-intro .attrs ul li a {
  color: #1890FF;
}
.lina-product-detail .content .hd .product-intro .attrs ul li a:hover {
  text-decoration: underline;
}
.lina-product-detail .content .hd .product-intro .action .button {
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  padding: 0 24px;
  background-color: #fff;
  color: #333;
  border: 1px solid #d9d9d9;
  transition: background-color .4s, border-color .4s;
}
.lina-product-detail .content .hd .product-intro .action .button span {
  padding: 0 20px;
}
.lina-product-detail .content .hd .product-intro .action .button:before {
  display: none;
}
.lina-product-detail .content .hd .product-intro .action .button:after {
  display: none;
}
.lina-product-detail .content .hd .product-intro .action .button:hover {
  background-color: #f5f5f5;
}
.lina-product-detail .content .hd .product-intro .action .button.accents {
  background-color: #56b13d;
  color: #fff;
  border-color: #56b13d;
}
.lina-product-detail .content .hd .product-intro .action .button.accents:hover {
  border-color: #005392;
  background-color: #005392;
}
.lina-product-detail .content .hd .product-intro .action .button.accents:hover span {
  color: #fff;
}
.lina-product-detail .content .hd .product-intro .action .button.accents:hover span:before {
  display: none;
}
.lina-product-detail .content .hd .product-intro .action .button.cart {
  background-color: #26BB79;
  color: #fff;
  border-color: #26BB79;
}
.lina-product-detail .content .hd .product-intro .action .button.cart:hover {
  border-color: #1e9661;
  background-color: #1e9661;
}
.lina-product-detail .content .hd .product-intro .action .button.cart:hover span {
  color: #fff;
}
.lina-product-detail .content .hd .product-intro .action .button.cart:hover span:before {
  display: none;
}
.lina-product-detail .content .bd {
  margin-top: 32px;
}
.lina-product-detail .content .bd .tips {
  padding: 16px 0;
}
.lina-product-detail .content .bd .tips h4 {
  border-left: 3px solid #56b13d;
  line-height: 1.5;
  padding: 4px 16px;
  font-size: 18px;
  font-weight: normal;
  color: #56b13d;
}
.lina-product-detail .content .bd .product-page-list ul {
  display: flex;
  flex-wrap: wrap;
}
.lina-product-detail .content .bd .product-page-list ul li {
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
  width: 100%;
}
.lina-product-detail .content .bd .product-page-list ul li .product-page-item {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 270px;
}
.lina-product-detail .content .bd .product-page-list ul li .product-page-item .cover {
  display: block;
  position: relative;
  width: 100%;
}
.lina-product-detail .content .bd .product-page-list ul li .product-page-item .cover > img {
  display: block;
  width: 100%;
}
.lina-product-detail .content .bd .product-page-list ul li .intro {
  flex: auto;
  padding: 32px;
}
.lina-product-detail .content .bd .product-page-list ul li .intro h3 {
  font-size: 18px;
  line-height: 32px;
  height: 32px;
  color: #333;
  transition: color .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.lina-product-detail .content .bd .product-page-list ul li .intro p {
  font-size: 16px;
  line-height: 24px;
  height: 72px;
  color: #999;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 3;
}
.lina-product-detail .content .bd .product-page-list ul li .intro > .btn_more {
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  background-color: #56b13d;
  color: #fff;
  text-align: center;
  padding: 0 40px 0 24px;
  position: relative;
  border-radius: 20px;
  transition: background-color .4s;
  vertical-align: top;
  float: right;
}
.lina-product-detail .content .bd .product-page-list ul li .intro > .btn_more:after {
  content: '→';
  display: block;
  position: absolute;
  top: 0;
  right: 16px;
  transition: transform .4s;
}
.lina-product-detail .content .bd .product-page-list ul li .intro > .btn_more:hover {
  background-color: #c9aa00;
}
.lina-product-detail .content .bd .product-page-list ul li .intro > .btn_more:hover:after {
  transform: translateX(8px);
}
.lina-product-detail .content .bd .product-page-list ul li:hover h3 {
  color: #56b13d;
}
.lina-product-detail .content .bd .product-page-list ul li a .icon {
  font-size: 50px;
  position: absolute;
  color: #fff;
}
.lina-product-detail .content .bd .product-page-list ul li a .icon i {
  font-size: inherit;
}
.lina-product-detail .content .bd .product-page-list ul li img {
  display: block;
  flex: auto;
  object-position: center;
  object-fit: contain;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.lina-product-detail .content .bd .product-page-list ul li img.loaded {
  width: 100%;
  height: 100%;
  padding-right: 0;
  padding-bottom: 0;
}
.lina-product-detail .content .bd .grid ul {
  margin: -32px 0 0 -32px;
  display: flex;
  flex-wrap: wrap;
}
.lina-product-detail .content .bd .grid ul li {
  display: block;
  padding: 32px 0 0 32px;
  width: 25%;
}
.lina-product-detail .content .bd .grid ul li .grid-item {
  display: block;
}
.lina-product-detail .content .bd .grid ul li .grid-item .cover {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.lina-product-detail .content .bd .grid ul li .grid-item .cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  transition: transform .4s;
}
.lina-product-detail .content .bd .grid ul li .grid-item .intro {
  padding: 8px 0;
}
.lina-product-detail .content .bd .grid ul li .grid-item .intro h4 {
  display: block;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  transition: color .4s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.lina-product-detail .content .bd .grid ul li .grid-item:hover .cover img {
  transform: scale(1.1);
}
.lina-product-detail .content .bd .grid ul li .grid-item:hover .intro h4 {
  color: #56b13d;
}
.lina-product-detail .content .bd .grid .product-list-w4 li {
  width: 25%;
}
.lina-product-detail .content .keyword-tag .keyword-tag-wrap {
  margin-top: 20px;
}
.lina-product-detail .content .keyword-tag .keyword-tag-wrap ul {
  display: flex;
  margin: -16px 0 0 -16px;
}
.lina-product-detail .content .keyword-tag .keyword-tag-wrap ul li {
  width: 33.33%;
}
.lina-product-detail .content .keyword-tag .keyword-tag-wrap ul li > ul {
  border: 1px solid #d9d9d9;
  padding: 16px;
  margin: 0 16px;
  flex-direction: column;
}
.lina-product-detail .content .keyword-tag .keyword-tag-wrap ul li > ul li {
  padding: 0;
  width: 100%;
}
.lina-product-detail .content .keyword-tag .keyword-tag-wrap ul li > ul li a {
  display: block;
  position: relative;
  line-height: 35px;
  font-size: 16px;
  color: #333;
  transition: color .4s;
  border-radius: 6px;
  border: 1px solid transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.lina-product-detail .content .keyword-tag .keyword-tag-wrap ul li > ul li a:hover {
  color: #56b13d;
}
.lina-product-detail .sidebar {
  width: 20%;
  margin-left: 32px;
}
.lina-product-detail .sidebar .hd {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.lina-product-detail .sidebar .hd h3 {
  flex: auto;
  font-size: 24px;
  line-height: 32px;
  color: #333;
}
.lina-product-detail .sidebar .hd a {
  line-height: 32px;
  font-size: 14px;
  color: #999;
  transition: color .5s;
}
.lina-product-detail .sidebar .hd a:hover {
  color: #56b13d;
}
.lina-product-detail .sidebar .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -16px 0 0 -16px;
}
.lina-product-detail .sidebar .bd ul li {
  width: 100%;
  padding: 16px 0 0 16px;
}
.lina-product-detail .sidebar .bd ul li a {
  display: block;
}
.lina-product-detail .sidebar .bd ul li a:hover .intro h4 {
  color: #56b13d;
}
.lina-product-detail .sidebar .bd ul li .cover {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.lina-product-detail .sidebar .bd ul li .cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.lina-product-detail .sidebar .bd ul li .intro h4 {
  padding: 8px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  transition: color .4s;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
@media screen and (max-width: 1280px) {
  .lina-product-detail .product-detail-wrap {
    flex-wrap: wrap;
  }
  .lina-product-detail .content {
    width: 100%;
    padding: 24px;
  }
  .lina-product-detail .content .hd .product-cover {
    max-width: 400px;
  }
  .lina-product-detail .content .hd .product-intro {
    padding-left: 24px;
  }
  .lina-product-detail .content .hd .product-intro .title {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .lina-product-detail .content .hd .product-intro .title h1 {
    font-size: 20px;
  }
  .lina-product-detail .content .hd .product-intro .desc {
    margin-bottom: 24px;
  }
  .lina-product-detail .content .hd .product-intro .desc p {
    font-size: 16px;
  }
  .lina-product-detail .content .hd .product-intro .attrs {
    margin-bottom: 24px;
  }
  .lina-product-detail .content .hd .product-intro .attrs ul li label, .lina-product-detail .content .hd .product-intro .attrs ul li span, .lina-product-detail .content .hd .product-intro .attrs ul li a {
    font-size: 16px;
  }
  .lina-product-detail .content .hd .product-intro .action .button {
    font-size: 14px;
    line-height: 36px;
    padding: 0 16px;
  }
  .lina-product-detail .content .bd {
    margin-top: 24px;
  }
  .lina-product-detail .content .bd .grid ul li {
    width: 33.33%;
  }
  .lina-product-detail .sidebar {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
  .lina-product-detail .sidebar .hd {
    margin-bottom: 24px;
  }
  .lina-product-detail .sidebar .hd h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .lina-product-detail .sidebar .hd a {
    line-height: 24px;
    font-size: 14px;
  }
  .lina-product-detail .sidebar .bd ul {
    margin: -24px 0 0 -24px;
  }
  .lina-product-detail .sidebar .bd ul li {
    width: 25%;
    padding: 24px 0 0 24px;
  }
  .lina-product-detail .sidebar .bd ul li .intro h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .lina-product-detail .content {
    padding: 16px;
  }
  .lina-product-detail .content .hd {
    flex-wrap: wrap;
  }
  .lina-product-detail .content .hd .product-cover {
    max-width: none;
  }
  .lina-product-detail .content .hd .product-intro {
    padding-left: 0;
    padding-top: 16px;
  }
  .lina-product-detail .content .hd .product-intro .title {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .lina-product-detail .content .hd .product-intro .title h1 {
    font-size: 18px;
  }
  .lina-product-detail .content .hd .product-intro .desc {
    margin-bottom: 16px;
  }
  .lina-product-detail .content .hd .product-intro .detail-intro-number {
    padding: 8px 0;
  }
  .lina-product-detail .content .hd .product-intro .attrs {
    margin-bottom: 16px;
  }
  .lina-product-detail .content .hd .product-intro .action .button {
    width: 49%;
    line-height: 40px;
    padding: 0;
  }
  .lina-product-detail .content .hd .product-intro .action .button span {
    padding: 5px;
  }
  .lina-product-detail .content .bd {
    margin-top: 16px;
  }
  .lina-product-detail .content .bd .product-page-list ul li {
    display: block;
  }
  .lina-product-detail .content .bd .product-page-list ul li .product-page-item {
    max-width: 100%;
  }
  .lina-product-detail .content .bd .product-page-list ul li .intro {
    padding: 16px;
  }
  .lina-product-detail .content .bd .product-page-list ul li .intro p {
    margin-bottom: 0;
  }
  .lina-product-detail .content .bd .product-page-list ul li .intro .wui-btn {
    display: none;
  }
  .lina-product-detail .content .bd .grid {
    padding: 8px;
  }
  .lina-product-detail .content .bd .grid ul {
    margin: -8px 0 0 -8px;
  }
  .lina-product-detail .content .bd .grid ul li {
    width: 100% !important;
    padding: 8px 0 0 8px;
  }
  .lina-product-detail .content .keyword-tag .keyword-tag-wrap {
    display: block;
    margin: 0;
  }
  .lina-product-detail .content .keyword-tag .keyword-tag-wrap ul {
    width: 100%;
    margin: 0;
    padding: 0px;
    display: block;
  }
  .lina-product-detail .content .keyword-tag .keyword-tag-wrap ul li {
    width: 100%;
  }
  .lina-product-detail .content .keyword-tag .keyword-tag-wrap ul li ul {
    margin: 0 0 20px 0;
  }
  .lina-product-detail .sidebar {
    margin-top: 16px;
  }
  .lina-product-detail .sidebar .hd {
    margin-bottom: 16px;
  }
  .lina-product-detail .sidebar .hd h3 {
    font-size: 18px;
  }
  .lina-product-detail .sidebar .hd a {
    font-size: 12px;
  }
  .lina-product-detail .sidebar .bd ul {
    margin: -16px 0 0 -16px;
  }
  .lina-product-detail .sidebar .bd ul li {
    width: 50%;
    padding: 16px 0 0 16px;
  }
}

/*!- lina-product-detail end -*/
/*!- lina-product-list begin -*/
.lina-product-list .filter {
  background-color: #fff;
  padding: 16px 32px;
}
.lina-product-list .filter .row .col {
  display: flex;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px dashed #e6e6e6;
}
.lina-product-list .filter .row .col .label {
  flex: none;
  min-width: 120px;
  font-size: 14px;
  line-height: 32px;
  color: #999;
}
.lina-product-list .filter .row .col .value {
  flex: auto;
}
.lina-product-list .filter .row .col:last-child {
  border-bottom: 0;
}
.lina-product-list .filter .radio, .lina-product-list .filter .checkbox {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 24px;
  min-height: 16px;
  margin: 0 16px 0 0;
}
.lina-product-list .filter .radio span, .lina-product-list .filter .checkbox span {
  display: block;
  font-size: 14px;
  line-height: 32px;
  color: #333;
  transition: color .4s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 200px;
}
.lina-product-list .filter .radio:before, .lina-product-list .filter .radio:after, .lina-product-list .filter .checkbox:before, .lina-product-list .filter .checkbox:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
}
.lina-product-list .filter .radio:before, .lina-product-list .filter .checkbox:before {
  left: 0;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border: 1px solid #d9d9d9;
  transition: border-color .4s;
}
.lina-product-list .filter .radio:after, .lina-product-list .filter .checkbox:after {
  left: 4px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
}
.lina-product-list .filter .radio:hover span, .lina-product-list .filter .checkbox:hover span {
  color: #56b13d;
}
.lina-product-list .filter .radio:hover:before, .lina-product-list .filter .checkbox:hover:before {
  border-color: #56b13d;
}
.lina-product-list .filter .radio.active span, .lina-product-list .filter .checkbox.active span {
  color: #56b13d;
}
.lina-product-list .filter .radio.active:before, .lina-product-list .filter .checkbox.active:before {
  border-color: #56b13d;
}
.lina-product-list .filter .radio.active:after, .lina-product-list .filter .checkbox.active:after {
  background-color: #56b13d;
}
.lina-product-list .filter .radio:before, .lina-product-list .filter .radio:after {
  border-radius: 50%;
}
.lina-product-list .wrapper {
  margin-bottom: 20px;
}
.lina-product-list .wrapper .survey {
  font-size: 16px;
  line-height: 25px;
  color: #666;
  margin-bottom: 20px;
}
.lina-product-list .wrapper .tabs {
  font-size: 0;
  line-height: 1;
  border-bottom: 1px solid #e6e6e6;
  white-space: nowrap;
  overflow-x: auto;
}
.lina-product-list .wrapper .tabs .tab-item {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 50px;
  padding: 0 16px;
  text-align: center;
  transition: color .4s, background-color .4s;
}
.lina-product-list .wrapper .tabs .tab-item:hover {
  color: #56b13d;
  background-color: #f5f5f5;
}
.lina-product-list .wrapper .tabs .tab-item.active {
  background-color: #56b13d;
  color: #fff;
}
.lina-product-list .wrapper .grid ul {
  margin: -32px 0 0 -32px;
  display: flex;
  flex-wrap: wrap;
}
.lina-product-list .wrapper .grid ul li {
  display: block;
  padding: 32px 0 0 32px;
  width: 33.33%;
}
.lina-product-list .wrapper .grid ul li .grid-item {
  display: block;
}
.lina-product-list .wrapper .grid ul li .grid-item .cover {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.lina-product-list .wrapper .grid ul li .grid-item .cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  transition: transform .4s;
}
.lina-product-list .wrapper .grid ul li .grid-item .intro {
  padding: 8px 0;
}
.lina-product-list .wrapper .grid ul li .grid-item .intro h4 {
  display: block;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  transition: color .4s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  color: #6c757d;
  -webkit-line-clamp: 2;
}
.lina-product-list .wrapper .grid ul li .grid-item:hover .cover img {
  transform: scale(1.1);
}
.lina-product-list .wrapper .grid ul li .grid-item:hover .intro h4 {
  color: #56b13d;
}
.lina-product-list .wrapper .grid .product-list-w3 li {
  width: 33.3%;
}
.lina-product-list .header {
  margin-bottom: 15px;
  background: #f2f7fb;
}
.lina-product-list .header > h3 {
  font-size: 20px;
  line-height: 32px;
  color: #56b13d;
  font-weight: normal;
  padding-left: 20px;
}
.lina-product-list .product-list-wrap {
  display: flex;
  align-items: flex-start;
}
.lina-product-list .product-secondary-menu {
  margin-bottom: 32px;
}
.lina-product-list .product-secondary-menu ul {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -10px;
}
.lina-product-list .product-secondary-menu ul li {
  padding: 5px 10px;
  width: 25%;
}
.lina-product-list .product-secondary-menu ul li a {
  font-size: 16px;
  line-height: 25px;
  display: list-item;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #eee;
  color: #333;
  padding: 10px;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
.lina-product-list .product-secondary-menu ul li a:hover, .lina-product-list .product-secondary-menu ul li a.active {
  background-color: #005392;
  color: #fff;
}
.lina-product-list .sidebar {
  width: 20%;
  margin-left: 32px;
}
.lina-product-list .sidebar .hd {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.lina-product-list .sidebar .hd h3 {
  flex: auto;
  font-size: 24px;
  line-height: 32px;
  color: #333;
}
.lina-product-list .sidebar .hd a {
  line-height: 32px;
  font-size: 14px;
  color: #999;
  transition: color .5s;
}
.lina-product-list .sidebar .hd a:hover {
  color: #56b13d;
}
.lina-product-list .sidebar .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -16px 0 0 -16px;
}
.lina-product-list .sidebar .bd ul li {
  width: 100%;
  padding: 16px 0 0 16px;
}
.lina-product-list .sidebar .bd ul li a {
  display: block;
}
.lina-product-list .sidebar .bd ul li a:hover .intro h4 {
  color: #56b13d;
}
.lina-product-list .sidebar .bd ul li .cover {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.lina-product-list .sidebar .bd ul li .cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.lina-product-list .sidebar .bd ul li .intro h4 {
  padding: 8px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  transition: color .4s;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
@media screen and (max-width: 1280px) {
  .lina-product-list .filter {
    padding: 8px 24px;
  }
  .lina-product-list .filter .row .col {
    padding: 8px 0;
  }
  .lina-product-list .filter .row .col .label {
    min-width: 100px;
  }
  .lina-product-list .wrapper {
    margin-top: 24px;
  }
  .lina-product-list .wrapper .tabs .tab-item {
    line-height: 42px;
  }
  .lina-product-list .wrapper .grid ul li {
    width: 33.33%;
  }
  .lina-product-list .pager {
    padding-top: 24px;
  }
  .lina-product-list .header {
    margin-bottom: 24px;
  }
  .lina-product-list .header > h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .lina-product-list .product-list-wrap {
    flex-wrap: wrap;
  }
  .lina-product-list .sidebar {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
  .lina-product-list .sidebar .hd {
    margin-bottom: 24px;
  }
  .lina-product-list .sidebar .hd h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .lina-product-list .sidebar .hd a {
    line-height: 24px;
    font-size: 14px;
  }
  .lina-product-list .sidebar .bd ul {
    margin: -24px 0 0 -24px;
  }
  .lina-product-list .sidebar .bd ul li {
    width: 25%;
    padding: 24px 0 0 24px;
  }
  .lina-product-list .sidebar .bd ul li .intro h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .lina-product-list .filter {
    padding: 4px 16px;
  }
  .lina-product-list .filter .row .col .label {
    min-width: 72px;
    line-height: 24px;
    font-size: 12px;
    font-weight: normal;
  }
  .lina-product-list .filter .radio, .lina-product-list .filter .checkbox {
    padding-left: 20px;
    margin: 0 8px 0 0;
  }
  .lina-product-list .filter .radio span, .lina-product-list .filter .checkbox span {
    font-size: 12px;
    line-height: 24px;
  }
  .lina-product-list .wrapper .tabs .tab-item {
    line-height: 36px;
  }
  .lina-product-list .wrapper .grid {
    padding: 0;
  }
  .lina-product-list .wrapper .grid ul {
    margin: -8px 0 0 -8px;
  }
  .lina-product-list .wrapper .grid ul li {
    width: 100% !important;
    padding: 8px 0 0 8px;
  }
  .lina-product-list .pager {
    padding-top: 0;
    margin-bottom: 30px;
  }
  .lina-product-list .header {
    margin-bottom: 16px;
    padding: 10px 0;
  }
  .lina-product-list .header > h3 {
    font-size: 18px;
  }
  .lina-product-list .sidebar {
    margin-top: 16px;
  }
  .lina-product-list .sidebar .hd {
    margin-bottom: 16px;
  }
  .lina-product-list .sidebar .hd h3 {
    font-size: 18px;
  }
  .lina-product-list .sidebar .hd a {
    font-size: 12px;
  }
  .lina-product-list .sidebar .bd ul {
    margin: -16px 0 0 -16px;
  }
  .lina-product-list .sidebar .bd ul li {
    width: 50%;
    padding: 16px 0 0 16px;
  }
  .lina-product-list .product-secondary-menu ul li {
    width: 50%;
  }
}
/** service-section **/

.service-section{
  position: relative;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%);
}

.service-block-one .inner-box .inner{
  position: relative;
  padding: 30px 15px 0px 15px;
}

.service-block-one .inner-box .inner .icon-box{
  position: relative;
  display: block;
  margin-bottom: 35px;
}

.service-block-one .inner-box .inner .category{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Lexend', sans-serif;
  color: #1e2434;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.service-block-one .inner-box .inner h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 11px;
  font-weight: 600;
}

.service-block-one .inner-box .inner h5 a{
  display: inline-block;
  color: #1e2434;
}

.service-block-one .inner-box .inner h5 a:hover{

}

.service-block-one .inner-box .inner p{
  margin-bottom: 34px;
}

.service-block-one .inner-box .inner .link a{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  text-align: center;
  background-color: #1e2434;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Lexend', sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 14px 0px 10px 0px;
  z-index: 1;
}

.service-block-one .inner-box .inner .link a span{
  position: relative;
  display: block;
}

.service-block-one .inner-box .inner .link a i{
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 0px;
  transition: all 500ms ease;
}

.service-block-one .inner-box .inner .link a:hover{

}

.service-block-one .inner-box .inner .link a:hover i{
  color: #fff;
}

.service-block-one .inner-box .inner .link{
  position: relative;
  margin-bottom: -35px;
}

.service-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #1e2434;
}

.service-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box img{
  opacity: 0.5;
  transform: scale(1.05);
}

i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
    font-family: "lina-iconfont";
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.flaticon-right-arrow:before {
    content: "\e844";
}
/*!- lina-product-list end -*/
/*!- lina-tabs begin -*/
.lina-tabs {
  display: block;
  position: sticky;
  z-index: 997;
  top: 72px;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
}
.lina-tabs .lina-tabs-wrap {
  padding: 0;
}
.lina-tabs .lina-tabs-content ul {
  display: flex;
  justify-content: center;
  overflow-x: auto;
  padding: 0 16px;
}
.lina-tabs .lina-tabs-content ul li {
  margin: 0 16px;
}
.lina-tabs .lina-tabs-content ul li a {
  display: block;
  line-height: 56px;
  font-size: 16px;
  color: #333;
  max-width: 200px;
  border-bottom: 1px solid transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.lina-tabs .lina-tabs-content ul li.active a {
  color: #56b13d;
  border-color: #56b13d;
}
.lina-tabs.auto-hide {
  display: none;
}
@media screen and (max-width: 1280px) {
  .lina-tabs .lina-tabs-content ul li {
    margin: 0 12px;
  }
}
@media screen and (max-width: 992px) {
  .lina-tabs {
    top: 56px;
  }
  .lina-tabs .lina-tabs-content ul {
    justify-content: left;
    padding: 0 16px;
  }
  .lina-tabs .lina-tabs-content ul li {
    margin: 0 16px 0 0;
  }
  .lina-tabs .lina-tabs-content ul li a {
    line-height: 40px;
    font-size: 14px;
  }
  .lina-tabs.auto-hide {
    display: block;
  }
}

/*!- lina-tabs end -*/
.wui-dialog-wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade-in 0.3s ease 0s both;
  animation: fade-in 0.3s ease 0s both;
}
.wui-dialog-wrap .wui-dialog {
  webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  -webkit-animation: dialog-in 0.3s ease 0s both;
  animation: dialog-in 0.3s ease 0s both;
  display: block;
  width: 420px;
  border-radius: 4px;
  background-color: #fff;
  padding: 24px;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -210px;
}
.wui-dialog-wrap .wui-dialog .wui-dialog-container {
  display: block;
  position: relative;
  padding-left: 38px;
}
.wui-dialog-wrap .wui-dialog .wui-dialog-container .wui-dialog-icon {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
}
.wui-dialog-wrap .wui-dialog .wui-dialog-container .wui-dialog-icon .wui-dialog-icon-inner {
  display: block;
  width: 24px;
  height: 24px;
  fill: currentColor;
  overflow: hidden;
}
.wui-dialog-wrap .wui-dialog .wui-dialog-container .wui-dialog-icon .wui-dialog-icon-inner > i {
  font-size: 24px;
}
.wui-dialog-wrap .wui-dialog .wui-dialog-container .wui-dialog-title {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #333;
}
.wui-dialog-wrap .wui-dialog .wui-dialog-container .wui-dialog-content {
  display: block;
  font-size: 14px;
  line-height: 22px;
  margin-top: 8px;
  color: #999;
}
.wui-dialog-wrap .wui-dialog .wui-dialog-container .wui-dialog-action {
  display: block;
  font-size: 0;
  text-align: right;
  margin-top: 24px;
}
.wui-dialog-wrap .wui-dialog .wui-dialog-container .wui-dialog-action .wui-btn {
  margin-left: 8px;
}
.wui-dialog-wrap .wui-dialog.dialog-info .wui-dialog-container .wui-dialog-icon {
  color: #56b13d;
}
.wui-dialog-wrap .wui-dialog.dialog-success .wui-dialog-container .wui-dialog-icon {
  color: #26BB79;
}
.wui-dialog-wrap .wui-dialog.dialog-warning .wui-dialog-container .wui-dialog-icon {
  color: #F2914A;
}
.wui-dialog-wrap .wui-dialog.dialog-danger .wui-dialog-container .wui-dialog-icon {
  color: #FE5050;
}
.wui-dialog-wrap .wui-dialog.dialog-confirm .wui-dialog-container .wui-dialog-icon {
  color: #F2914A;
}
.wui-dialog-wrap.dialog-remove {
  -webkit-animation: fade-out 0.5s ease 0.5s both;
  animation: fade-out 0.5s ease 0.5s both;
}
.wui-dialog-wrap.dialog-remove .wui-dialog {
  -webkit-animation: dialog-out 0.5s ease 0.5s both;
  animation: dialog-out 0.5s ease 0.5s both;
}

.wui-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  background-image: none;
  outline: none;
  cursor: pointer;
  appearance: none;
  text-decoration: none;
  user-select: none;
  text-align: center;
  font-weight: 500;
  word-spacing: normal;
  white-space: nowrap;
  color: #333;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  height: 32px;
  line-height: 30px;
  padding: 0 16px;
  font-size: 14px;
}
.wui-btn:hover, .wui-btn:focus, .wui-btn:active {
  color: #333;
  border-color: whitesmoke;
  background-color: whitesmoke;
}
.wui-btn:disabled {
  color: #999;
  border-color: #e6e6e6;
  background-color: #fff;
  cursor: not-allowed;
}
.wui-btn > .active .icon-shopping-cart {
  color: #FE5050;
}
.wui-btn > .active .icon-shopping-cart:before {
  content: "\ee9d" !important;
}
.wui-btn > .active .icon-wish-list {
  color: #FE5050;
}
.wui-btn > .active .icon-wish-list:before {
  content: "\ef9b" !important;
}
.wui-btn .wui-btn-animate:hover:before {
  width: 30px;
  opacity: 1;
}
.wui-btn .wui-btn-animate:hover > i {
  -webkit-transform: translate(8px, 0);
  transform: translate(8px, 0);
}

.wui-btn-primary {
  color: #fff;
  border-color: #26BB79;
  background-color: #26BB79;
}
.wui-btn-primary > .wui-btn-animate:before {
  background-color: #26BB79;
}
.wui-btn-primary:hover, .wui-btn-primary:focus, .wui-btn-primary:active {
  color: #fff;
  border-color: #26BB79;
  background-color: #26BB79;
}
.wui-btn-primary:disabled {
  color: #fff;
  border-color: #26BB79;
  background-color: #26BB79;
}

.wui-btn-gray {
  color: #333;
  border-color: whitesmoke;
  background-color: whitesmoke;
}
.wui-btn-gray .wui-btn-animate:before {
  background-color: whitesmoke;
}
.wui-btn-gray:hover, .wui-btn-gray:focus, .wui-btn-gray:active {
  color: #fff;
  border-color: #acacac;
  background-color: #acacac;
}
.wui-btn-gray:disabled {
  color: #333;
  border-color: #d9d9d9;
  background-color: #d9d9d9;
}

.wui-btn-accents {
  color: #fff;
  border-color: #1890FF;
  background-color: #1890FF;
}
.wui-btn-accents > .wui-btn-animate:before {
  background-color: #1890FF;
}
.wui-btn-accents:hover, .wui-btn-accents:focus, .wui-btn-accents:active {
  color: #fff;
  border-color: #1a3e7d;
  background-color: #1a3e7d;
}
.wui-btn-accents:disabled {
  color: #fff;
  border-color: #56b13d;
  background-color: #56b13d;
}

.wui-btn-price {
  color: #fff;
  border-color: #F2914A;
  background-color: #F2914A;
}
.wui-btn-price .wui-btn-animate:before {
  background-color: #F2914A;
}
.wui-btn-price:hover, .wui-btn-price:focus, .wui-btn-price:active {
  color: #fff;
  border-color: #ce7b3f;
  background-color: #ce7b3f;
}
.wui-btn-price:disabled {
  color: #fff;
  border-color: #f4a265;
  background-color: #f4a265;
}

.wui-btn-block {
  display: block;
  width: 100%;
}

.wui-btn-dazzle .active {
  color: #fff;
  background-color: #26BB79;
  border-color: transparent;
  background-image: linear-gradient(45deg, #1890FF 0%, #26BB79 90%);
}

.wui-btn-loading > .icon-loading {
  display: none;
}
.wui-btn-loading > .loading > i:not(.icon-loading) {
  display: none;
}
.wui-btn-loading > .loading > .icon-loading {
  display: inline-block;
  -webkit-animation: btn-loading 0.6s linear infinite both;
  animation: btn-loading 0.6s linear infinite both;
}

.wui-btn-sm {
  height: 32px;
  line-height: 30px;
  border-radius: 16px;
  padding: 0 16px;
  font-size: 14px;
}
.wui-btn-sm .wui-btn-animate:hover:before {
  width: 30px;
  opacity: 1;
}
.wui-btn-sm .wui-btn-animate:hover > i {
  -webkit-transform: translate(8px, 0);
  transform: translate(8px, 0);
}

.wui-btn-md {
  height: 40px;
  line-height: 38px;
  border-radius: 20px;
  padding: 0 24px;
  font-size: 16px;
}
.wui-btn-md .wui-btn-animate:hover:before {
  width: 38px;
  opacity: 1;
}
.wui-btn-md .wui-btn-animate:hover > i {
  -webkit-transform: translate(13px, 0);
  transform: translate(13px, 0);
}

@media only screen and (min-width: 1200px) {
  .wui-btn .wui-btn-block\@S {
    display: block;
    width: 100%;
  }
  .wui-btn .wui-btn-sm\@S {
    height: 32px;
    line-height: 30px;
    border-radius: 16px;
    padding: 0 16px;
    font-size: 14px;
  }
  .wui-btn-animate
  .wui-btn .wui-btn-sm\@S:hover:before {
    width: 30px;
    opacity: 1;
  }
  .wui-btn-animate
  .wui-btn .wui-btn-sm\@S:hover > i {
    -webkit-transform: translate(8px, 0);
    transform: translate(8px, 0);
  }
  .wui-btn .wui-btn-md\@S {
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
    padding: 0 24px;
    font-size: 16px;
  }
  .wui-btn .wui-btn-md\@S .wui-btn-animate:hover:before {
    width: 38px;
    opacity: 1;
  }
  .wui-btn .wui-btn-md\@S .wui-btn-animate:hover > i {
    -webkit-transform: translate(13px, 0);
    transform: translate(13px, 0);
  }
}
@media only screen and (min-width: 1366px) {
  .wui-btn .wui-btn-block\@M {
    display: block;
    width: 100%;
  }
  .wui-btn .wui-btn-sm\@M {
    height: 32px;
    line-height: 30px;
    border-radius: 16px;
    padding: 0 16px;
    font-size: 14px;
  }
  .wui-btn .wui-btn-sm\@M .wui-btn-animate:hover :before {
    width: 30px;
    opacity: 1;
  }
  .wui-btn .wui-btn-sm\@M .wui-btn-animate:hover > i {
    -webkit-transform: translate(8px, 0);
    transform: translate(8px, 0);
  }
  .wui-btn .wui-btn-md\@M {
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
    padding: 0 24px;
    font-size: 16px;
  }
  .wui-btn .wui-btn-md\@M .wui-btn-animate:hover:before {
    width: 38px;
    opacity: 1;
  }
  .wui-btn .wui-btn-md\@M .wui-btn-animate:hover > i {
    -webkit-transform: translate(13px, 0);
    transform: translate(13px, 0);
  }
}
@media only screen and (min-width: 1600px) {
  .wui-btn .wui-btn-block\@L {
    display: block;
    width: 100%;
  }
  .wui-btn .wui-btn-sm\@L {
    height: 32px;
    line-height: 30px;
    border-radius: 16px;
    padding: 0 16px;
    font-size: 14px;
  }
  .wui-btn .wui-btn-sm\@L .wui-btn-animate:hover:before {
    width: 30px;
    opacity: 1;
  }
  .wui-btn .wui-btn-sm\@L .wui-btn-animate:hover > i {
    -webkit-transform: translate(8px, 0);
    transform: translate(8px, 0);
  }
  .wui-btn .wui-btn-md\@L {
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
    padding: 0 24px;
    font-size: 16px;
  }
  .wui-btn .wui-btn-md\@L .wui-btn-animate:hover:before {
    width: 38px;
    opacity: 1;
  }
  .wui-btn .wui-btn-md\@L .wui-btn-animate:hover > i {
    -webkit-transform: translate(13px, 0);
    transform: translate(13px, 0);
  }
}
/*!- lina-shopping-cart begin -*/
.lina-shopping-cart .shopping-cart-wrap {
  margin-bottom: 32px;
}
.lina-shopping-cart .shopping-cart-wrap .cart-card-action {
  display: block;
  -webkit-flex: none;
  flex: none;
}
.lina-shopping-cart .shopping-cart-wrap button {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-family: inherit;
  outline: none;
  border: 0;
  background-color: #fff;
  color: #333;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  height: 30px;
  padding: 0 10px;
  transition: background-color .5s;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.lina-shopping-cart .shopping-cart-wrap button:hover {
  background-color: #F2914A;
  color: #fff;
  border: 1px solid #F2914A;
}
.lina-shopping-cart .shopping-cart-wrap button:disabled, .lina-shopping-cart .shopping-cart-wrap button.disabled {
  cursor: not-allowed;
  background-color: #80b4db;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-tips {
  margin-bottom: 16px;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-hd {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: "center";
  align-items: center;
  padding: 8px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 10px;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-hd .cart-card-title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  -webkit-flex: auto;
  flex: auto;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-hd .cart-card-action {
  display: block;
  -webkit-flex: none;
  flex: none;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd {
  padding: 8px;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd.cart-card-near {
  padding: 0;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd .lina-inquiry .lina-inquiry-wrap {
  padding: 10px 0;
  background: transparent;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd .lina-inquiry .lina-inquiry-wrap .lina-inquiry-alert {
  padding: 5px 20px;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd .lina-inquiry .lina-inquiry-wrap .lina-inquiry-form ul li input[type="text"].error {
  border: 1px solid #FE5050;
  padding-top: 0;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd .lina-inquiry .lina-inquiry-wrap .lina-inquiry-form ul li .error {
  padding-top: 10px;
  display: block;
  color: #FE5050;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd .header-title h3 {
  font-size: 14px;
  color: #999;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-ft {
  border-top: 1px solid #d9d9d9;
  padding: 16px;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card + .cart-card {
  margin-top: 16px;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-table {
  table-layout: auto;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-table > thead > tr > th {
  font-size: 14px;
  line-height: 32px;
  text-align: left;
  padding: 8px 16px;
  font-weight: 500;
  color: #333;
  overflow-wrap: break-word;
  border-bottom: 1px solid #d9d9d9;
  background-color: #f2f7fb;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-table > tbody > tr > td {
  overflow-wrap: break-word;
  padding: 16px;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  color: #333;
  border-bottom: 1px solid #d9d9d9;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-table > tbody > tr:last-child > td {
  border: 0;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-table .cart-table-shrink {
  white-space: normal;
  min-width: 1px;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-table .cart-table-auto {
  width: 1px;
  word-break: keep-all;
  white-space: nowrap;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: "center";
  align-items: center;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-wrap .cart-item-cover {
  width: 60px;
  height: 60px;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-wrap .cart-item-cover .cover {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-wrap .cart-item-cover .cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  transition: transform .4s;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-wrap .cart-item-info {
  padding-left: 16px;
  line-height: 24px;
  color: #333;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-wrap .cart-item-info:hover {
  color: #F2914A;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-price {
  font-weight: 500;
  color: #FE5050;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-action {
  text-align: center;
  cursor: pointer;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-action .cart-action-delete {
  display: inline-block;
  vertical-align: middle;
  color: #333;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-action .cart-action-delete .wui-icon-20 > i {
  font-size: 20px;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-action .cart-action-delete:hover {
  color: #FE5050;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item:before, .lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item:after {
  display: table;
  content: "";
  width: 100%;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item:after {
  clear: both;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item .cart-cashier-label {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item .cart-cashier-value {
  display: block;
  float: right;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item.cart-cashier-accent {
  font-weight: 500;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item.cart-cashier-accent .cart-cashier-label {
  font-size: 16px;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item.cart-cashier-accent .cart-cashier-value {
  font-size: 20px;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-action {
  margin-top: 16px;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-action-list {
  font-size: 0;
  line-height: 1;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-action-list .cart-action-item {
  display: inline-block;
  vertical-align: middle;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-action-list .cart-action-item + .cart-action-item {
  margin-left: 16px;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item {
  padding: 8px;
  border-bottom: 1px solid #d9d9d9;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item:last-child {
  border: 0;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item .wui-radio {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 4px 0;
  line-height: 1;
  font-size: 0;
  user-select: none;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item .wui-radio .wui-radio-label {
  display: inline-block;
  vertical-align: middle;
  padding-left: 24px;
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  color: #333;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item .wui-radio .wui-radio-icon, .lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item .wui-radio .wui-radio-image {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  width: auto;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item .wui-payment {
  display: inline-block;
  width: 128px;
  height: 32px;
  background-size: 128px auto;
  background-repeat: no-repeat;
  background-position: 0 32px;
  background-image: url(../img/icon_payment.png);
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item .wui-payment.wui-payment-paypal {
  background-position: 0 0px;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item .wui-payment.wui-payment-visa {
  background-position: 0 -32px;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item .wui-payment.wui-payment-master-card {
  background-position: 0 -64px;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-empty {
  text-align: center;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-empty .lina-iconfont {
  font-size: 150px;
  color: #d9d9d9;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-empty .icon-check-line {
  color: #26BB79;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-empty .icon-error-warning-line {
  color: #F2914A;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-empty .shopping-cart-empty-title {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  margin: 30px 0 30px 0;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-empty .respond-success-title {
  font-size: 30px;
  line-height: 30px;
  color: #26BB79;
  margin: 30px 0 30px 0;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-empty .respond-success-title p {
  font-size: 18px;
  color: #999;
  margin-top: 10px;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-empty .respond-error-title {
  font-size: 30px;
  line-height: 30px;
  color: #F2914A;
  margin: 30px 0 30px 0;
}
.lina-shopping-cart .shopping-cart-wrap .shopping-cart-empty .respond-error-title p {
  font-size: 18px;
  color: #999;
  margin-top: 10px;
}
@media screen and (max-width: 1280px) {
  .lina-shopping-cart .shopping-cart-content .cart-table > tbody > tr > td {
    padding: 8px;
  }
}
@media screen and (max-width: 992px) {
  .lina-shopping-cart .shopping-cart-wrap {
    margin-bottom: 0;
  }
  .lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd.cart-card-near {
    padding: 0;
  }
  .lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd .lina-inquiry .lina-inquiry-wrap .lina-inquiry-form ul li {
    padding: 16px 0 0 16px;
  }
  .lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-ft {
    padding: 16px;
  }
  .lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card + .cart-card {
    margin-top: 24px;
  }
  .lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-table > thead > tr > th {
    padding: 8px;
  }
  .lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-table > tbody > tr > td {
    padding: 8px;
  }
  .lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: "center";
    align-items: center;
  }
  .lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-wrap .cart-item-cover {
    -webkit-flex: none;
    flex: none;
    width: 48px;
    height: 48px;
  }
  .lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-wrap .cart-item-info {
    display: none;
  }
  .lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier {
    position: sticky;
    top: 120px;
  }
  .lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item .cart-cashier-label {
    font-size: 18px;
    line-height: 32px;
  }
  .lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item .cart-cashier-value {
    font-size: 20px;
    line-height: 32px;
    color: red;
  }
  .lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item.cart-cashier-accent .cart-cashier-label {
    font-size: 18px;
  }
  .lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item.cart-cashier-accent .cart-cashier-value {
    font-size: 24px;
  }
  .lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-action-list .cart-action-item + .cart-action-item {
    margin-left: 24px;
  }
  .lina-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item {
    padding: 16px;
  }
  .lina-shopping-cart .shopping-cart-wrap .shopping-cart-empty .icon-error-warning-line {
    font-size: 60px;
  }
  .lina-shopping-cart .shopping-cart-wrap .shopping-cart-empty .lina-iconfont {
    font-size: 100px;
  }
  .lina-shopping-cart .shopping-cart-wrap .shopping-cart-empty .shopping-cart-empty-title {
    font-size: 18px;
    color: #999;
  }
}

/*!- lina-shopping-cart end -*/
/*!- w104-inner-backing begin -*/
.lina-inner-backing .lina-inner-backing-wrap {
  position: relative;
  width: 100%;
}
.lina-inner-backing .lina-inner-backing-wrap > img {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 12.5%;
}
.lina-inner-backing .lina-inner-backing-wrap > img.loaded {
  width: 100%;
  height: auto;
  padding-right: 0;
  padding-bottom: 0;
}
.lina-inner-backing .lina-inner-backing-wrap h2 {
  font-size: 60px;
  color: #fff;
  position: absolute;
  top: 40%;
  left: 14%;
}
@media screen and (max-width: 1280px) {
  .lina-inner-backing .lina-inner-backing-wrap h2 {
    font-size: 50px;
    top: 30%;
  }
}
@media screen and (max-width: 992px) {
  .lina-inner-backing .lina-inner-backing-wrap h2 {
    font-size: 30px;
    top: 25%;
  }
}

/*!- w104-inner-backing end -*/
/*!- lina-history begin -*/
.lina-history .lina-history-content {
  padding: 32px 0;
}
.lina-history .history-title {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  color: #56b13d;
  margin-bottom: 30px;
}
.lina-history .history-title h3 {
  font-weight: normal;
}
.lina-history .lina-history-item {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 80%;
}
@media screen and (max-width: 1280px) {
  .lina-history .lina-history-content {
    padding: 24px;
  }
}
@media screen and (max-width: 992px) {
  .lina-history .lina-history-content {
    padding: 16px 0;
  }
}
.lina-history .lina-time-axis-item {
  position: relative;
  width: 100%;
  height: 208px;
  text-align: center;
}
.lina-history .lina-time-axis-title {
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 50%;
  width: 100%;
  max-height: 50%;
  font-size: 60px;
  line-height: 24px;
  padding: 16px 16px 64px;
  color: transparent;
  -webkit-text-stroke: 1px #56b13d;
}
.lina-history .lina-time-axis-title:before {
  display: block;
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #56b13d;
}
.lina-history .lina-time-axis-title:after {
  display: block;
  content: '';
  position: absolute;
  width: 2px;
  height: 24px;
  background-color: #56b13d;
  bottom: 10px;
  left: 50%;
  margin-left: -1px;
  border-radius: 1px;
}
.lina-history .lina-time-axis-desc {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 100%;
  max-height: 50%;
  font-size: 18px;
  line-height: 24px;
  padding: 16px;
  color: #333;
  border-top: 2px solid #ddd;
}
.lina-history .lina-time-axis-desc > span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 3;
  text-align: left;
}
.lina-history .swiper-slide:nth-child(even) .lina-time-axis-title {
  bottom: auto;
  top: 50%;
  padding: 64px 16px 16px;
  border-top: 2px solid #ddd;
}
.lina-history .swiper-slide:nth-child(even) .lina-time-axis-title:before {
  bottom: auto;
  top: -3px;
}
.lina-history .swiper-slide:nth-child(even) .lina-time-axis-title:after {
  bottom: auto;
  top: 10px;
}
.lina-history .swiper-slide:nth-child(even) .lina-time-axis-desc {
  top: auto;
  bottom: 50%;
  border-top: 0;
}
.lina-history .swiper-button-prev {
  left: -14px;
  background-color: transparent !important;
  color: #56b13d;
  opacity: 1;
  outline: none;
}
.lina-history .swiper-button-prev:hover {
  color: #56b13d;
}
.lina-history .swiper-button-next {
  right: -14px;
  background-color: transparent !important;
  color: #56b13d;
  opacity: 1;
  outline: none;
}
.lina-history .swiper-button-next:hover {
  color: #56b13d;
}
@media screen and (max-width: 1280px) {
  .lina-history .lina-time-axis-wrap {
    padding: 32px 0;
  }
}
@media screen and (max-width: 992px) {
  .lina-history .lina-time-axis-wrap {
    padding: 24px 0;
  }
}

/*!- lina-history end -*/
