* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

@font-face {
  font-family: 'lora';
  src: url(../font/Lora-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  font-size: 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'lora';
  font-size: 1rem;
  color: rgba(0, 0, 0, .8);
  -webkit-font-smoothing: antialiased;
  line-height: 1.42857143;
  background-color: #fff;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background-color: #141414;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
  display: none !important;
}

.mobile-header {
  position: relative;
  height: 50px;
  background: #fff;
  -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .03), 0 1px 0 0 rgba(0, 0, 0, .04), 0 -1px 0 0 rgba(0, 0, 0, .04);
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .03), 0 1px 0 0 rgba(0, 0, 0, .04), 0 -1px 0 0 rgba(0, 0, 0, .04);
}

@media (min-width: 768px) {
  .mobile-header {
      height: 60px;
  }
}

.mobile-header {
  background-color: #141414;
}

.navigation-bar {
  height: 100px;
  padding: 0 0 0 40px;
}

.navigation-bar__inner{
  position: relative;
  display: flex;
  align-items: center;
}

.site-header .navigation-bar__inner {
  -ms-flex-wrap: initial;
  flex-wrap: initial;
  border-bottom: 0;
}

.navigation-bar:not(.navigation-bar--fullwidth):not(.navigation-bar--inverse) .navigation-bar__inner {
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .05);
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.align-item-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-bar__section {
  min-width: 0;
  padding-left: 8px;
  padding-right: 8px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.navigation-bar__section:first-child {
  padding-left: 0;
}

a {
  color: inherit;
  outline: 0!important;
  text-decoration: none
}

a:hover,a:focus,a:active {
  color: #fc3c2d;
}
:root {
    --primary--color: #fc3c2d;
    --title: #2a2727;
    --text: #777;
    --clr-common-color-red: #128db8;
    --theme-light-background: #f8f6f1;
    --theme-bg-light: #F6F6F6;
    --black--color: #2a2727;
    --theme-color2: #2a2727;
    --secondary--color: #fff;
    --navy-color: #2a2727;
    --bg: #FCF7F4;
    --border: #f2f2f2;
    --text-font:'Archivo', sans-serif;
    --theme-light-background: #f8f6f1;
}
nav[aria-label="breadcrumb"] {
    margin-bottom: 20px;
}

nav ol.breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ol.breadcrumb li {
    display: inline;
    word-break: break-all;
}
.navigation-bar-btn {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  height: 60px;
  padding: 0 10px;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  vertical-align: top;
}

.btn-menu-bar-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navigation-bar-btn {
  height: 100px;
  padding: 0 20px 0 0;
  color: #fff !important;
}

.navigation-bar-btn:not(:last-child) {
  margin-right: 25px;
  padding-right: 0;
}

svg:not(:root) {
  overflow: hidden;
}

.navigation-bar .header-logo {
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 1200px) {
  .navigation-bar .header-logo {
      padding-right: 20px;
  }
}

.header-logo a {
  text-decoration: none !important;
  font-size: 40px;
  color: #fff;
  font-weight: 700;
}

.navigation-bar .header-logo a {
  display: block;
}

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

.navigation-bar__section {
  min-width: 0;
  padding-left: 8px;
  padding-right: 8px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.navigation-bar__section:last-child {
  padding-right: 0;
}

.site-header .navigation-bar__section:nth-child(3) {
  padding-left: 0;
  position: relative;
}

.navigation-menu-section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 40px;
}

.navigation--main {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 0;
}

.navigation, .menu, .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navigation--main>li {
  font-size: 14px;
  font-size: 1rem;
  white-space: normal;
  text-align: left;
}

.navigation--inline>li {
  display: inline-block;
}

.navigation--main>li>a {
  display: inline-block;
  height: 60px;
  padding: 0 10px;
  font-size: 13px;
  font-size: .92857rem;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
}

.navigation--main>li>a {
  position: relative;
  color: rgba(0, 0, 0, .8);
  -webkit-transition: all .2s ease-out .05s;
  -o-transition: all .2s ease-out .05s;
  transition: all .2s ease-out .05s;
}

.navigation--main>li>a {
  height: 100px;
  line-height: 100px;
  padding: 0 30px;
  font-size: 16px;
  color: #fff;
}

.navigation--main>li>a:before {
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fc3c2d;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.navigation--main>li>a:before {
  background-color: #fff;
}

.navigation--main>li:hover>a:before, .navigation--main>li.current-menu-item>a:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.site-header .navigation-bar__section:nth-child(3):before {
  content: '';
  width: 1px;
  height: 25px;
  background-color: #222;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block !important;
}

button,input,optgroup,select,textarea {
  margin: 0;
  font: inherit;
  color: inherit
}

button {
  overflow: visible
}

button,select {
  text-transform: none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
  padding: 0;
  border: 0
}

button {
  outline: 0 !important;
  cursor: pointer;
}

.nav-btn-square {
  width: 100px;
  height: 100px;
}

.navigation-bar-btn:last-child {
  padding-right: 0;
}

.navigation-bar-btn span, .navigation-bar-btn i {
  line-height: 60px;
  vertical-align: middle;
}

.navigation-bar-btn i {
  line-height: 100px;
  font-size: 25px;
}

.header-search-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fafafa;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.header-search-dropdown.is-active {
  display: block;
  -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .03), 0 1px 0 0 rgba(0, 0, 0, .04), 0 -1px 0 0 rgba(0, 0, 0, .04);
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .03), 0 1px 0 0 rgba(0, 0, 0, .04), 0 -1px 0 0 rgba(0, 0, 0, .04);
  opacity: 1;
  visibility: visible;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.container--narrow {
  max-width: 970px
}

@media (min-width: 768px) {
  .container {
      width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
      width: 970px;
  }
}
@media(min-width: 960px){
.inner-box{
                max-width: 64.5%;
         margin: 0 auto 60px;
        padding: 0 15px;
    }
    .single .nv-meta-list {
        --avatarsize: 20px;
    }
    .nv-is-boxed.comment-respond {
        --padding: 40px;
    }
        .single:not(.single-product), .page {
        --c-vspace: 0 0 0 0;
    }
        .nv-is-boxed.comment-respond {
        --padding: 40px;
    }
}
@media (min-width: 1200px) {
  .container {
      width: 1200px;
  }
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " ";
}

.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both;
}

