html {
  font-family: sans-serif
}

body {
  margin: 0
}

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] {
  cursor: pointer
}

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

input {
  line-height: normal
}

input[type=search] {
  box-sizing: content-box
}

textarea {
  overflow: auto
}

* {
  box-sizing: border-box
}

:after,
:before {
  box-sizing: border-box
}

html {
  font-size: 62.5%
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

a {
  color: #1b242f;
  text-decoration: none
}

a:focus,
a:hover {
  color: #e74c3c;
  text-decoration: underline
}

a:focus {
  outline: thin dotted;
  outline-offset: -2px
}

img {
  vertical-align: middle
}

.img-rounded {
  border-radius: 6px
}

.img-circle {
  border-radius: 50%
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid none
}

.h1,
h1 {
  font-size: 36px
}

.h2,
h2 {
  font-size: 30px
}

.h3,
h3 {
  font-size: 24px
}

.h4,
h4 {
  font-size: 18px
}

.h5,
h5 {
  font-size: 14px
}

.h6,
h6 {
  font-size: 12px
}

p {
  margin: 0 0 10px
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4
}

@media (min-width:768px) {
  .lead {
    font-size: 21px
  }
}

cite {
  font-style: normal
}

.bg-info {
  background-color: #d9edf7
}

a.bg-info:hover {
  background-color: #afd9ee
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid none
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}

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

@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: 1170px
  }
}

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

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

.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

@media (min-width:768px) {

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

@media (min-width:992px) {

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

  .col-md-12 {
    width: 100%
  }

  .col-md-11 {
    width: 91.66666667%
  }

  .col-md-10 {
    width: 83.33333333%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-7 {
    width: 58.33333333%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-5 {
    width: 41.66666667%
  }

  .col-md-4 {
    width: 33.33333333%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-2 {
    width: 16.66666667%
  }

  .col-md-1 {
    width: 8.33333333%
  }
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

textarea.form-control {
  height: auto
}

.form-group {
  margin-bottom: 15px
}

select.input-sm {
  height: 30px;
  line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
  height: auto
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px
}

select.input-lg {
  height: 46px;
  line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
  height: auto
}

.form-control-static {
  margin-bottom: 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;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline-offset: -2px
}

.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  box-shadow: none;
  opacity: .65
}

.fade {
  opacity: 0;
  transition: opacity .15s linear
}

.fade.in {
  opacity: 1
}

.dropdown {
  position: relative
}

.open>a {
  outline: 0
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav>li {
  position: relative;
  display: block
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: none
}

.nav>li.disabled>a {
  color: #999
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: none;
  border-color: #1b242f
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.nav>li>a>img {
  max-width: none
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent
}

@media (min-width:768px) {
  .navbar {
    border-radius: 4px
  }
}

.container-fluid>.navbar-collapse,
.container>.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px
}

@media (min-width:768px) {

  .container-fluid>.navbar-collapse,
  .container>.navbar-collapse,
  .container>.navbar-header {
    margin-right: 0;
    margin-left: 0
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px
}

@media (min-width:768px) {
  .navbar-static-top {
    border-radius: 0
  }
}

@media (min-width:768px) {

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px
}

.navbar-toggle:focus {
  outline: 0
}

@media (min-width:768px) {
  .navbar-toggle {
    display: none
  }
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px
}

@media (min-width:768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px
  }

  .navbar-text.navbar-right:last-child {
    margin-right: 0
  }
}



.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em
}

.label[href]:focus,
.label[href]:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer
}

.label:empty {
  display: none
}

.btn .label {
  position: relative;
  top: -1px
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0
}

.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,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse: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,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}

.pull-right {
  float: right !important
}

.pull-left {
  float: left !important
}

.hide {
  display: none !important
}

.show {
  display: block !important
}

.invisible {
  visibility: hidden
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.hidden {
  display: none !important;
  visibility: hidden !important
}

body a {
  transition: .5s all
}

input[type=button] {
  transition: .5s all
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0 0;
  margin: 0 0
}

p {
  padding: 0 0;
  margin: 0 0
}

ul {
  padding: 0 0;
  margin: 0 0
}

body {
  padding: 0 0;
  margin: 0 0;
  font-family: 'Open Sans', sans-serif
}

.header {
  background: url(../img/banner.jpg) no-repeat 0 0;
  background-size: cover;
  min-height: 723px;
  text-align: center
}

.logo a {
  display: block;
  position: absolute
}

.logo {
  position: absolute;
  left: 47%;
  top: 2%
}

.top-header {
  margin-top: 3em
}

.top-menu ul li {
  display: inline-block
}

.top-menu {
  position: relative
}

.top-menu ul li a {
  font-size: 1.3em;
  color: #fff;
  text-transform: uppercase;
  padding: 0 2em;
  text-decoration: none;
  font-weight: 100
}

.top-menu ul li:nth-child(3) {
  margin-right: 13em
}

a.button {
  width: 18%;
  padding: .6em 0;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  float: left;
  text-decoration: none;
  font-size: 1.2em;
  margin-right: 1em
}

a.button1 {
  width: 18%;
  padding: .6em 0;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  float: left;
  text-decoration: none;
  font-size: 1.2em;
  margin-right: 1em
}

a.button:hover {
  color: #fff;
  border: 1px solid red;
  background: red
}

a.button1:hover {
  color: #fff;
  border: 1px solid red;
  background: red
}

.banner-wrap {
  padding: 15em 0
}

a.button2 {
  background: #ff3c1f;
  font-size: 1.2em;
  padding: .7em 1em;
  color: #fff;
  text-transform: uppercase;
  width: 86%;
  text-decoration: none
}

a.button2:hover {
  background: #555
}

.user-section {
  padding: 6em 0;
  background: #656d7a
}

.face p {
  font-size: 3em;
  color: #fff;
  font-weight: 500;
  margin: 0 9px
}

.face h4 {
  font-size: 1.5em;
  color: #fff;
  text-transform: capitalize;
  cursor: pointer;
  text-align: center;
  margin: 0 -14px 0 0;
  font-family: Raleway, sans-serif;
  font-weight: 300
}

.blog-section {
  padding: 4em 0;
  text-align: center
}

.blog img {
  width: 100%
}

a.just {
  font-size: 1.5em;
  text-transform: capitalize;
  text-decoration: none;
  padding: .5em 0;
  display: block
}

p.text {
  font-size: 1.1em;
  line-height: 1.5em;
  padding: 1em .8em 0 1.2em;
  text-align: left
}

.icon9 a {
  margin: 0 3px;
  text-transform: capitalize;
  display: inline-block
}

a.button3 {
  font-size: 1.1em;
  text-transform: uppercase;
  border: 1px solid red;
  width: 49%;
  margin: 20px 20px;
  display: block;
  padding: .5em 0;
  text-decoration: none
}

a.button4 {
  font-size: 1.2em;
  text-transform: uppercase;
  border: 1px solid red;
  padding: .5em 1.5em;
  text-decoration: none
}

.client {
  padding: 4em 0
}

.man {
  float: left;
  width: 15%;
  margin-right: 5%
}

.man img {
  border: 1px solid red
}

.data h4 {
  font-size: 1.5em;
  color: #df2b2b;
  text-transform: capitalize;
  text-align: left;
  margin-top: 1.5em
}

.data p {
  font-size: 1.1em;
  padding: .5em 0;
  color: #555;
  font-style: italic
}

.data span {
  font-size: .85em;
  color: red;
  text-transform: capitalize;
  margin: 0 17px
}

ul.topic_grid {
  list-style: none;
  padding: 0
}

.popular_topics1 {
  background: #db2927
}

.date {
  line-height: .5em;
  font-size: 2em;
  font-weight: 700;
  color: #555;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif
}

span.highlight,
span.light_color {
  display: inline-block;
  font-size: 14px;
  color: #555;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400
}

.contact-header span {
  height: 1px;
  width: 10%;
  background: red;
  display: block
}

.contact-grid ul li {
  display: inline-block
}

.indicat {
  width: 32px;
  height: 32px;
  background: url("../img/img-sptite1 .png") no-repeat 0 0;
  display: inline-block;
  margin-top: -55px;
  vertical-align: middle
}

.message {
  width: 32px;
  height: 32px;
  background: url("../img/img-sptite1 .png") no-repeat -32px 0;
  display: inline-block;
  vertical-align: middle
}

.smartphone {
  width: 32px;
  height: 32px;
  background: url("../img/img-sptite1 .png") no-repeat -64px 0;
  display: inline-block
}

.contact-grid ul {
  padding: 1em 0
}

.contact-grid p {
  font-size: 1.2em;
  margin: 0 2em;
  color: #555
}

.contact-section {
  padding: 5em 0
}

.contact-header h3 {
  font-size: 3em;
  text-transform: capitalize;
  margin-bottom: .5em;
  color: #df2b2b;
  font-weight: 600;
  font-family: Raleway, sans-serif
}

.contact-header p {
  font-size: 1.3em;
  color: #555;
  margin-top: .5em
}

.contact-header {
  margin-bottom: 2em
}

.contact-grid ul li a {
  font-size: 1.2em;
  text-decoration: none;
  color: #555;
  margin: 0 2em
}

.contact-grid ul li a:hover {
  color: red
}

.text-field-email-1 {
  float: left;
  width: 48%
}

.text-field-name-1 {
  float: right;
  width: 48%
}

.get-touch {
  margin: 6em 0
}

.contact-grid1 form input[type=text] {
  width: 100%;
  padding: 3.5% 0;
  margin-bottom: 7%;
  color: #333;
  font-size: 18px;
  outline: 0;
  font-weight: 400;
  text-indent: 18px;
  border: 1px solid#df2b2b
}

.contact-grid1 form textarea {
  resize: none;
  width: 100%;
  padding: 2% 0;
  margin-bottom: 5%;
  color: #333;
  font-size: 18px;
  outline: 0;
  font-weight: 400;
  text-indent: 18px;
  border: 1px solid#df2b2b;
  min-height: 150px
}

.footer-section {
  padding: 4em 0;
  background: #df2b2b
}

.social-icons a i {
  width: 32px;
  height: 32px;
  background: url("../img/img-sptite1 .png") no-repeat -100px 0;
  display: inline-block;
  margin: 0 1em
}

.social-icons a i.icon1 {
  background-position: -100px -4px
}

.social-icons a i.icon2 {
  background-position: -140px -4px
}

.social-icons a i.icon3 {
  background-position: -180px -4px
}

.social-icons a i.icon4 {
  background-position: -220px -4px
}

.social-icons {
  margin-top: 1.5em
}

.social-icons i:hover {
  opacity: .5
}

.footer-right p {
  font-size: 17px;
  color: #d5d6d7;
  font-weight: 400
}

.footer-right a {
  font-size: 19px;
  color: #0e83cd;
  font-weight: 400;
  text-transform: capitalize
}

.footer-right a:hover {
  color: #d5d6d7
}

.footer-right p a {
  margin: 0 6px 0 6px
}

.footer-right {
  margin-top: 1em
}

.logo2 {
  text-align: center
}

.header1 {
  background-color: #df2b2b;
  background-size: cover;
  min-height: 110px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: 999
}
:root {
    --primary--color: #df2b2b;
    --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;
}
.top-header1 {
  padding: 2em 0
}

.top-menu1 {
  float: right;
  padding-top: 1em
}

.top-menu1 ul li a {
  font-size: 1.3em;
  color: #fff;
  text-transform: uppercase;
  padding: 0 2em;
  text-decoration: none;
  font-weight: 100
}

.top-menu1 ul li {
  display: inline-block
}

.header1 h3 {
  font-size: 3em;
  text-transform: capitalize;
  color: #fff;
  font-family: Raleway, sans-serif;
  font-weight: 500
}

.logo3 {
  float: left
}

.logo3 a {
  font-size: 3rem;
  color: #fff;
  text-decoration: none
}

.blog12 {
  border: 1px solid#eee
}

.icon9 ul li {
  display: inline-block;
  margin: 0 .2em;
  text-transform: capitalize
}

i.user1 {
  width: 16px;
  height: 16px;
  background: url("../img/img-sptite1 .png") no-repeat -256px 0;
  display: inline-block;
  vertical-align: middle
}

i.comment1 {
  width: 16px;
  height: 16px;
  background: url("../img/img-sptite1 .png") no-repeat -272px 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px
}

a.bl1 {
  font-size: 2.5em;
  text-decoration: none;
  margin: .5em 0;
  display: block;
  border-bottom: 1px solid #eee;
  padding-bottom: .5em;
  color: #303030;
  font-weight: 700;
  font-family: Raleway, sans-serif
}

.icon9 p {
  font-size: 1em;
  text-transform: capitalize
}

a.button5 {
  font-size: 1.2em;
  padding: .5em 1em;
  color: #df2b2b;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid red
}

a.button5:hover {
  color: red
}

.blog-section1 {
  padding: 3em 0
}

.blog2-grid {
  padding: 6em 0
}

.blog4-grid {
  margin-top: 3em
}

.pagination {
  margin: 1em 15em 4em
}

.page-grid img {
  width: 100%
}

.page2 {
  float: left;
  width: 89%
}

.text1 {
      border: 1px solid #eee;
    padding: 20px;
    border-top: none;
}

.icon99 ul li {
  display: inline-block;
  margin: 0 .2em;
  text-transform: capitalize
}

.page-section {
  padding: 4em 0
}

.page2 p {
  font-size: 1.1em;
  line-height: 1.8em;
  padding: 1em 0
}

.page2 h6 {
  font-size: 1.4em;
  font-style: italic;
  padding: 1em .5em;
  line-height: 1.8em;
  border-left: 5px solid red
}

.social-icons a i.icon5 {
  background-position: -289px 0
}

.social-icons a i.icon5:hover {
  background-position: -289px -32px
}

.social-icons a i.icon6 {
  background-position: -321px 0
}

.social-icons a i.icon6:hover {
  background-position: -321px -32px
}

.social-icons a i.icon7 {
  background-position: -353px 0
}

.social-icons a i.icon7:hover {
  background-position: -353px -32px
}

.social-icons a i.icon8 {
  background-position: -385px 0
}

.social-icons a i.icon8:hover {
  background-position: -385px -32px
}

.share {
  padding: 3em 0 8em
}

.share h4 {
  font-size: 1.7em;
  margin-bottom: 1em;
  font-family: Raleway, sans-serif;
  padding: 0 20px
}

a.b1 {
  float: right;
  font-size: 1.2em;
  padding: .5em 1em;
  text-transform: uppercase;
  color: red;
  border: 1px solid #eee;
  text-decoration: none
}

.pages-contact {
  padding: 1em 0
}

.pages-contact input[type=text] {
  width: 100%;
  padding: .5em 0 1.5em;
  margin-bottom: 21.5%;
  color: #333;
  font-size: 18px;
  outline: 0;
  font-weight: 400;
  text-indent: 18px;
  border: 1px solid#df2b2b
}

.pages-contact textarea {
  resize: none;
  width: 150%;
  height: 11.6em;
  width: 100%;
  padding: 3.5% 0;
  margin-bottom: 7%;
  color: #333;
  font-size: 18px;
  outline: 0;
  font-weight: 400;
  text-indent: 18px;
  border: 1px solid#df2b2b
}

.search {
  position: relative;
  background: #f3f4f5;
  border: 1px solid #d8d8d8
}

.search form {
  width: 100%
}

.search input[type=text] {
  margin: 0 0;
  font-family: 'Open Sans', sans-serif;
  padding: 16px 16px;
  outline: 0;
  color: #5a5a5a;
  background: 0 0;
  border: none;
  width: 85.33333%;
  line-height: 1.5em;
  position: relative;
  font-size: .8725em;
  -webkit-appearance: none;
  text-transform: capitalize
}

.search input[type=text]:hover {
  background: #fff
}

.search input[type=submit] {
  background: url(../img/search1.png) no-repeat 0 1px;
  border: none;
  cursor: pointer;
  width: 24px;
  outline: 0;
  position: absolute;
  height: 24px;
  top: 14px;
  right: 5px
}

.cate li {
  font-size: 1em;
  padding: 7px 24px;
  background: url(../img/list-arrow.png) no-repeat 0;
  cursor: pointer;
  list-style-type: none;
  float: left
}

.cate p {
  float: right;
  padding: .5em 0;
  margin: 0 7px
}

.page-grid1 {
  padding-top: 3em
}

.cate {
  margin-top: 6em
}

.cate h3 {
  font-size: 2em;
  margin-bottom: 1em;
  color: #df2b2b
}

.b-tag-weight {
  padding: 4em 0
}

.b-tag-weight h4 {
  font-size: 2em;
  color: #df2b2b;
  margin: .5em 0;
  text-transform: capitalize
}

.b-tag-weight ul li {
  display: inline-block
}

.b-tag-weight ul li a {
  padding: .7em .8em;
  font-size: .875em;
  text-transform: uppercase;
  color: #df2b2b;
  font-weight: 700;
  display: inline-block;
  margin-top: 1em;
  text-decoration: none;
  border: 1px solid #df2b2b
}

.b-tag-weight ul li a:hover {
  background: #ff3c1f;
  color: #fff;
  border: 1px solid#ff3c1f
}

.recent-post h4 {
  font-size: 2em;
  color: #df2b2b;
  margin: .5em 0
}

.recent1 {
  float: left;
  width: 30%;
  margin-right: 1%
}

.recent2 {
  float: left;
  width: 69%
}

.recent2 a {
  font-size: 1.3em;
  text-decoration: none;
  margin-bottom: .5em;
  display: block
}

.clender {
  width: 17px;
  height: 16px;
  background: url("../img/img-sptite1 .png") no-repeat -5px -40px;
  display: inline-block;
  vertical-align: middle
}

.recent-post2 {
  margin-top: 3.5em
}

.relate {
  margin: 2em 0 0
}

.head-section {
  padding: 4em 0 1em
}

.head-grid2 {
  margin-top: 2em
}

.block p {
  font-size: 1.2em;
  font-style: italic;
  color: #df2b2b;
  line-height: 1.8em
}

.block a {
  font-size: 1.2em;
  color: red;
  margin-top: 1em;
  display: block
}

.content {
  padding: 6em 0 0
}

.col2 {
  padding: 2em 0
}

.col4 {
  padding: 2em 0
}

.col6 {
  padding: 2em 0
}

.col8 {
  padding: 1em 0 4em
}

@media (max-width:1280px) {
  .header {
    min-height: 572px
  }

  .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -110px
  }
}

@media(max-width:1024px) {
  .top-menu ul li a {
    padding: 0 1.3em;
    font-size: 1.2em
  }

  .logo {
    position: absolute;
    left: 45%;
    top: 2%
  }

  a.button {
    font-size: 1.1em
  }

  a.button1 {
    font-size: 1.1em
  }

  .header {
    min-height: 459px
  }

  a.button2 {
    font-size: 1.1em
  }

  .face p {
    font-size: 2.3em
  }

  .face h4 {
    font-size: 1.3em;
    margin: 0 -29px 0 0
  }

  a.just {
    font-size: 1.2em
  }

  .icon9 a {
    font-size: .99em
  }

  p.text {
    font-size: .97em;
    line-height: 1.8em
  }

  a.button3 {
    font-size: 1em
  }

  a.button4 {
    font-size: 1.1em
  }

  li.nbs-flexisel-item img {
    padding: 2em 0
  }

  .what2 {
    padding: 1em 1em 1.5em
  }

  .data h4 {
    font-size: 1.3em
  }

  .data p {
    font-size: .99em
  }

  .contact-header h3 {
    font-size: 2.5em
  }

  .contact-header p {
    font-size: 1.1em
  }

  .contact-grid p {
    font-size: 1em
  }

  .contact-grid ul li a {
    font-size: 1em
  }

  .contact-grid1 form input[type=text] {
    font-size: 15px
  }

  .contact-grid1 form textarea {
    font-size: 14px
  }

  .footer-right p {
    font-size: 15px
  }

  .footer-right a {
    font-size: 17px
  }

  .header1 {
    min-height: 185px
  }

  .top-menu1 ul li a {
    padding: 0 1.3em;
    font-size: 1.2em
  }

  .header1 h3 {
    font-size: 2.5em
  }

  a.bl1 {
    font-size: 2em
  }

  .pagination {
    margin: 1em 10em 4em
  }

  a.button5 {
    font-size: 1.1em
  }

  .share h4 {
    font-size: 1.5em
  }

  a.b1 {
    float: right;
    font-size: 1em
  }

  .pages-contact input[type=text],
  .pages-contact textarea {
    font-size: 1em
  }

  .pages-contact textarea {
    resize: none;
    width: 98%;
    height: 12.5em
  }

  .relate h4 {
    font-size: 2em
  }

  .search input[type=text] {
    padding: 10px 16px
  }

  .search input[type=submit] {
    top: 10px
  }

  .cate h3 {
    font-size: 1.5em
  }

  .cate p {
    float: right;
    padding: .5em 0;
    margin: 0 -18px
  }

  .cate li {
    font-size: .95em
  }

  .b-tag-weight h4 {
    font-size: 1.5em
  }

  .b-tag-weight ul li a {
    padding: .7em .8em;
    font-size: .8em
  }

  .recent-post h4 {
    font-size: 1.5em
  }

  .recent2 a {
    font-size: 1.1em
  }

  .icon9 p {
    font-size: .92em;
    text-transform: capitalize
  }

  .block p {
    font-size: 1.1em
  }

  .block a {
    font-size: 1.1em
  }
}

@media(max-width:768px) {
  .top-menu1 ul{
    display: none !important;
  }
  .top-menu ul li a {
    padding: 0 1em;
    font-size: 1em
  }

  .logo img {
    width: 70px
  }

  .logo {
    position: absolute;
    left: 43%;
    top: 2%
  }

  .header {
    min-height: 343px
  }

  a.button2 {
    font-size: .8em
  }

  .face {
    float: left;
    width: 25%
  }

  .face p {
    font-size: 1.5em
  }

  .user-section {
    padding: 4em 0
  }

  .face h4 {
    font-size: 1.1em;
    margin: 7px -29px 0 0
  }

  .top-menu1 {
    float: right;
    padding-top: .8em
  }

  .blog {
    float: left;
    width: 33.3%
  }

  a.just {
    font-size: 1em
  }

  .icon9 a {
    font-size: .9em
  }

  p.text {
    font-size: .9em;
    line-height: 1.8em
  }

  a.button3 {
    font-size: .95em
  }

  a.button4 {
    font-size: .95em
  }

  .client {
    padding: 4em 0 0
  }

  .data h4 {
    font-size: 1.05em
  }

  .data p {
    font-size: .9em
  }

  .contact-header h3 {
    font-size: 2em
  }

  .contact-header p {
    font-size: 1em
  }

  .contact-grid p {
    font-size: .9em
  }

  .contact-grid {
    float: left;
    width: 50%
  }

  .contact-grid1 {
    float: left;
    width: 50%
  }

  .contact-grid1 form input[type=text] {
    font-size: 13px
  }

  .contact-grid1 form textarea {
    font-size: 13px
  }

  .footer-grid {
    float: left;
    width: 33.3%
  }

  .social-icons a i {
    margin: 0 .58em
  }

  .logo1 img {
    width: 30%
  }

  .social-icons {
    margin-top: 1em
  }

  .footer-right p {
    font-size: 13px
  }

  .footer-right a {
    font-size: 14px
  }

  .top-menu1 ul li a {
    padding: 0 2em;
    font-size: 1em
  }

  .header1 h3 {
    font-size: 2em
  }

  .logo3 img {
    width: 80%
  }

  a.bl1 {
    font-size: 1.5em
  }

  a.button5 {
    font-size: .95em
  }

  .blog2-grid {
    padding: 4em 0
  }

  .pagination {
    margin: 1em 8em 4em
  }

  .pages-contact input[type=text] {
    width: 100%;
    padding: .5em 0 1.5em;
    margin-bottom: 7.5%
  }

  .pages-contact textarea {
    resize: none;
    width: 100%
  }

  .share h4 {
    font-size: 1.3em
  }

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

  .cate li {
    float: none
  }

  .cate p {
    display: none
  }

  .cate h3 {
    font-size: 1.3em
  }

  .b-tag-weight h4 {
    font-size: 1.3em
  }

  .b-tag-weight ul li a {
    padding: .7em .8em;
    font-size: .75em
  }

  .recent-post h4 {
    font-size: 1.3em
  }

  .recent1 {
    float: left;
    width: 10%;
    margin-right: 1%
  }

  .recent2 {
    float: left;
    width: 89%
  }

  .head-section {
    padding: 2em 0 1em
  }

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

  .block p {
    font-size: 1em
  }

  .block a {
    font-size: 1em
  }
}

@media (max-width:736px) {
  .top-menu ul li a {
    padding: 0 .5em;
    font-size: .95em
  }

  a.button {
    width: 23%
  }

  a.button1 {
    width: 23%
  }
}

@media (max-width:667px) {
  a.button1 {
    float: left;
    width: 27%
  }

  a.button {
    float: left;
    width: 27%
  }

  .top-menu1 ul li a {
    padding: 0 .9em;
    font-size: .95em
  }
}

@media(max-width:640px) {
  .top-menu ul li a {
    padding: 0 .5em;
    font-size: .95em
  }

  .top-header {
    margin-top: 1em
  }

  .logo img {
    width: 60px
  }

  .top-menu ul li:nth-child(3) {
    margin-right: 8em
  }

  .top-header {
    margin-top: 1.5em
  }

  .header {
    min-height: 298px
  }

  a.button {
    font-size: .9em;
    width: 18%
  }

  a.button1 {
    font-size: .9em;
    width: 18%
  }

  .user-section {
    padding: 3em 0
  }

  i.user {
    width: 20px;
    height: 20px;
    background: url(../img/img-sprite.png) no-repeat 0 0;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 15px 0 0;
    background-size: 255px
  }

  .face p {
    font-size: 1.3em
  }

  i.product {
    width: 20px;
    height: 20px;
    background: url(../img/img-sprite.png) no-repeat -20px 0;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 15px 0 0;
    background-size: 255px
  }

  i.comment {
    width: 20px;
    height: 20px;
    background: url(../img/img-sprite.png) no-repeat -42px 0;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 15px 0 0;
    background-size: 255px
  }

  i.code {
    width: 20px;
    height: 20px;
    background: url(../img/img-sprite.png) no-repeat -62px 0;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 15px 0 0;
    background-size: 255px
  }

  .face h4 {
    font-size: 1em
  }

  .face h4 {
    font-size: .99em
  }

  .blog-section {
    padding: 3em 0
  }

  a.just {
    font-size: .99em
  }

  .blog {
    float: none;
    width: 100%;
    margin-top: 1.5em
  }

  a.button3 {
    margin: 20px 16em;
    width: 20%
  }

  .data h4 {
    font-size: 1em;
    margin-top: 2.5em
  }

  .contact-header h3 {
    font-size: 1.5em
  }

  .contact-header p {
    font-size: .99em
  }

  .footer-grid {
    float: none;
    width: 100%;
    text-align: center
  }

  .logo1 img {
    width: 10%;
    padding: 1em 0
  }

  .logo3 img {
    width: 70%
  }

  .header1 {
    min-height: 90px
  }

  .top-menu1 ul li a {
    padding: 0 .5em;
    font-size: .95em
  }

  .blog-section1 {
    padding: 2em 0
  }

  .header1 h3 {
    font-size: 1.5em
  }

  .page-section {
    padding: 2em 0
  }

  .cate {
    margin-top: 3em
  }

  .b-tag-weight {
    padding: 2em 0
  }

  .recent1 {
    width: 15%;
    margin-right: 1%
  }

  .recent2 {
    width: 100%
  }
}

.top-menu {
  float: none;
  width: 100%;
  text-align: right
}

.top-menu ul {
  display: none
}

.top-menu ul li {
  font-size: 14px;
  display: block
}

.top-menu ul li {
  display: block;
  float: none;
  margin: 0;
  border-bottom: 1px solid #4b6075;
  border-right: none
}

.top-menu ul li {
  padding: 10px 0
}

.top-menu ul {
  margin: 15px 0;
  z-index: 999;
  position: absolute;
  width: 96%;
  background: #2e3e4e;
  text-align: center
}

.top-menu ul li a {
  display: block;
  font-size: 1.2em
}

.top-menu ul li:nth-child(3) {
  margin-right: 0
}

.logo {
  position: absolute;
  left: 6%;
  top: 3%
}

.logo img {
  width: 55px
}

.top-menu ul {
  width: 100%
}

.top-menu ul li a {
  font-size: 1em
}

.cap h3 {
  font-size: 1.5em
}

.cap {
  width: 87%
}

a.button {
  font-size: .85em;
  width: 27%
}

a.button1 {
  font-size: .85em;
  width: 27%
}

.face {
  float: left;
  width: 50%;
  margin-top: 1em
}

.user-section {
  padding: 2em 0 3em
}

.face p {
  font-size: 1.3em
}

.face h4 {
  font-size: .99em;
  margin: 7px 0 0 0
}

.blog {
  padding: 0
}

a.button3 {
  margin: 20px 11em;
  width: 25%;
  font-size: .85em
}

.client {
  padding: 4em 0 0;
  display: none
}

.contact-header h3 {
  font-size: 1.3em
}

.contact-header p {
  font-size: .95em
}

.contact-grid {
  float: none;
  width: 100%;
  padding: 0
}

.contact-grid1 {
  float: none;
  width: 100%;
  margin-top: 1.5em;
  padding: 0
}

.content {
  padding: 3em 0 0
}

.logo1 img {
  width: 15%
}

.footer-section {
  padding: 3em 0;
  min-height: 200px
}

span.menu:before {
  content: url(../img/nav.png) no-repeat 0 0;
  cursor: pointer
}

.top-menu1 {
  float: none;
  width: 100%;
  text-align: right;
  padding-top: .5em
}

.top-menu1 ul {
  display: flex;
  padding-left: 50px;
}

.top-menu1 ul li {
  font-size: 14px;
  display: block
}

.top-menu1 ul li {
  display: block;
  float: none;
  margin: 0;
  border-right: none
}

.top-menu1 ul li {
  padding: 10px 0
}

.top-menu1 ul li a {
  display: block;
  font-size: 1.2em;
}

a.bl1 {
  font-size: 1.2em
}

.blog-section1 {
  padding: 1em 0
}

a.button5 {
  font-size: .9em
}

.pagination {
  margin: 1em 5em 5em
}

.page-section {
  padding: 1em 0
}

.page2 {
  float: left;
  width: 100%
}

a.b1 {
  float: right;
  font-size: .9em
}



.share h4 {
  font-size: 1.2em
}

.cate h3 {
  font-size: 1.2em
}

.b-tag-weight h4 {
  font-size: 1.2em
}

.recent-post h4 {
  font-size: 1.2em
}

.recent1 {
  width: 20%;
  margin-right: 1%
}

.recent2 a {
  font-size: 1em
}

.recent2 {
  width: 79%
}

.content {
  padding: 7em 0 0
}


@media (max-width:414px) {
  a.button {
    font-size: .85em;
    width: 32%
  }

  a.button1 {
    font-size: .85em;
    width: 32%
  }
}

@media (max-width:320px) {
  .cap {
    width: 100%
  }

  a.button1 {
    font-size: .8125em;
    width: 47%
  }

  a.button {
    font-size: .8125em;
    width: 43%
  }

  .user-section {
    padding: 1em 0 1em
  }

  .face {
    float: left;
    width: 65%;
    margin-top: 1em;
    padding: 0
  }

  .blog-section {
    padding: 1.5em 0
  }

  a.button3 {
    margin: 20px 7em;
    width: 39%;
    font-size: .85em
  }

  .contact-header span {
    height: 1px;
    width: 20%;
    background: red;
    display: block;
    margin: 0 auto
  }

  .contact-header h3 {
    font-size: 1.3em;
    text-align: center
  }

  .logo1 img {
    width: 20%
  }

  .footer-section {
    padding: 2em 0
  }

  .contact-header p {
    font-size: .95em;
    text-align: center
  }

  .contact-section {
    padding: 2em 0
  }

  .top-menu1 ul li a {
    display: block;
    font-size: 1em
  }

  .top-header1 {
    padding: 1.5em 0
  }

  .blog2-grid {
    padding: 2em 0
  }

  .blog4-grid {
    margin-top: 2em
  }

  .pagination {
    margin: 1em 1em 4em
  }

  .header1 {
    min-height: 190px
  }

  .block {
    float: none;
    width: 100%
  }

  .block p {
    font-size: .95em
  }

  .page2 h6 {
    border-left: none
  }

  a.b1 {
    float: right;
    font-size: .9em;
    margin-top: 1em
  }

  a.bl1 {
    font-size: 1.2em;
    margin: 0
  }

  .share {
    padding: 3em 0 6em
  }

  .recent1 {
    width: 30%;
    margin-right: 1%
  }

  .recent2 {
    width: 68%
  }

  .col6 {
    padding: 1em 0
  }

  .col8 {
    padding: 2em 0;
    display: none
  }
}

.top-menu2 {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 42px
}

.top-menu2.navbar-toggler {
  border-color: #fff;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAB6SURBVGhD7dPBCYAwEAVRe0qhYmViG2livXiIehEJGVfmwV4X5vCnSM4A2img1priWreArzOAZgDNAJoBNANoBtAMuNqWEqW8v3k9Hj1kAM0AWvcAR+yIGwYM0D3AETvihgEDGEAzgGYAzQCaAbT/B2S41ikgIwNYETuaDNJLCl2O3QAAAABJRU5ErkJggg==) no-repeat center;
  height: 40px;
  width: 40px;
  outline: 0;
  border-radius: 0;
  position: absolute;
  right: 30px;
  top: 25px
}

.navbar-toggler.collapsed {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAvCAYAAACc5fiSAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADRSURBVGhD7dZBCsIwEIVh75SVC68kuJBeq1fIVYTeQhg7YDRqElKcPjLwfphFaBYfJIEexGn+4TFGF5P6gI8e4egIR0c4OsLREY6OcHT28GWW6zTLcn+ua/Xuq2QLXzHnU5AQghwvDVTvvka28NsbVEVl6HHgWgtmhNbs4VoJ2HMaG9oHrn3h8/kXre0H1wp4C7RG+E8ur4rLx1lCJ2Dr28Zs4T0wI7wtPLsOTVCGHwOurSh/P1nACEdHODrC0RGOjnB0hKOrwj1M6gX3FuHYRB6wU2p/dlg9lwAAAABJRU5ErkJggg==) no-repeat center
}

.mobile-nav {
  width: 100vw;
  min-height: 100px;
  position: absolute;
  right: 0;
  top: 80px;
  background-color: #df2b2b;
  display: none
}

.mobile-nav.show {
  display: block
}

.mobile-nav>div {
  color: #fff;
  font-size: 2rem;
  padding: 20px;
  font-weight: 700
}

.mobile-nav>div:hover {
  color: red
}

@media screen and (min-width:768px) {
  .top-menu2 {
    display: none
  }
}

.footer-grid.logo2 span {
  display: block;
  font-size: 2.5rem;
  color: #fff !important;
  margin-top: 15px
}
.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;
}


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;
}

/* 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;
    }
}
/* pagenation */
.pagination {
    margin: 30px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li {
    position: relative;
    display: inline-block;
        margin: 0 4px;
    padding: 4px 12px;
    border: 1px solid rgb(202, 202, 202);
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
}

.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 */
.pagination {
    margin: 30px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li {
        position: relative;
    display: inline-block;
    margin: 0 9px;
    padding: 4px 14px;
    border: 1px solid rgb(202, 202, 202);
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
}

.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;
}
.main-content{
  padding: 9em 0 0;
}
/* 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;
}