.search-form--horizontal {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.search-form--horizontal .search-form__input-wrap {
  -webkit-box-flex: 1;
  box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, textarea.form-control, select, select.form-control {
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 3px;
  color: rgba(0, 0, 0, .8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.header-search-dropdown .search-form__input {
  padding: 18px 8px;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  font-size: 1.14286rem;
}

@media (min-width: 768px) {
  .header-search-dropdown .search-form__input {
      font-size: 26px;
      font-size: 1.85714rem;
  }
}

.search-form--horizontal .search-form__submit-wrap {
  -webkit-box-flex: 0;
  box-flex: 0;
  -moz-flex: 0;
  -ms-flex: 0;
  flex: 0;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.header-search-dropdown .search-form__submit {
  text-transform: uppercase;
}

.header-search-dropdown .search-form__submit {
  background-color: #d12b00;
}

.site-content {
  padding-top: 20px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .site-content {
      padding-top: 60px;
      padding-bottom: 60px;
  }
}

.site-content {
  padding-top: 0 !important;
}

.atbs-block {
  position: relative;
  margin-bottom: 75px;
}

@media (min-width: 1200px) {
  .atbs-block--fullwidth {
      margin-bottom: 80px;
  }
}

.atbs-block:last-child {
  margin-bottom: 0;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.atbs-main-col {
  width: 100%;
  min-height: 1px;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .atbs-main-col {
      width: 680px;
  }
}

@media (min-width: 1200px) {
  .atbs-main-col {
      width: 900px;
      padding-right: 35px;
  }
}

.block-heading {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  width: 100%;
  position: relative;
  margin-bottom: 1.4rem;
  font-size: 1rem;
  line-height: 1.2;
}

.block-heading {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .block-heading_style-1.block-heading_style-1-small {
      margin-bottom: 40px;
  }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.block-heading_style-1 .block-heading__title {
  font-size: 4.2857rem;
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 800;
  width: 100%;
  position: relative;
  color: #c7c7c7;
  text-transform: capitalize;
  padding-bottom: 13px;
}

.block-heading_style-1.block-heading-no-line .block-heading__title {
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .block-heading_style-1.block-heading_style-1-small .block-heading__title {
      font-size: 2.8571rem;
  }
}

.first-word {
  color: #d12b00;
}

.block-heading_style-1 .block-heading__title .first-word {
  color: #d12b00;
  padding-right: 10px;
}

.flex-space-50 {
  margin: -25px;
}

.flex-box-1i>* {
  width: 100%;
}

.flex-space-50>* {
  padding: 25px;
}

.post {
  position: relative;
}

@media (min-width: 768px) {
  .post--horizontal-middle {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      box-align: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: justify;
      box-pack: justify;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
  }
}

.post--horizontal-background {
  padding: 30px 30px 30px 0;
}

.post__thumb, .entry-thumb {
  position: relative;
}

.post--horizontal .post__thumb {
  width: 100%;
  margin: 0 0 15px 0;
}

@media (min-width: 768px) {
  .post--horizontal .post__thumb {
      width: calc(50% - 15px);
      float: left;
      margin: 0 20px 0 0;
  }
}

@media (min-width: 992px) {
  .post--horizontal .post__thumb {
      margin: 0 30px 0 0;
  }
}

@media (min-width: 768px) {
  .post--horizontal-middle .post__thumb {
      -webkit-box-flex: 0;
      box-flex: 0;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  }
}

.post--horizontal-background .post__thumb {
  width: 48.1707317073%;
  height: 0;
  padding-bottom: 40%;
  margin-right: 35px;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

.post__thumb img, .entry-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.object-fit a:not(.post__cat), .object-fit a:not(.post__cat) img {
  width: 100%;
  height: 100%;
}

.post__thumb a:not(.post__live), .entry-thumb a:not(.post__live) {
  display: block;
}

.post--horizontal-background .post__thumb a:not(.post__cat):not(.post-author__avatar) {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.object-fit a:not(.post__cat) img {
  -o-object-fit: cover;
  object-fit: cover;
}

.inverse-text {
  position: relative;
  color: #fff;
}

.post--horizontal .post__text {
  overflow: hidden;
}

@media (min-width: 768px) {
  .post--horizontal-middle .post__text {
      -webkit-box-flex: 1;
      box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
  }
}

.post--horizontal-background .post__text {
  padding: 30px;
}

.post__cat, a.post__cat, .entry-cat, a.entry-cat {
  display: inline-block;
  font-size: 1.1428rem;
  font-weight: 400;
  line-height: 1.4;
  margin-right: 8px;
  text-decoration: underline;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #222;
}

a.post__cat {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .06em;
  margin-right: 5px;
  text-decoration: none;
  line-height: 1;
}

.inverse-text a.post__cat {
  color: #fff;
}

.post--horizontal-background:before {
  content: '';
  height: 100%;
  background-color: #222;
  position: absolute;
  right: 0;
  left: 55px;
  top: 0;
}

@media (min-width: 992px) {
  .post--horizontal-background:before {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
  }
}

@media (min-width: 992px) {
  .post--horizontal-background:hover:before {
      background-color: #d12b00;
      border-color: #d12b00;
  }
}

.post__title, .entry-title {
  margin: .25em 0 .4em;
  text-transform: uppercase;
}

.f-22 {
  font-size: 1.5714rem;
  line-height: 1.4;
}

.f-w-600 {
  font-weight: 600;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-t-10 {
  margin-top: 10px;
}

.post__title, .entry-title {
  text-transform: capitalize;
  color: #222;
}

.inverse-text .category__title a, .inverse-text .post__title, .inverse-text .post__title a, .inverse-text .entry-title, .inverse-text .entry-title a, .inverse-text .entry-author a.entry-author__name, .inverse-text .entry-author time.time, .inverse-text time.time, .inverse-text .category__readmore a, .inverse-text .view__count {
  color: #fff;
}

.post__excerpt, .entry-excerpt, .entry-teaser {
  max-width: 380px;
  margin-top: .6em;
  margin-bottom: .6em;
  font-size: 1.1428rem;
  line-height: 1.7;
  color: #222;
  opacity: .8;
}

.f-16 {
  font-size: 1.1428rem;
  line-height: 1.5;
}

.f-w-400 {
  font-weight: 400;
}

.inverse-text .category__excerpt, .inverse-text .post__excerpt, .overlay-content .entry-excerpt, .inverse-text .entry-excerpt, .inverse-text .entry-teaser {
  color: rgba(255, 255, 255, .8);
}

.post--horizontal-background .post__excerpt {
  margin-bottom: 20px;
}

.blog-pagination {
  display: inline;
  padding: 0 0 15px;
  text-align: center;
}

ol, ul {
  list-style: none;
}

.pagination-nav li {
  display: inline-block;
}

.pagination-nav li a {
  border-radius: 50%;
  color: #d12b00;
  border: 1px solid #d12b00;
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.pagination-nav li.active a, .pagination-nav li a:hover, .pagination-nav li a:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
  background-color: #d12b00;
  border-color: #d12b00;
}

.atbs-sub-col {
  width: 100%;
  float: left;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .atbs-sub-col {
      padding-top: 0;
      width: 290px;
  }
}

@media (min-width: 1200px) {
  .atbs-sub-col {
      width: 300px;
  }
}

.widget {
  margin-bottom: 55px;
}

.widget__title {
  margin-bottom: 30px;
}

.widget__title-text {
  margin: 0;
  font-size: 1.5714rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.widget__title-text {
  font-weight: 700;
  color: #c7c7c7;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  .widget__title-text {
      font-size: 1.7142rem;
  }
}

.flex-space-30 {
  margin: -15px;
}

.flex-space-30>* {
  padding: 15px;
}

.f-18 {
  font-size: 1.2857rem;
  line-height: 1.5;
}

.f-w-500 {
  font-weight: 500;
}

.m-b-5 {
  margin-bottom: 5px;
}

.post__title:first-child, .entry-title:first-child {
  margin-top: 0;
}

.text-center .post__title, .text-center .entry-title {
  margin-left: auto;
  margin-right: auto;
}

.post__title a, .post__title a:hover, .post__title a:focus, .post__title a:active, .entry-title a, .entry-title a:hover, .entry-title a:focus, .entry-title a:active {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

.site-wrapper {
  overflow: hidden;
  background-color: #fafbfc;
}


.positionFixed {
  bottom: 0px;
  left: 50%;
  position: fixed;
  transform: translate(-50%, 0%);
  z-index: 999;
  width: 100%;
  background-color: #e4e4e4;
  display: flex;
  justify-content: center;
}

.ad-div {
  margin-bottom: 50px;
  width: 100%
}

.t_de {
  height: 0.2rem;
  max-width: 100%;
  line-height: 0.3rem;
  font-size: 0.6rem;
  padding: 0.5rem 0 1rem 0;
  box-sizing: border-box;
  color: #707070;
  text-align: center;
}

.grecaptcha-badge {
  visibility: hidden;
}

.site-footer {
  --color-white-footer: #222;
  --color-border: rgba(0, 0, 0, .1);
  --background-dark-mode: transparent;
  --background-dark-mode-aside: #353535;
}

.site-footer.footer-1 {
  margin-top: 100px;
  padding: 24px 0 24px 0;
  background-color: #222;
}

.site-footer.footer-1 .site-footer__section-inner {
  padding: 0 40px;
}

@media (min-width: 768px) {
  .site-footer.footer-1 .site-footer__section-inner .section-row:nth-child(1) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }
}

.text-left {
  text-align: left;
}

@media (min-width: 768px) {
  .site-footer.footer-1 .site-footer__section-inner .section-row:nth-child(1) > *:nth-child(1), .site-footer.footer-1 .site-footer__section-inner .section-row:nth-child(1) > *:nth-child(3) {
      width: 25%;
  }
}

.site-footer .site-logo a {
  display: block;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}

@media (min-width: 768px) {
  .site-footer.footer-1 .site-footer__section-inner .section-row:nth-child(1) > *:nth-child(2) {
      width: 50%;
  }
}

.footer-menu .navigation--inline {
  margin: -3px -30px;
}

.footer-menu .navigation--inline>li {
  padding: 3px 30px;
}

.site-footer .navigation li a {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  letter-spacing: .04em;
}

.text-right {
  text-align: right;
}

.social-list {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 1rem;
  list-style: none;
}

@media (min-width: 768px) {
  .social-list {
      font-size: 16px;
      font-size: 1.14286rem;
  }
}

.site-footer .social-list:not(.author-social-list) {
  margin: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}

.list-horizontal>li {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
}

.site-footer .social-list:not(.author-social-list)>li {
  padding: 4px;
}

.social-list>li>a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 0 .4em;
  color: rgba(0, 0, 0, .8);
  line-height: 20px;
  -webkit-transition: all .15s ease-out 0s;
  -o-transition: all .15s ease-out 0s;
  transition: all .15s ease-out 0s;
}

.social-list>li>a {
  color: #222;
  opacity: .5;
}

.social-list>li>a:hover {
  color: #222;
  opacity: 1;
}

.site-footer .social-list:not(.author-social-list)>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  opacity: .5;
}

.site-footer .social-list:not(.author-social-list)>li>a:hover {
  opacity: 1;
}

.atbs-offcanvas {
  max-width: 100%;
  width: 320px;
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  margin: 0;
  overflow: hidden;
  overflow-y: auto;
  background: #fff;
  z-index: 1039;
  -webkit-transform: translate(-101%, 0);
  -ms-transform: translate(-101%, 0);
  transform: translate(-101%, 0);
  -webkit-transition: all .2s cubic-bezier(.23,1,.32,1) .1s;
  -o-transition: all .2s cubic-bezier(.23, 1, .32, 1) .1s;
  transition: all .2s cubic-bezier(.23,1,.32,1) .1s;
}

@media (min-width: 768px) {
  .atbs-offcanvas {
      width: 360px;
  }
}

.atbs-offcanvas.is-active {
  -webkit-box-shadow: 0 1px 10px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 1px 10px 10px rgba(0, 0, 0, .1);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.atbs-offcanvas__title {
  position: relative;
  padding: 20px 50px 20px 20px;
  font-size: 14px;
}

.site-logo a{
  font-size: 80px;
  color: #141414;
  font-weight: 700;
}

.atbs-offcanvas__title .social-list {
  margin-top: 10px;
  font-size: 16px;
  color: rgba(0, 0, 0, .4);
}

.atbs-offcanvas-close {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: auto;
  left: auto;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 100%;
  background: transparent;
  color: rgba(0, 0, 0, .4) !important;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  text-decoration: none !important;
  overflow: hidden;
  cursor: pointer;
}

.atbs-offcanvas__section {
  padding: 20px;
}

.atbs-offcanvas__section:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, .05);
}

.navigation--offcanvas {
  margin: 0 -20px;
}

.navigation--offcanvas li {
  color: rgba(0, 0, 0, .6);
}

.navigation--offcanvas li>a {
  color: inherit;
  text-decoration: none;
  display: block;
  position: relative;
  padding: 5px 7px;
  background: transparent;
  color: rgba(0, 0, 0, .6);
  text-transform: capitalize;
}

.navigation--offcanvas>li>a {
  padding: 8px 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.navigation--offcanvas>li>a {
  font-size: 16px;
  font-weight: 600;
}

.navigation--offcanvas li>a:hover {
  background: rgba(0, 0, 0, .02);
}

.mobile-header__inner {
  padding: 0 15px;
}

.mobile-header__inner--flex {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
}

.header-branding--mobile {
  min-width: 0;
}

.mobile-header__section {
  padding-right: 20px;
  white-space: nowrap;
}

.header-logo--mobile a{
  font-size: 30px;
  line-height: 50px;
}

.mobile-header__section:last-child {
  padding-right: 0;
}

.mobile-header-btn {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  height: 50px;
  padding: 0 4px;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(0, 0, 0, .8);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  vertical-align: middle;
}

.mobile-header-btn i {
  font-size: 26px;
  line-height: 50px;
}

.inverse-text .mobile-header-btn i {
  color: #fff;
}

.single-presentation{
  font-size: 1.2857rem;
  line-height: 1.77777777778;
  font-weight: 400;
  color: rgba(34, 34, 34, .8);
}

p {
  margin: 0 0 1em;
}

.comment-respond {
  margin: 20px 0;
}

@media (min-width: 768px) {
  .comment-respond {
      margin: 40px 0 20px;
  }
}

.comment-reply-title {
  margin-top: 0;
  margin-bottom: 1em;
  color: rgba(0, 0, 0, .8);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 15px;
}

.comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.comment-form>* {
  z-index: 1;
}

.comment-notes {
  padding: 0 15px;
  margin-bottom: 30px;
}

.comment-respond .comment-form .comment-notes {
  width: 100%;
  font-size: 15px;
  opacity: .8;
}

.comment-form-comment {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 1rem;
}

[class*="comment-form-"] label {
  display: none;
}

.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form input[type="password"], .comment-form input[type="search"], .comment-form input[type="tel"], .comment-form input[type="number"], .comment-form textarea {
  display: block;
}

.comment-form-comment textarea {
  max-width: 790px;
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.6;
}

.comment-form-comment textarea, .comment-form .form-control-custom, .wpcf7-form textarea {
  width: 100%;
  max-width: 100%;
  padding: 20px;
  border: 1px solid #ebebf7;
  border-radius: 4px;
  background: transparent;
  color: #282835;
  -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .25s ease-in-out;
  transition: border-color .25s ease-in-out, -webkit-box-shadow .25s ease-in-out;
  -o-transition: border-color .25s ease-in-out, box-shadow .25s ease-in-out;
  transition: border-color .25s ease-in-out, box-shadow .25s ease-in-out;
  transition: border-color .25s ease-in-out, box-shadow .25s ease-in-out, -webkit-box-shadow .25s ease-in-out;
  margin-bottom: 25px;
  -webkit-box-shadow: none;
  box-shadow: none;
}


.comment-form-author, .comment-form-email {
  width: 50%;
  max-width: 100%;
  padding: 0 15px;
}

.comment-form-author, .comment-form-email {
  margin-bottom: 35px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus, textarea.form-control:focus, select:focus, select.form-control:focus {
  border: 1px solid rgba(0, 0, 0, .2);
}

.comment-form-comment .form-control-custom:focus, .comment-form-author .form-control-custom:focus, .comment-form-email .form-control-custom:focus {
  outline: 0;
  border-color: #ddd1fe;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 21, 46, .1);
  box-shadow: 0 10px 20px 0 rgba(0, 21, 46, .1);
}

.form-submit {
  width: 100%;
  padding: 0 15px;
}

.form-submit {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.comment-form .form-submit {
  clear: both;
  padding-top: 10px;
}

.comment-form .form-submit input[type="submit"] {
  background-color: #d12b00;
  color: #fff;
  padding: 14px 30px;
  border-radius: 0;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .5px;
  line-height: 1;
}

.flex-box-2i>* {
  width: 50%;
}

.flex-space-50>* {
  padding: 25px;
}

.module-contact .contact-heading {
  margin-bottom: 40px;
}

.module-contact .contact-heading h1 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 0;
}

.module-contact .contact-heading .contact-description {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: rgba(0, 0, 0, .6);
}


.module-contact input[type="text"], .module-contact input[type="email"], .module-contact input[type="url"], .module-contact input[type="password"], .module-contact input[type="search"], .module-contact input[type="tel"], .module-contact input[type="number"], .module-contact textarea, .module-contact textarea.form-control, .module-contact select, .module-contact select.form-control, .module-contact input[type="text"]:focus, .module-contact input[type="email"]:focus, .module-contact input[type="url"]:focus, .module-contact input[type="password"]:focus, .module-contact input[type="search"]:focus, .module-contact input[type="tel"]:focus, .module-contact input[type="number"]:focus {
  padding: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.module-contact .contactform-submit {
  margin-top: 40px;
  background-color: #d12b00;
  color: #fff;
  padding: 14px 30px;
  border-radius: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .5px;
}

@media (max-width: 1366px) {
  .navigation-bar {
      padding: 0 15px;
  }

  .post--horizontal-background .post__thumb {
    height: 250px;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .post--horizontal-background .post__text {
    min-height: 175px;
    background: #222;
  }

  .post--horizontal-background .post__title {
    margin-bottom: 12px;
  }

  .post--horizontal-background:before{
    display: none;
  }

  .inverse-text a.post__cat{
    padding: 8px 15px;
    background: #d12b00;
    border-radius: 3px;
  }
}

@media (max-width: 1230px) {
  .navigation-bar {
      padding: 0 15px;
  }
}

@media (max-width: 1199px) {
  .block-heading {
      margin-bottom: 45px;
  }

  .block-heading_style-1 .block-heading__title {
    font-size: 3.2857rem;
  }

  .post--horizontal-background .post__thumb {
    height: 230px;
  }

  .site-footer.footer-1 {
    margin-top: 90px;
    padding: 50px 0 50px 0;
  }

}

@media (max-width: 991px) {
  .atbs-block {
      margin-bottom: 60px;
  }


  .site-footer.footer-1 {
    margin-top: 50px;
    padding: 40px 0 40px 0;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
      display: none !important;
  }

  .visible-xs {
    display: block !important;
  }

  .atbs-block {
    margin-bottom: 50px;
  }

  .block-heading {
    margin-bottom: 35px;
  }

  .block-heading_style-1 .block-heading__title {
    font-size: 2.2857142857142856rem;
    line-height: 1.3;
  }

  .posts-list .list-item{
    padding: 15px 25px;
  }

  .post--horizontal-background{
    padding: 0;
  }

  .site-footer.footer-1 {
    padding: 40px 0 40px 0;
  }

  .site-footer.footer-1 .site-footer__section-inner {
    padding: 0 15px;
  }

  .site-footer.footer-1 .site-footer__section-inner .section-row:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-footer.footer-1 .site-footer__section-inner .section-row>* {
  width: 100%;
  text-align: center;
}

.site-footer.footer-1 .site-footer__section-inner .section-row > *:not(:last-child) {
  border-bottom: 1px dashed rgba(255, 255, 255, .3);
  padding: 0 0 25px 0;
  margin-bottom: 30px;
}

.site-footer .site-logo a {
  text-align: center;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.site-footer .social-list:not(.author-social-list) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2px;
}

.module-contact .section-main, .module-contact .section-sub {
  width: 100%;
}
  
}

@media (max-width: 575px) {
  .block-heading_style-1 .block-heading__title {
      font-size: 2.2rem;
      line-height: 1.3;
  }
}

@media (max-width: 480px) {
  .block-heading_style-1 .block-heading__title {
      font-size: 2rem;
      line-height: 1.3;
  }
}

/* tab */
.blog-details__image {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: none;
  transition: none;
}

.blog-details__image img {
  width: 100%;
  height: auto;
  border-radius: 0;
}
.detail-image-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-image-slider .slider-item {
    display: none;
  /* position: absolute;
  left: 0; top: 0; width: 100%; height: 100%;
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center; */
}
.detail-image-slider .slider-item.active {
  opacity: 1;
  z-index: 2;
  display: block;
}
.detail-image-slider img {
  max-width: 100%;
  border-radius: 0px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  max-width: 510px;
}
.blog-details-arrow{
    overflow: hidden;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 16px auto;
}
.slider-arrow {
    display: flex;
    align-items: center;
    border: none;
    border-radius: 50%;
    line-height: 20px;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s;
}
.arrowBtn{
    color: var(--primary--color);
    font-size: 16px;
     font-weight: bold;
         margin: 0 4px;
}
.slider-arrow svg{
      width: 80px;
  height: auto;
    color: var(--primary--color);
    fill: var(--primary--color);
}
.slider-arrow-left { left: 16px; }
.slider-arrow-right { right: 16px; }
.slider-arrow-left-top,.slider-arrow-right-bottom{
    top: 94%;
    
}
.slider-dots {
  position: absolute;
  left: 0; right: 0; bottom: 20%;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 20;
}
.slider-dots span {
  display: inline-block;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: #bfc6d1;
  opacity: 0.5;
  cursor: pointer;
  transition: background 0.2s, opacity 0.2s;
}
.slider-dots span.active {
  background: #163c6b;
  opacity: 1;
}
.total{
    line-height: 80px;
}
.total-top{
    top: -2%;
}
.total-top em,.total-bottom em{
    font-style: normal;
}
.total-bottom{
    bottom: -2%;
}
/* tab */
.news-block-thumbnail .blog-details-arrow{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 10;
}
.news-block-thumbnail .slider-arrow {
    display: flex;
    align-items: center;
    /* background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8)); */
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    justify-content: center;
    color: var(--primary--color);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    pointer-events: auto;
    /* box-shadow: 0 8px 25px rgb(0 0 0 / 14%), 0 4px 10px rgb(0 0 0 / 22%); */
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    opacity: 0.3;
}
.news-block-thumbnail .slider-arrow:hover{
    opacity: 1;
}
.news-block-thumbnail .slider-arrow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, var(--primary--color), #0d7bb8);
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 50%;
}

.news-block-thumbnail .slider-arrow:hover::before {
    opacity: 1;
}

.news-block-thumbnail .slider-arrow:hover svg {
    color: white;
}
.news-block-thumbnail .arrowBtn{
    display: none;
}
.news-block-thumbnail .slider-arrow svg{
    fill: currentColor;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}
.news-block-thumbnail .slider-arrow-left { 
    left: 20px;
    /* background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(240, 248, 255, 0.8)); */
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.news-block-thumbnail .slider-arrow-left::before {
    background: linear-gradient(135deg, var(--primary--color), var(--primary--color));
}

.news-block-thumbnail .slider-arrow-left:hover {
    background: linear-gradient(135deg, var(--primary--color), var(--primary--color));
    color: white;
}

.news-block-thumbnail .slider-arrow-right { 
    right: 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(248, 255, 240, 0.8));
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.news-block-thumbnail .slider-arrow-right::before {
    background: linear-gradient(135deg, var(--primary--color), var(--primary--color));
    color: white;
}

.news-block-thumbnail .slider-arrow-right:hover {
    /* background: linear-gradient(135deg, #4ecdc4, #44a08d); */
    color: white;
}
.news-block-thumbnail .slider-arrow-left-top,.news-block-thumbnail .slider-arrow-right-bottom{
    display: none;
}

/* 脉冲动画效果 */
@keyframes pulse-left {
    0% {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 
                    0 4px 10px rgba(255, 107, 107, 0.1),
                    0 0 0 0 rgba(255, 107, 107, 0.7);
    }
    70% {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 
                    0 4px 10px rgba(255, 107, 107, 0.1),
                    0 0 0 10px rgba(255, 107, 107, 0);
    }
    100% {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 
                    0 4px 10px rgba(255, 107, 107, 0.1),
                    0 0 0 0 rgba(255, 107, 107, 0);
    }
}

@keyframes pulse-right {
    0% {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 
                    0 4px 10px rgba(78, 205, 196, 0.1),
                    0 0 0 0 rgba(78, 205, 196, 0.7);
    }
    70% {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 
                    0 4px 10px rgba(78, 205, 196, 0.1),
                    0 0 0 10px rgba(78, 205, 196, 0);
    }
    100% {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 
                    0 4px 10px rgba(78, 205, 196, 0.1),
                    0 0 0 0 rgba(78, 205, 196, 0);
    }
}

.news-block-thumbnail .slider-arrow-left:hover {
    /* animation: pulse-left 1.5s infinite; */
}

.news-block-thumbnail .slider-arrow-right:hover {
    /* animation: pulse-right 1.5s infinite; */
}

/* 图标旋转效果 */
.news-block-thumbnail .slider-arrow-left:active svg {
    transform: scale(0.9) rotate(-5deg);
}

.news-block-thumbnail .slider-arrow-right:active svg {
    transform: scale(0.9) rotate(5deg);
}
.news-block-thumbnail .slider-dots {
  position: absolute;
  left: 0; right: 0; bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 20;
}
.news-block-thumbnail .slider-dots span {
  display: inline-block;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: #bfc6d1;
  opacity: 0.5;
  cursor: pointer;
  transition: background 0.2s, opacity 0.2s;
}
.news-block-thumbnail .slider-dots span.active {
  background: #163c6b;
  opacity: 1;
}
.news-block-thumbnail .total{
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 5px
}
.news-block-thumbnail .total-bottom{
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    background: transparent;
    color: inherit;
    padding: 0;
    border-radius: 0;
    font-size: inherit;
    line-height: inherit;
}

/* 新的页面计数器样式 */
.news-block-thumbnail .image-counter {
    text-align: center;
    margin: 15px 0;
    padding: 8px 16px;
    background: rgba(25, 149, 210, 0.1);
    border-radius: 20px;
    color: var(--primary--color);
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-left: 50%;
    transform: translateX(-50%);
    border: 1px solid rgba(25, 149, 210, 0.2);
}

.news-block-thumbnail .image-counter em {
    font-style: normal;
    font-weight: 600;
    color: var(--primary--color);
}

/* 缩略图样式 - 原版样式 */
.news-block-thumbnail .thumbnail-gallery {
    margin-top: 20px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    backdrop-filter: blur(10px);
}
.news-block-thumbnail .thumbnail-item {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 3px solid transparent;
    background: linear-gradient(white, white) padding-box,
                linear-gradient(135deg, var(--primary--color), #0d7bb8) border-box;
}

.news-block-thumbnail .thumbnail-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(25, 149, 210, 0.2), rgba(13, 123, 184, 0.2));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.news-block-thumbnail .thumbnail-item:hover {
    transform: translateY(-8px) scale(1.1);
    /* box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2); */
    border-color: var(--primary--color);
}

.news-block-thumbnail .thumbnail-item:hover::before {
    opacity: 1;
}

.news-block-thumbnail .thumbnail-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-block-thumbnail .thumbnail-item:hover img {
    transform: scale(1.05);
}

.news-block-thumbnail .thumbnail-item:active {
    transform: translateY(-4px) scale(1.05);
}

/* 缩略图选中状态 */
.news-block-thumbnail .thumbnail-item.active {
    transform: translateY(-5px) scale(1.15);
    box-shadow: 0 15px 30px rgba(225, 20, 20, 0.4),
                    0 8px 15px rgba(0, 0, 0, 0.3);
    border: 4px solid #e11414;
    background: white;
}

.news-block-thumbnail .thumbnail-item.active::before {
    opacity: 0.3;
    background: linear-gradient(135deg, rgba(25, 149, 210, 0.4), rgba(13, 123, 184, 0.4));
}

.news-block-thumbnail .thumbnail-item.active img {
    transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
    .detail-image-slider {
        border-radius: 0
    }
    .news-block-thumbnail .detail-image-slider img{
        max-width: 100%;
    }
    /* .detail-image-slider{
        min-height: 500px;
    } */
    .news-block-thumbnail .total-bottom{
        bottom: 0.3%;
    }
    
    /* 移动端轮播图按钮调整 */
    .news-block-thumbnail .blog-details-arrow {
        padding: 0 10px;
    }
    .news-block-thumbnail .slider-arrow {
        width: 50px;
        height: 50px;
        backdrop-filter: blur(8px);
    }
    .news-block-thumbnail .slider-arrow-left { 
        left: 20px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .news-block-thumbnail .slider-arrow-right { 
        right: 20px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    
    /* 移动端简化动画效果 */
    .news-block-thumbnail .slider-arrow-left:hover,
    .news-block-thumbnail .slider-arrow-right:hover {
        animation: none;
        /* transform: scale(1.05); */
    }
    
    /* 移动端页面计数器适配 */
    .news-block-thumbnail .image-counter {
        margin: 10px 0;
        padding: 6px 12px;
        font-size: 12px;
        margin-left: 50%;
        transform: translateX(-50%);
        display: inline-block;
    }
    
    /* 移动端缩略图适配 */
    .news-block-thumbnail .thumbnail-gallery {
        margin-top: 0;
        padding: 15px;
    }
    
    .news-block-thumbnail .thumbnail-container {
        gap: 15px;
        padding: 10px 0;
    }
    
    .news-block-thumbnail .thumbnail-item {
        width: 60px;
        height: 60px;
        border-radius: 8px;
    }
    
    .news-block-thumbnail .thumbnail-item:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }
    
    /* 移动端选中状态 */
    .news-block-thumbnail .thumbnail-item.active {
        transform: scale(1.2);
        box-shadow: 0 15px 30px rgba(225, 20, 20, 0.4),
                    0 8px 15px rgba(0, 0, 0, 0.3);
        border: 4px solid #e11414;
        position: relative;
    }
    
    .news-block-thumbnail .thumbnail-item.active::after {
        content: '';
        position: absolute;
        top: -6px;
        left: -6px;
        right: -6px;
        bottom: -6px;
        border: 2px solid #e11414;
        border-radius: 12px;
        animation: pulse-border 2s infinite;
    }
    
    @keyframes pulse-border {
        0% {
            opacity: 1;
            transform: scale(1);
        }
        50% {
            opacity: 0.7;
            transform: scale(1.05);
        }
        100% {
            opacity: 1;
            transform: scale(1);
        }
    }
}

@media(max-width: 576px) {
    
    /* 超小屏幕页面计数器优化 */
    .news-block-thumbnail .image-counter {
        padding: 5px 10px;
        font-size: 11px;
    }
    
    /* 超小屏幕缩略图优化 */
    .news-block-thumbnail .thumbnail-gallery {
        margin-top: 0;
        padding: 10px;
    }
    
    .news-block-thumbnail .thumbnail-container {
        gap: 8px;
        /* justify-content: flex-start; */
    }
    
    .news-block-thumbnail .thumbnail-item {
        width: 60px;
        height: 60px;
        border-radius: 6px;
        flex-shrink: 0;
    }
    
    /* 超小屏幕选中状态 */
    .news-block-thumbnail .thumbnail-item.active {
        transform: scale(1.15);
        box-shadow: 0 12px 25px rgba(225, 20, 20, 0.4),
                    0 6px 12px rgba(0, 0, 0, 0.3);
        border: 3px solid #e11414;
    }
    
    .news-block-thumbnail .thumbnail-item.active::after {
        top: -4px;
        left: -4px;
        right: -4px;
        bottom: -4px;
        border-width: 1.5px;
        border-radius: 8px;
    }

}

/* ====================================
   专用于 detail_thumbnail.blade.php 的样式
   ==================================== */

/* 缩略图容器 - detail_thumbnail专用 */
.news-block-thumbnail .thumb-gallery {
    padding: 5px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.news-block-thumbnail .thumb-container {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    overflow-x: auto;
    padding: 20px 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(25, 149, 210, 0.3) transparent;
}

.news-block-thumbnail .thumb-container::-webkit-scrollbar {
    height: 6px;
}

.news-block-thumbnail .thumb-container::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

.news-block-thumbnail .thumb-container::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, var(--primary--color), #0d7bb8);
    border-radius: 3px;
}

.news-block-thumbnail .thumb-item {
    display: block;
    position: relative;
    width: 60px;
    height: 80px;
    margin: 0 5px;
    cursor: pointer;
    opacity: 0.5;
   transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
  
}

.news-block-thumbnail .thumb-item::before {
    /* content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(25, 149, 210, 0.2), rgba(13, 123, 184, 0.2));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1; */
}
@keyframes jump {
    0% {
        
        transform: translateY(-8px);
    }
    50% {
        
        transform: translateY(-4px);
    }
    100% {
       
        transform: translateY(-8px);
    }
}
.news-block-thumbnail .thumb-item:hover {
    /* transform: translateY(-8px) scale(1.1); */
    border-color: var(--primary--color);
    opacity: 1;
    animation: jump 2s ease-in-out infinite;
    border-radius: 10px;
    width: 70px;
    height: 90px;
}

.news-block-thumbnail .thumb-item:hover::before {
    opacity: 1;
}

.news-block-thumbnail .thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-block-thumbnail .thumb-item:hover img {
    transform: scale(1.05);
}

.news-block-thumbnail .thumb-item:active {
    transform: translateY(-4px) scale(1.05);
}

/* 缩略图选中状态 - detail_thumbnail专用 */
.news-block-thumbnail .thumb-item.active {
     animation: jump 2s ease-in-out infinite;
    border-radius: 10px;
    width: 70px;
    height: 90px;
    opacity: 1;
}

.news-block-thumbnail .thumb-item.active::before {
    opacity: 0.3;
    background: linear-gradient(135deg, rgba(25, 149, 210, 0.4), rgba(13, 123, 184, 0.4));
}

.news-block-thumbnail .thumb-item.active img {
    transform: scale(1.1);
}

/* 移动端适配 - detail_thumbnail专用 */
@media only screen and (max-width: 767px) {
    .news-block-thumbnail .thumb-gallery {
        margin-top: 0;
        padding: 15px;
    }
    
    .news-block-thumbnail .thumb-container {
        gap: 15px;
        padding: 10px 0;
    }
    
    .news-block-thumbnail .thumb-item {
        width: 40px;
        height: 53.3333px;
        border-radius: 8px;
    }
    
    /* 移动端选中状态 - 醒目效果 */
    .news-block-thumbnail .thumb-item.active {
        transform: scale(1.2);
        box-shadow: 0 15px 30px rgba(225, 20, 20, 0.4),
                    0 8px 15px rgba(0, 0, 0, 0.3);
        border: 4px solid #e11414;
        position: relative;
    }
    
    .news-block-thumbnail .thumb-item.active::after {
        content: '';
        position: absolute;
        top: -6px;
        left: -6px;
        right: -6px;
        bottom: -6px;
        border: 2px solid #e11414;
        border-radius: 12px;
        animation: pulse-border-thumb 2s infinite;
    }
    
    @keyframes pulse-border-thumb {
        0% {
            opacity: 1;
            transform: scale(1);
        }
        50% {
            opacity: 0.7;
            transform: scale(1.05);
        }
        100% {
            opacity: 1;
            transform: scale(1);
        }
    }

    .news-block-thumbnail .detail-image-slider .slider-item.active{
        width: 100%
    }
}

/* 超小屏幕适配 - detail_thumbnail专用 */
@media(max-width: 576px) {
    .news-block-thumbnail .thumb-gallery {
        margin-top: 0;
        padding: 10px;
    }
    
    .news-block-thumbnail .thumb-container {
        gap: 8px;
    }
    
    .news-block-thumbnail .thumb-item {
        width: 40px;
        height: 53.333px;
        border-radius: 6px;
        flex-shrink: 0;
    }
    
    /* 超小屏幕选中状态 */
    .news-block-thumbnail .thumb-item.active {
        transform: scale(1.15);
        box-shadow: 0 12px 25px rgba(225, 20, 20, 0.4),
                    0 6px 12px rgba(0, 0, 0, 0.3);
        border: 3px solid #e11414;
    }
    
    .news-block-thumbnail .thumb-item.active::after {
        top: -4px;
        left: -4px;
        right: -4px;
        bottom: -4px;
        border-width: 1.5px;
        border-radius: 8px;
    }
}


@media (max-width: 375px) {
    .news-block-thumbnail .thumb-item {
        width: 45px;
        height: 60px;
    }
}
.detail-content img{
  display: block;
  margin: 15px auto;
}

/* pagenation */
.pagination {
    margin: 30px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li {
        position: relative;
    display: inline-block;
    margin: 0 3px;
    padding: 12px 20px;
    
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
    border-radius: 100%;
}

.pagination li a {
    position: relative;
    display: inline-block;
    /* font-size: 16px; */
    font-family: var(--text-font);
    color: var(--title);
    padding: 0;
	border: none;
    font-weight: 500;
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
}
.pagination li.active{
  border: 1px solid #E5E5E5;
    background: var(--primary--color);
}
.pagination li.active a,.pagination li.active span{
    color: #fff;
}
/* pagenation */
.post-pagination {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
  padding: 10px 20px !important;
}

.post-pagination li {
  position: relative;
  display: inline-block;
}

.post-pagination li a,
.post-pagination li span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #ffffff;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  z-index: 1;
  transition: all 500ms ease;
}

.post-pagination li a.current {
  background: var(--primary--color);
  color: #fff;
}

.post-pagination li:hover a {
  background: var(--primary--color);
  color: #fff;
}