
/*======================
        2.BASIC
========================*/

body {
  line-height: 1.7;
  color: #767A7D !important;
  font-size: 16px;
  background: #fff;
  font-weight: normal;
  font-family:Microsoft YaHei,Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

* { touch-action: pan-y; }

::-moz-selection {
  background: #000;
  color: #fff;
}

* {
  outline: none;
}

ul,li {
	list-style: none;
}

img {
	max-width:100%;
}

a {
  color: #000;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #c00;
  text-decoration: none;
  background-color: transparent;
}

a:focus {
  color: #c00;
  text-decoration: none;
  background-color: transparent;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
  margin: 0;
  padding: 0;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.8em;
  color: #1f1f1f;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  color: #101014;
  font-family:Microsoft YaHei,Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 60px;
}
.h2,
h2 {
  font-size: 46px;
}
h3 {
	font-size: 28px;
}
h4 {
  font-size: 20px;
}

.text-black {
  color: #000 !important;
}

.bg-black {
  background: #000 !important;
}

.bg-black {
  background: #000;
}

.bg-light {
  background: #fafafa!important;
}

.bg-primary {
  background-color: #000!important;
}

canvas {
  display: block;
  vertical-align: bottom;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

span {
  font-family:Microsoft YaHei,Arial, Helvetica, sans-serif;
}

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

.p-50 {
  padding: 5rem!important;
}

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

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

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

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

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

.bg-pattern-1 {
  background-image: url(/EIqrESyDEyMUTxIoHycGISkHT1kpH1EEEu5DIOySHRMUHHqsNk4TT0SpIN.jpg);
  background-color: #000;
}

.bg-pattern-2 {
  background-image: url(/EIqrESyDEyMUTxIoHycGISkHT1kpH1EEEu5HKSgOIRNrIyVpDyWNDIENKEcSK1H.jpg);
  background-color: #202020;
}

.bg-pattern-3 {
  background-image: url(/EIqrESyDEyMUTxIoHycGISkHT1kpH1EEEu5rJycDDukMESV.jpg);
  background-size: cover;
  background-color: #000;
}

.bg-pattern-4 {
  background-image: url(/EIqrESyDEyMUTxIoHycGISkHT1kpH1EEEu5DHyqrIxOpDIgIU0AIDHIKDIbOU0WqHj.jpg);
  background-size: cover;
}


/* back to top button */

#back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  color: #fff;
  background: #2e2e2e;
  padding: 10px 15px;
  border: 1px solid #211f1f;
  display: none;
  z-index: 10;
  border-radius: 50%;
}

#back-to-top:hover {
  position: fixed;
  bottom: 25px;
  right: 25px;
  color: #211f1f;
  background: #fff;
  padding: 10px 15px;
  border: 1px solid #211f1f;
  z-index: 10;
  border-radius: 50%;
}


/* Preloder */

#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #fff;
}

.loader {
  width: 30px;
  height: 30px;
  border: 3px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  border-left-color: transparent;
  animation: loader 0.8s linear infinite;
  -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

.search {
  display: inline-block;
  position: absolute;
  right: 0;
  margin-right: 30px;
  line-height: 37px;
  color: #000;
  top: 0;
}

.search:hover {
  color: #b68c70 !important;
}

.search i {
  font-size: 20px;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.js-count-particles {
  font-size: 1.1em;
}

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg-image.overlay {
  position: relative;
}

.bg-image.overlay:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.bg-image>.container {
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .img-md-fluid {
    max-width: 100%;
  }
}

.custom-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.custom-btn a {
  font-family:Microsoft YaHei,Arial, Helvetica, sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 58px;
  border: 1px solid #000;
  padding: 0 30px;
  padding-top: 15px;
  background: #000;
  color: #fff;
}

.custom-btn a:hover {
  font-family:Microsoft YaHei,Arial, Helvetica, sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 58px;
  border: 1px solid #000;
  padding: 0 30px;
  padding-top: 15px;
  background: #000;
  color: #fff!important;
}

.custom-btn span {
  width: 20px;
  height: 1px;
  background: #fff;
  display: inline-block;
  margin-left: 20px;
  margin-top: 13px;
  transition: .5s;
}

.custom-btn:hover span {
  width: 50px;
  margin-left: 20px;
  height: 1px;
  background: #fff;
  display: inline-block;
  margin-top: 13px;
  transition: .5s;
  background: #fff;
}

.custom-btn i {
  width: 0;
  height: 0;
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #fff;
  opacity: 1;
  margin-top: 10px;
}

.custom-btn:hover i {
  opacity: 1;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #000;
}

.custom-btn i:after {
  content: '';
  background: transparent;
  width: 30px;
  height: 30px;
  display: block;
  border: 1px solid #fff;
  border-radius: 100%;
  position: absolute;
  transform: translateY(-50%);
  margin-left: -17px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}

.custom-btn:hover i {
  opacity: 1;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #fff;
}

.custom-btn:hover i:after {
  content: '';
  background: transparent;
  width: 30px;
  height: 30px;
  display: block;
  border: 1px solid #fff;
  border-radius: 100%;
  position: absolute;
  transform: translateY(-50%);
  margin-left: -17px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}

.custom-btn-2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.custom-btn-2 a {
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 58px;
  color: #000!important;
}

.custom-btn-2 span {
  width: 20px;
  height: 1px;
  background: #000;
  display: inline-block;
  margin-left: 20px;
  margin-top: 13px;
  transition: .5s;
}

.custom-btn-2:hover span {
  width: 50px;
  margin-left: 20px;
  height: 1px;
  background: #000!important;
  display: inline-block;
  margin-top: 13px;
  transition: .5s;
}

.custom-btn-2 i {
  width: 0;
  height: 0;
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #000;
  opacity: 1;
  margin-top: 10px;
}

.custom-btn-2 i:after {
  content: '';
  background: transparent;
  width: 30px;
  height: 30px;
  display: block;
  border: 1px solid #232323;
  border-radius: 100%;
  position: absolute;
  transform: translateY(-50%);
  margin-left: -17px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}

.custom-btn-2:hover i {
  opacity: 1;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #232323;
}

.custom-btn-2:hover i:after {
  content: '';
  background: transparent;
  width: 30px;
  height: 30px;
  display: block;
  border: 1px solid #232323;
  border-radius: 100%;
  position: absolute;
  transform: translateY(-50%);
  margin-left: -17px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}

.custom-btn-3 {
  display: -ms-flexbox;
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.custom-btn-3 a {
  font-family:Microsoft YaHei,Arial, Helvetica, sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 58px;
  border: 1px solid #000;
  padding: 0 30px;
  padding-top: 15px;
  background: #000;
  color: #fff;
}

.custom-btn-3 a:hover {
  font-family:Microsoft YaHei,Arial, Helvetica, sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 58px;
  border: 1px solid #000;
  padding: 0 30px;
  padding-top: 15px;
  background: #000;
  color: #fff!important;
}

.custom-btn-3 span {
  width: 20px;
  height: 1px;
  background: #fff;
  display: inline-block;
  margin-left: 20px;
  margin-top: 13px;
  transition: .5s;
}

.custom-btn-3 :hover span {
  width: 50px;
  margin-left: 20px;
  height: 1px;
  background: #fff;
  display: inline-block;
  margin-top: 13px;
  transition: .5s;
  background: #fff;
}

.custom-btn-3 i {
  width: 0;
  height: 0;
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #fff;
  opacity: 1;
  margin-top: 10px;
}

.custom-btn-3 :hover i {
  opacity: 1;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #000;
}

.custom-btn-3 i:after {
  content: '';
  background: transparent;
  width: 30px;
  height: 30px;
  display: block;
  border: 1px solid #fff;
  border-radius: 100%;
  position: absolute;
  transform: translateY(-50%);
  margin-left: -17px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}

.custom-btn-3:hover i {
  opacity: 1;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #fff;
}

.custom-btn-3:hover i:after {
  content: '';
  background: transparent;
  width: 30px;
  height: 30px;
  display: block;
  border: 1px solid #fff;
  border-radius: 100%;
  position: absolute;
  transform: translateY(-50%);
  margin-left: -17px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}

@-webkit-keyframes myanimation {
  0% {
    background-color: #69779b;
  }
  25% {
    background-color: #f8b500;
  }
  50% {
    background-color: #212121;
  }
  75% {
    background-color: #064acb;
  }
  100% {
    background-color: #69779b;
  }
}

@keyframes myanimation {
  0% {
    background-color: #1d481f;
  }
  25% {
    background-color: #008986;
  }
  50% {
    background-color: #006704;
  }
  75% {
    background-color: #00555f;
  }
  100% {
    background-color: #69779b;
  }
}


/* Blocks */

.bg-block {
  margin: 0 40px;
}

.counter {
  /* font-weight: 700; */
  text-shadow: 1px 10px rgb(16, 16, 20, 0.15);
}

.counter-big {

  font-weight: 700;
  text-shadow: 0 8px rgba(255, 255, 255, 0.23);
  color: #fff;
}

span.values-number {
  border: 1px solid #101014;
  min-width: 55px;
  min-height: 55px;
  display: inline-block;
  line-height: 28px;
  padding: 13px;
  border-radius: 100%;
  text-align: center;
  vertical-align: middle;
  color: #101014;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

span.values-number:after {
  content: '';
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #eee;
  opacity: .5;
  z-index: -1;
  position: absolute;
  left: 5px;
  top: -10px;
}

.site-section {
  padding: 100px 0;
}

.site-section.ly-box {
	padding-top:50px;
}
.pic-list {
	margin:0px 40px;
}

.line {
  border-bottom: 1px solid #c3c3c4;
}

.site-section.site-section-sm {
  padding: 4em 0;
}

.site-section-cover {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-position: center center;
}

.site-section-cover,
.site-section-cover .container {
  position: relative;
  z-index: 2;
}

.site-section-cover,
.site-section-cover .container>.row {
  min-height: 470px;
  margin: 0 40px;
}

@media (max-width: 991.98px) {
  .site-section-cover,
  .site-section-cover .container>.row {
    height: calc(70vh - 196px);
    min-height: 600px;
  }
}

.site-section-cover.full-screen,
.site-section-cover.full-screen .container>.row {
  height: 100vh;
  min-height: 755px;
}

.site-section-cover.overlay {
  position: relative;
}

.site-section-cover.overlay:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.site-section-cover.inner-page,
.site-section-cover.inner-page .container>.row {
  height: auto;
  min-height: auto;
  padding: 2em 0;
}

.site-section-cover.img-bg-section {
  background-size: cover;
  background-repeat: no-repeat;
}

.site-section-cover h1 {
  font-size: 4rem;
  line-height: 1.3;
  font-family:Microsoft YaHei,Arial, Helvetica, sans-serif;
  font-weight: 900 !important;
}

@media (max-width: 991.98px) {
  .site-section-cover h1 {
    font-size: 2rem;
  }
}

.site-section-cover span {
  font-size: 4rem;
  line-height: 1.3;
  font-family:Microsoft YaHei,Arial, Helvetica, sans-serif;
  font-weight: 900 !important;
  color: #b68c70;
}

.site-section-cover p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
}

.nonloop-block-13 .owl-dots {
  position: relative;
  bottom: -3rem;
  text-align: center;
  width: 100%;
}

.nonloop-block-13 .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 4px;
}

.nonloop-block-13 .owl-dots .owl-dot>span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.nonloop-block-13 .owl-dots .owl-dot.active>span {
  background: white;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.heading-caps {
  font-size: 13px;
  letter-spacing: .2rem;
  line-height: 1.5em;
  text-transform: uppercase;
  font-weight: bold;
  color: #121212 !important;
  margin-bottom: 20px;
}

#about h3 {
  font-size: 20px;
  
}
.about  {
  margin-top:60px;
}

.about-num {
	height:auto;
	overflow:hidden;
}


.title-page {
  margin-bottom: 60px;
}


/*======================
        3.HEADER
========================*/

header {
  padding: 0 40px 0 40px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

@media (max-width: 767.98px) {
  header {
    padding: 1em 18px;
    /* position: absolute; */
  }
}

header .navbar-brand {
  float: left;
}

header .navbar-brand .logo {
  font-size: 16px;
  color: #211f1f;
  letter-spacing: 5px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.5;
  font-family:Microsoft YaHei,Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

header .navbar-brand .logo span {
  font-size: 11px;
  display: block;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 7px;
}

header .navbar-brand .logo i {
  color: #69779b;
  position: absolute;
  top: -18px;
  bottom: 0;
  left: 7px;
  font-size: 48px;
}

header .navbar-brand .logo:hover {
  text-decoration: none !important;
}

header .navbar-brand .logo:active,
header .navbar-brand .logo:focus {
  outline: none;
  text-decoration: none;
}

.site-logo {
  text-transform: uppercase;
}

.main_menu .navbar-brand {
  position: relative;
  display: inline-block;
  padding: 0px;
  margin: 0px;
}

.main_menu .navbar {
  padding: 0;
}

@media (max-width: 767.98px) {
  .main_menu .navbar {
    padding: 0px 20px!important;
  }
}

.main_menu .main-menu-item {
  text-align: center;
}

.main_menu .main-menu-item ul li a {
  color: #2a2a2a;
  text-transform: capitalize;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main_menu .main-menu-item ul li a {
    padding: 8px 16px;
  }
}

.dropdown .dropdown-menu .dropdown-item:focus {
  background: #f8f9fa;
}

.main_menu .navbar-light .navbar-nav .nav-link {
  color: #2a2a2a;
  padding: 30px 30px;
}
.main_menu .navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #000;
  text-decoration: underline;
  padding: 30px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main_menu .navbar-light .navbar-nav .nav-link {
    padding: 30px 15px;
  }
}

.main_menu .header_social_icon ul li{
  /* display: inline-block; */
  float: left;
}

.main_menu .header_social_icon ul li a,.ny-share .bdshare-button-style0-24 a  {
  color: #2a2a2a;
  background: no-repeat;
  padding: 0px 10px;
  margin: 0px;
}
.ny-share {
	margin: 50px 0px 0px;
	padding:0px;
}
.ny-share .bdshare-button-style0-24 span {
	float:left;
}
.ny-share .custom-btn-2 {
	float:right;
}
.main_menu #search_input_box {
  background-color: #fff;
  text-align: center;
  padding: 5px 20px;
  position: fixed;
  width: 100%;
}

.main_menu #search_input_box .form-control {
  background: transparent;
  border: 0;
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  padding: 0;
}

.main_menu #search_input_box .form-control:focus {
  box-shadow: none;
  outline: none;
}

.main_menu #search_input_box input.placeholder {
  color: #ffffff;
  font-size: 14px;
}

.main_menu #search_input_box input:-moz-placeholder {
  color: #ffffff;
  font-size: 14px;
}

.main_menu #search_input_box input::-moz-placeholder {
  color: #ffffff;
  font-size: 14px;
}

.main_menu #search_input_box input::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 14px;
}

.main_menu #search_input_box .btn {
  width: 0;
  height: 0;
  padding: 0;
  border: 0;
}

.main_menu #search_input_box .lnr-cross {
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  padding: 10px 3px;
}

.main_menu #wrap {
  display: inline-block;
  position: relative;
  padding: 0;
  position: relative;
}

.main_menu #wrap span {
  margin-right: 19px;
  padding-right: 25px;
  border-right: 2px solid #a0a5a7;
  color: #211f1f;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.main_menu .header_social_icon ul li a {
		padding-right: 10px;
	}
	.main_menu #wrap span {
    margin-right: 10px;
    padding-right: 15px;
}
}

@media (max-width: 576px) {
  .main_menu #wrap span {
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0px solid #a0a5a7;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .main_menu #wrap span {
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0px solid #a0a5a7;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main_menu #wrap span {
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0px solid #a0a5a7;
  }
}

.main_menu input[type="text"] {
  height: 40px;
  font-size: 14px;
  display: inline-block;
  font-weight: 100;
  border: none;
  outline: none;
  padding: 3px;
  padding-left: 15px;
  padding-right: 60px;
  width: 0px;
  position: absolute;
  top: -10px;
  right: 40px;
  background: none;
  z-index: 3;
  transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
  cursor: pointer;
}

@media (max-width: 576px) {
  .main_menu input[type="text"] {
    right: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .main_menu input[type="text"] {
    right: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main_menu input[type="text"] {
    right: 0px;
  }
}

.main_menu input[type="text"]:focus:hover {
  border-bottom: 2px solid #000;
}

.main_menu input[type="text"]:focus {
  width: 260px;
  z-index: 1;
  cursor: text;
  border-bottom: 1px solid #000!important;
  background-position: 96% 47%;
  background-repeat: no-repeat;
  background-size: 16px 17px;
}

.main_menu input[type="submit"]:hover {
  opacity: 0.8;
}

.home_menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.menu_fixed {
  position: fixed;
  z-index: 9999 !important;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  top: 0;
}

.menu_fixed span {
  color: #000 !important;
}

button:focus {
  border: 0px;
  outline: none;
}
@media (max-width: 991px) {
  .navbar-light .navbar-toggler {
    border-color: transparent;
    padding: 0px;
  }
  .main_menu .navbar {
    padding: 20px 0;
  }
  .navbar-collapse {
    z-index: 9999 !important;
    position: absolute;
    left: 0;
    top: 78px;
    width: 100%;
    background-color: #fff;
    text-align: center !important;
    -moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
    box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
  }
  .main_menu .main-menu-item {
    text-align: left !important;
  }
  .main_menu .main-menu-item .nav-item {
    padding: 5px 15px !important;
  }
  .main_menu .main-menu-item .nav-item a {
    padding: 8px 15px !important;
  }
  .dropdown .dropdown-menu {
    transform: scale(1, 0);
    display: none !important;
  }
  .dropdown .dropdown-menu.show {
	transform: scale(1);
    display: block !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .dropdown .dropdown-menu {
    transform: scale(1, 0);
    display: none;
  }
  .dropdown:hover .dropdown-menu {
    transform: scale(1);
    display: block;
  }
}

.dropdown-menu {
  border: 0px solid rgba(0, 0, 0, 0.15) !important;
  background-color: #fff;
}

.dropdown .dropdown-menu {
  transition: all 0.5s;
  overflow: hidden;
  transform-origin: top center;
  transform: scale(1, 0);
  display: block;
  margin-top: 0;
  border-radius: 0;
}

.dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 8px 20px;
}

.dropdown:hover .dropdown-menu {
  transform: scale(1);
}


/* Nav toogle */

.nav-toggle {
  cursor: pointer;
  text-decoration: none;
}

.nav-toggle.active i::before,
.nav-toggle.active i::after {
  background: #000;
}

.nav-toggle.dark.active i::before,
.nav-toggle.dark.active i::after {
  background: #000;
}

.nav-toggle:hover,
.nav-toggle:focus,
.nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.nav-toggle i {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #211f1f;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  color: #211f1f;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.menu-show .nav-toggle i {
  background: #000;
  color: #000;
}

.nav-toggle i::before,
.nav-toggle i::after {
  content: '';
  width: 20px;
  height: 2px;
  background: #000;
  position: absolute;
  left: -5px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.menu-show .nav-toggle i::before,
.menu-show .nav-toggle i::after {
  background: #fff;
}

@media (prefers-reduced-motion: reduce) {
  .nav-toggle i::before,
  .nav-toggle i::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.nav-toggle.dark i {
  position: relative;
  color: #fff;
  background: #fff;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.nav-toggle.dark i::before,
.nav-toggle.dark i::after {
  background: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media (prefers-reduced-motion: reduce) {
  .nav-toggle.dark i::before,
  .nav-toggle.dark i::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.nav-toggle i::before {
  top: -7px;
}

.nav-toggle i::after {
  bottom: -7px;
}

.nav-toggle:hover i::before {
  top: -10px;
}

.nav-toggle:hover i::after {
  bottom: -10px;
}

.nav-toggle.active i {
  background: transparent;
}

.nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.nav-toggle {
  float: right;
  z-index: 1003;
  position: relative;
  top: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .nav-toggle {
    right: 10px;
  }
	.main_menu .header_social_icon ul li a,.ny-share .bdshare-button-style0-24 a  {
	  padding: 0px 7px;
	}
}

.menu-main-menu {
  width: 50%;
  background-color: rgba(255, 255, 255, 1);
  position: fixed;
  left: -55%;
  top: 0;
  padding-left: 20%;
  z-index: 999;
  -webkit-transition-duration: 1000ms;
  transition-duration: 1000ms;
}

@media (max-width: 767px) {
  .menu-menu-area.menu-open .header-social-info {
    display: none!important;
  }
  .menu-menu-area.menu-open .menu-main-menu {
    left: 0;
    width: 100%;
  }
}

.header-social-info {
  width: 50%;
  background-color: rgba(255, 255, 255, 1);
  right: -55%;
  position: fixed;
  height: 100%;
  top: 0;
  z-index: 999;
  padding-right: 20%;
  -webkit-transition-duration: 1000ms;
  transition-duration: 1000ms;
}

.menu-menu-area.menu-open .menu-main-menu {
  left: 0;
}

.menu-menu-area.menu-open .header-social-info {
  right: 0;
}

.menu-menu-area .navbar {
  padding: 0;
}

.menu-menu-area ul.navbar-nav {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
}

.menu-menu-area .nav-item .nav-link {
  color: #959595;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
  padding: 10px 0;
  font-family:Microsoft YaHei,Arial, Helvetica, sans-serif;
}

.menu-menu-area .nav-item .nav-link:hover,
.menu-menu-area .nav-item.active .nav-link {
  color: #000;
  font-weight: 500;
}

.menu-menu-area .dropdown-item {
  padding: 5px 15px;
  font-weight: 500;
  color: #959595;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family:Microsoft YaHei,Arial, Helvetica, sans-serif;
}

.header-social-info .h-social-icon>a {
  color: #959595;
  margin-bottom: 30px;
  display: block;
}

.header-social-info .h-social-icon>a:hover {
  color: #000;
}

#nav-icon {
  width: 25px;
  height: 30px;
  top: 8px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 0;
  line-height: 37px;
  color: #000;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #000;
  border-radius: 9px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 1px;
}

#nav-icon span:nth-child(2) {
  top: 8.5px;
  width: 70%;
}

#nav-icon span:nth-child(3) {
  top: 16px;
}

#nav-icon.open span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon.open span:nth-child(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  left: -100px;
}

#nav-icon.open span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  top: 0;
  width: 100%;
  padding: 1rem;
  position: absolute;
}

@media (max-width: 991.98px) {
  .site-navbar {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.site-navbar .toggle-button {
  position: absolute;
  right: 0px;
}

.site-navbar .site-logo {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

.site-navbar .site-logo a {
  text-transform: uppercase;
  color: #000;
  font-family:Microsoft YaHei,Arial, Helvetica, sans-serif;
}

@media (max-width: 991.98px) {
  .site-navbar .site-logo {
    float: left;
    position: relative;
  }
}

.site-navbar .site-navigation.border-bottom {
  border-bottom: 1px solid white !important;
}

.site-navbar .site-navigation .site-menu {
  margin: 0;
  padding: 0;
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .active {
  color: #b68c70 !important;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

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

.site-navbar .site-navigation .site-menu>li>a {
  margin-left: 15px;
  margin-right: 15px;
  padding: 20px 0px;
  color: rgba(0, 0, 0, 0.7) !important;
  display: inline-block;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
  color: #000 !important;
}

.site-navbar .site-navigation .site-menu>li.active>a {
  color: #000 !important;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #b68c70;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  display: none;
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #000 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #b68c70 !important;
  background: #f8f9fa;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
  padding: 9px 20px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
  background: #f8f9fa;
  color: #ced4da;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
  background: #f8f9fa;
  color: #ced4da;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
  color: #b68c70;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
  z-index: 9999;
  position: relative;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #ced4da;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {

  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
  font-family:Microsoft YaHei,Arial, Helvetica, sans-serif;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #b68c70;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li .nav-link.active {
  color: #b68c70;
}

.site-mobile-menu .site-nav-wrap li.active>a {
  color: #b68c70;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
  padding-left: 20px;
  font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
  font-size: 16px;
  padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li {
  width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li:first-child a {
  padding-left: 15px !important;
}

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
  position: absolute;
  top: 0;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.sticky-wrapper .site-navbar {
  background: #fff;
}

.sticky-wrapper .site-navbar ul li a {
  color: rgba(0, 0, 0, 0.7) !important;
}

.sticky-wrapper .site-navbar ul li a.active {
  color: #000 !important;
}

.sticky-wrapper.is-sticky .site-navbar {
  background: #fff;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #b68c70;
}

.sticky-wrapper.is-sticky .site-navbar ul li a {
  color: #000 !important;
}

.sticky-wrapper.is-sticky .site-navbar ul li a.active {
  color: #b68c70 !important;
}

.sticky-wrapper .shrink {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

@media (max-width: 991.98px) {
  .sticky-wrapper .shrink {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}


/*---------------------------------------
  HEADER SEARCH           
-----------------------------------------*/

.header__search {
  z-index: 400;
  display: block;
  text-align: center;
  background-color: #ffffff;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header__search-form {
  width: 100%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  top: 50%;
}

.header__search-form label {
  color: #000000;
}

.header__search-form::after {
  content: "Press Enter to begin your search.";
  display: block;
  letter-spacing: 0.6px;
  margin-top: 3.2rem;
  text-align: center;
}

.header__search-form input[type="search"] {
  background-color: transparent;
  color: #888;
  height: auto;
  width: 100%;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.6;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  max-width: 680px;
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
  margin: 0 auto;
  text-align: center;
}

.header__search-form input[type="search"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000000;
}

.header__search-form input[type="search"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000000;
  opacity: 1;
}

.header__search-form input[type="search"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000000;
  opacity: 1;
}

.header__search-form input[type="search"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000;
}

.header__search-form input[type="search"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000000;
}

.header__search-form input[type="search"]::placeholder {
  /* Most modern browsers support this now. */
  color: #000000;
}

.header__search-form input[type="search"].placeholder {
  color: #000000 !important;
}

.header__search-form input[type="search"]:focus {
  outline: none;
}

.header__search-form input[type="submit"] {
  display: none;
}

body.search-is-visible {
  overflow: hidden;
}

.search-is-visible .header__search {
  opacity: 1;
  visibility: visible;
}


/*---------------------------------------
  Close button for search              
-----------------------------------------*/

.header__search-close {
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  top: 21px;
  left: 50%;
  margin-left: -23px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.header__search-close::before,
.header__search-close::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 20px;
  top: 12px;
  left: 22px;
  background-color: #000;
}

.header__search-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header__search-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


/*  ----------------------------------------------------
  POPUP
-------------------------------------------------------- */

.search-icon {
  display: inline-block;
  float: right;
  line-height: 15px;
  line-height: 78px;
  margin: 0;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  width: 80%;
  position: relative;
  transition: all 2s ease-in-out;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 50%;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}

.close {
  float: right!important;
  font-weight: 700!important;
  line-height: 1!important;
  color: #000000!important;
  opacity: 1!important;
}

.popup .content {
  max-height: 30%;
  overflow: auto;
}

.list-li.d-flex li {
  padding: 0 .7rem;
  list-style: none;
  color: #000;
}

.header-social-info .h-social-icon>a {
  color: #959595;
  margin-bottom: 30px;
  display: inline-block;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .menu-right {
    display: none!important;
  }
}

.menu-right span {
  color: #000;
  font-weight: 700;
  margin-right: 10px;
}

.menu-right p {
  margin-bottom: 1rem!important;
}


/*======================
      4.HERO
========================*/

.hero-wrap {
  height: 700px;
  position: relative;
  background-size: cover!important;
  background-repeat: no-repeat!important;
  background-position: center center!important;
}

.hero-wrap:after {
  content: '';
  position: absolute;
  bottom: 60px;
  display: block;
  left: 0;
  right: 0;
  width: 1px;
  height: 120px;
  background-color: #211f1f;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  animation: banner-line 2s ease-in-out forwards;
  transition: all .6s;
}

@keyframes banner-line
{
0% {bottom: 60px;}
50% {bottom: 0px;}
100% {bottom: -60px;}
}

@media (prefers-reduced-motion: reduce) {
  .hero-wrap .overlay {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.hero-wrap .text {
  color: #fff;
  height: 700px;
  position: relative;
}

.hero-wrap .text .breadcrumbs {
  font-size: 16px;
  letter-spacing: 5px;
  position: relative;
  z-index: 5;
  color: rgb(255 255 255 / 37%);
  transform:translateY(100px);
  transition:all .5s linear .4s;
  line-height: 40px;
  opacity: 0;
}

.hero-wrap .text .breadcrumbs span {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  color: #000;
}

.hero-wrap .text .breadcrumbs span a {
  color: #000;
}

.hero-wrap .text .bread {
  margin-bottom: 30px;
  z-index: 5;
  line-height: 1.3em;
  position: relative;
  font-size: 80px;
  font-family: "KaiTi", cursive;
  line-height: 1;
  color: #fff;
  text-shadow: 2px 3px 0px rgb(255 255 255 / 88%), 0px 0px 4px #0000, 5px 4px 0px #fff0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
  -o-background-clip: text;
  -o-text-fill-color: transparent;
  line-height: 1.2em;
  transform:translateY(100px);
  transition:all .6s linear .2s;
  opacity: 0;
}

.hero-wrap .swiper-slide-active .text .bread,.hero-wrap .swiper-slide-active .text .breadcrumbs {
  transform:translateY(0px);
  opacity: 1;
}


@media (max-width: 991.98px) {
  .hero-wrap .text .bread {
    font-size: 36px;
  }
    .hero-wrap .text {
    padding:0px 50px;
  }
}


.hero-wrap {
  height: 100%;
}

.hero-wrap {
  margin: 0 40px;
}

.hero-wrap .swiper-button-next,.hero-wrap .swiper-button-prev {
    color: #c00;
}
.hero-wrap .swiper-button-next::after,.hero-wrap .swiper-button-prev::after {
  font-size:40px;
}

@media (max-width: 767.98px) {
  .hero-wrap {
    margin: 0 0px;
  }
  .hero-wrap .text .breadcrumbs {
    letter-spacing: 3px;
  }
}

.hero-wrap-overlay {
  background: #000;
  position: absolute;
  z-index: 9999;
  display: block;
  top: 0;
}

.slider-text .subheading {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 20px;
  color: #000;
  position: absolute;
  top: -30px;
  left: 5px;
  z-index: 5;
}

@media (max-width: 767.98px) {
  .slider-text .subheading {
    margin-top: -10px;
  }
}

.slider-text .subheading-2 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 10px;
  color: #000;
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 5;
}

.slider-text .desc {
  display: inline-block;
  position: relative;
  z-index: 5;
}

.slider-text h1 {
  font-size: 150px;
  color: #000;
  line-height: 1;
  padding-bottom: 30px;
  font-family: "KaiTi", cursive;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 5;
  text-shadow: 8px 3px 0px #000, 0px 0px 4px #0000, 9px 4px 0px #fff0;
  -webkit-animation: myanimation 10s infinite;
  animation: myanimation 10s infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
  -o-background-clip: text;
  -o-text-fill-color: transparent;
}

@media (max-width: 1199.98px) {
  .slider-text h1 {
    font-size: 200px;
  }
}

@media (max-width: 991.98px) {
  .slider-text h1 {
    font-size: 150px;
  }
}

@media (max-width: 767.98px) {
  .slider-text h1 {
    font-size: 75px;
  }
}

.slider-text p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
}

.slider-text p strong {
  font-weight: 700;
}

.slider-text p strong a {
  color: #000;
}

.slider-text .breadcrumbs {
  border: 1px solid red;
  font-size: 16px;
  margin-bottom: 20px;
  z-index: 99;
  font-weight: 400;
}

.slider-text .breadcrumbs span {
  color: rgba(255, 255, 255, 0.8);
}

.slider-text .breadcrumbs span i {
  color: rgba(255, 255, 255, 0.8);
}

.slider-text .breadcrumbs span a {
  color: white;
}

.slider-text .breadcrumbs span a:hover,
.slider-text .breadcrumbs span a:focus {
  color: #69779b;
}

.slider-text .breadcrumbs span a:hover i,
.slider-text .breadcrumbs span a:focus i {
  color: #69779b;
}

.slider-text .bread {
  font-weight: 700;
  color: #fff;
  font-size: 100px;
  border: 1px solid red;
}


/*======================
    5.WORKS
========================*/

.portfolio-wrap {
  padding-bottom: 0px;
  padding-right: 0;
  padding-left: 80px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .portfolio-wrap {
    padding-bottom: 0px;
    padding-right: 0;
    padding-left: 0px;
    position: relative;
  }
}

.portfolio-content {
  position: absolute;
  left: 0px;
  top: 80px;
}

.portfolio-wrap p {
  margin-bottom: 0px;
}

.portfolio-wrap h3 {
  color: #1b1b1b;
  font-weight: normal;
  text-shadow: -1px -1px 0 rgb(255 255 255 / 10%),  
         1px -1px 0 rgb(255 255 255 / 10%),
        -1px  1px 0 rgb(255 255 255 / 10%),
         1px  1px 0 rgb(255 255 255 / 10%);
}

.portfolio-link {
  color: #ff9800;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  padding-right: 35px;
  line-height: 1.5em;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  padding-left: 90px;
}

.portfolio-wrap img {
  transition: 1s;
  transform: scale(0.9, 0.9);
}

@media (min-width: 1000px) {
	.portfolio-wrap:hover img {
  -ms-transform: scale(0.8, 0.8);
  /* IE 9 */
  -webkit-transform: scale(0.8, 0.8);
  /* Safari */
  transform: scale(0.8, 0.8);
  transition: 1s;
}
}

.portfolio-items .col-md-6:nth-child(2) {
  margin-top: 75px;
}

.portfolio-title-single {
  font-size: 50px;
  font-weight: 900;
  line-height: 1.2;
}


/*filter css*/

.filter-wrapper {
  width: 100%;
  padding: 0px;
  margin-bottom: 30px;
  overflow: hidden;
}

.filter-wrapper li {
  display: inline-block;
  margin: 0px 0 10px 0;
}

.filter-wrapper li a {
  margin-right: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #8d8d8d;
  line-height: 22px;
  letter-spacing: 1px;
  position: relative;
  font-size: 15px;
}


/*======================
        6.TEAM
========================*/

.team_area span {
  font-size: 14px
}

.team_area .single_team {
  margin-bottom: 30px
}

.team_area .single_team .thumb {
  position: relative;
  width: 200px;
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  margin: auto;
  z-index: 9;
  overflow: hidden
}

.team_area .single_team .thumb .author_links {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 36px;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: .3s
}

.team_area .single_team .thumb .author_links ul li {
  display: inline-block
}

.team_area .single_team .thumb .author_links ul li a {
  font-size: 15px;
  color: #d5ccc7;
  margin: 0 12px
}

.team_area .single_team .thumb .author_links ul li a:hover {
  color: #fff
}

.team_area .single_team .thumb::before {
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  opacity: .5;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.team_area .single_team h3 {
  font-size: 26px;
  color: #131313;
  font-weight: 500;
  margin-top: 45px;
  margin-bottom: 17px
}

.team_area .single_team p {
  color: #808080;
  font-weight: 400;
  font-size: 16px
}

.team_area .single_team:hover .author_links {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}

.team_area .single_team:hover .thumb::before {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: .5
}

.team-thumb {
  width: 100%;
}

.team-overlay {
  color: #ffffff;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 90px;
  overflow: hidden;
  transition: height 450ms;
  opacity: 0;
  text-align: center;
}

@media (min-width: 1000px) {
	.zhanting .owl-item.active.center .team-overlay,.team-thumb:hover .team-overlay {
	  height: 100%;
	  background: rgb(255 255 255 / 80%);
	  color: #222;
	  padding-top: 30%;
	  opacity: 1;
	}
}

.team-thumb:hover h4 {
  color: #000000;
}

.team-thumb h4 {
  margin-bottom: 20px;
	font-size:26px;
}

.team-thumb h6 {
  margin-bottom: 20px;
  display: inline-block;
}

.team-social ul li {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}


/*======================
        7.SERVICES
========================*/

.services .item {
  padding: 60px 30px;
  background-color: #fff;
  margin-bottom: 50px;
  position: relative;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, .05);
  border: 1px solid #dbdbdc;
}

.services .item:hover {
  box-shadow: 15px 0 50px rgb(0, 0, 0, 0.11);
}

.services .item i {
  color: #211f1f;
  font-size: 35px;
  float: left;
  position: relative;
  z-index: 2;
  text-shadow: 0 8px #dbdbdc;
}

.services .item img {
  color: #211f1f;
  width: 45px;
  font-size: 35px;
  float: left;
  position: relative;
  z-index: 2;
  top: -10px;
  text-shadow: 0 8px #dbdbdc;
  opacity: 0.5;
}

.services .item i:after {
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #eee;
  opacity: .5;
  z-index: -1;
  position: absolute;
  right: 10px;
  top: -25px;
}

.services .item img:before {
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #eee;
  opacity: .5;
  z-index: -1;
  position: absolute;
  right: 5px;
  top: -15px;
}

.services .item h4 {
  margin-left: 60px;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 900;
}

.services .item p {
  margin-left: 60px;
}

.services .item .numb {
  font-size: 35px;
  font-weight: bold;
  position: absolute;
  bottom: 15px;
  right: 20px;
  opacity: .5;
}


/*===========================
        8.SKILL
=============================*/

.skill-item h6 {
  font-size: 15px;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: 300;
}

.skill-item span {
  font-size: 15px;
  margin-bottom: 5px;
  display: inline-block;
  float: right;
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: transparent;
  text-align: center;
  background: #151515;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media (max-width: 575px) {
  .skill-item {
    margin-bottom: 30px;
    margin-left: 0px;
  }
}

.progress {
  width: 100%;
  overflow: hidden;
  height: 2px;
  margin-bottom: 30px;
  background-color: #e9ecef;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar,
.progress {
  transition: all 4s;
}


/*===========================
        9.CLIENTS
=============================*/

.clients .brands {
  padding: 100px 10px;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.clients .brands:last-of-type {
  border-right: 0;
}

.clients .brands:hover .img {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.clients .brands:hover .link {
  opacity: 1 !important;
  -webkit-transition: 0;
}

.clients .brands:hover .char {
  -webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
}

.clients .brands .item {
  position: relative;
  text-align: center;
}

.clients .brands .item .link {
  font-size: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  top: 10px;
}

.clients .brands .img {
  max-width: 155px;
  margin: auto;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 0.7;
}

.clients .bord {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}


/*======================
        10.BLOG
========================*/

.blog-pagination {
  margin-top: 100px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.blog-pagination .page-link {
  font-size: 15px;
  position: relative;
  display: block;
  padding: 0;
  border-radius: 50%!important;
  text-align: center;
  margin-left: -1px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  background: transparent;
  font-weight: 700;
  font-family:Microsoft YaHei,Arial, Helvetica, sans-serif;
}

li.page-item.active {
  font-size: 15px;
  position: relative;
  border: 1px solid #000!important;
  display: block;
  padding: 0;
  border-radius: 50%!important;
  text-align: center;
  margin-left: -1px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  /* border-radius: 0 !important; */
  color: #000;
  margin-right: 10px;
  background: transparent;
  /* border: none; */
  font-weight: 700;
  font-family:Microsoft YaHei,Arial, Helvetica, sans-serif;
}

.page-item.active .page-link {
  z-index: 3;
  color: #000;
  background-color: transparent;
  border-color: transparent;
}

.blog_area a {
  color: #888 !important;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #888;
  background-color: transparent;
}

.single-blog-title {
  font-size: 26px;
  color: #000;
  font-weight: bold;
}

.date {
  margin-bottom: 10px;
  color: #999;
}

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff;
}

.sidebar-box *:last-child {
  margin-bottom: 0;
}

.sidebar-box h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.categories li,
.sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dee2e6;
  list-style: none;
}

.categories li:last-child,
.sidelink li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.categories li a,
.sidelink li a {
  display: block;
}

.categories li a span,
.sidelink li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
}

.categories li.active a,
.sidelink li.active a {
  color: #000;
  font-style: italic;
}

.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
}

.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}

.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}

.comment-list li .vcard {
  width: 80px;
  float: left;
}

.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}

.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
  font-size: 20px;
  color: #000;
}

.comment-list li .comment-body .meta {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .1em;
  color: #ccc;
}

.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #e6e6e6;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}

.comment-list li .comment-body .reply:hover {
  color: #000;
  background: #e3e3e3;
}

.search-form .form-group {
  position: relative;
}

.search-form .form-group input {
  padding-right: 50px;
}

.search-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post-meta {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .2em;
}

.post-meta a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.single-blog-tags {
  margin-right: 10px;
}

.post-entry h3 {
  font-size: 24px;
  color: #fff;
}

.post-entry .date {
  margin-bottom: 10px;
}

.post-entry .date {
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
}

.post-entry h3 a {
  color: #000;
  line-height: 1.6em;
  font-size: 24px;
  display: inline-block;
  line-height: 40px;
  height: 80px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.post-entry .name {
  color: #000;
}

.author_name span {
  font-size: 13px;
  font-weight: 500;
  color: #fff !important;
  font-family:Microsoft YaHei,Arial, Helvetica, sans-serif;
}

.author_name h5 {
  color: #fff !important;
}


/*======================
        11.CONTACT
========================*/

.form-group {
  margin-bottom: 30px;
}

.form-control {
  height: 55px;
  background: #fff !important;
  font-family:Microsoft YaHei,Arial, Helvetica, sans-serif;
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid #dee2e6;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control:active,
.form-control:focus {
  border-color: #b68c70;
}

.form-control:hover,
.form-control:active,
.form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}


/*======================
        12.FOOTER
========================*/

footer .site-logo {
  margin-bottom: 30px;
}

footer .site-logo a {
  text-transform: uppercase;
  color: #fff;
  font-family:Microsoft YaHei,Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  letter-spacing: 5px;
  font-weight: 600;
}

.footer {
  padding: 4em 0;
}

@media (min-width: 768px) {
  .footer {
    padding: 8em 0;
  }
}

.footer .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.footer h2,
.footer h3,
.footer h4,
.footer h5 {
  color: #fff;
}

.footer a {
  color: rgba(255, 255, 255, 0.5);
}

.footer a:hover {
  color: white;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer .footer-heading {
  font-size: 16px;
  color: #fff;
}

.site-logo-footer {
  font-family:Microsoft YaHei,Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

.site-logo-footer a {
  color: #b68c70;
}


/*===========================
      13.TESTIMONIALS
=============================*/

.author {
  margin-bottom: 30px;
}

.testmonial_area .testmonial_info .author img {
  width: 140px;
  margin: auto;
  border-radius: 50%;
  border: 2px dotted #b68c70;
  padding: 5px;
}

.author_name {
  font-size: 13px;
  color: #000 !important;
  font-family:Microsoft YaHei,Arial, Helvetica, sans-serif;
}


/* Cursor */

.cursor {
  width: 20px;
  height: 20px;
  border: 1px solid black;
  border-radius: 50%;
  position: absolute;
  transition-duration: 200ms;
  transition-timing-function: ease-out;
  animation: cursorAnim .5s infinite alternate;
  pointer-events: none;
  z-index: 9999;
}

.cursor::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  border: 4px solid #c0c2c3;
  border-radius: 50%;
  opacity: .5;
  top: -15px;
  left: -15px;
  animation: cursorAnim2 .5s infinite alternate;
  z-index: 9999;
}

@keyframes cursorAnim {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.7);
  }
}

@keyframes cursorAnim2 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.4);
  }
}

@keyframes cursorAnim3 {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

.expand {
  animation: cursorAnim3 .5s forwards;
  border: 1px solid #b68c70;
}
@media (min-width: 1440px) {
.container {
    max-width: 1240px;
}
}
@media (min-width: 1600px) {
.container {
    max-width: 1500px;
}
}
.navbar-brand img {
    max-width: 220px;
}
h2 {
    letter-spacing: 0.45em;
}
.video-container,.img-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -9;
}

.video-container video,.img-container img,.video-container img {
	width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

.img-container img.wap,.video-container img.wap {
  display:none;
}

.video-container::after {
	content: '';
	z-index: 0;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgb(0 0 0 / 50%);
	position: absolute;
}
.post-entry {
    padding: 60px 30px;
    background-color: #fff;
    /* margin-bottom: 50px; */
    position: relative;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, .05);
    border: 1px solid #dbdbdc;
}
.g-bg{background: rgb(238 238 238 / 33%);}
.product{padding: 0 30px;}
.team-thumb img {
    width: 100%;
}

.row .col-xl-4:nth-child(2) .team-thumb .team-overlay {
  height: 100%;
  background-color: #ffffff;
  color: #222;
  padding-top: 30%;
  opacity: 0.9;
}
.home-about h2 {
    /* color: #c00; */
}

.portfolio_active.owl-theme .owl-dots .owl-dot span{
	width:30px;height:2px;margin:5px 7px;background:#999999;border-radius:initial; transition: all .3s linear;}
.portfolio_active.owl-theme .owl-dots .owl-dot.active span{
	width: 60px;
	background: #6ac5a2;
}

.copyright {
	color:#767a7d;
}
.copyright a:link,.copyright a:visited {
	color:#767a7d;
}
.copyright a:hover {
	color:#fff;
}

.footer-menu {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #666;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.footer-menu ul {
	display: inline-flex;
	justify-content: space-around;
	width: 100%;
}
.footer-menu a:link,.footer-menu a:visited{
	color: #e4e4e4;
}
.footer-menu a:hover{
	color: #fff;
}

@media (max-width: 1500px) {
	.portfolio-content {
		position:relative;
		top:initial;
		text-align:center;
		padding: 20px 0px 0px;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.portfolio-content h3 {
		margin:0px;
		font-size: 24px;
	}
	.site-section {
	  padding: 80px 0;
	}
	.portfolio-wrap {
		padding-left:0px;
	}
	#about .img-fluid {
		max-width:60%;
	}
	.post-entry h3 a {
		font-size:22px;
	}
}
@media (max-width: 1279px) {
	.site-section {
	  padding: 60px 0;
	}
	.post-entry h3 a {
		font-size: 18px;
	}
}
@media (max-width: 1000px) {
	h1 {
		  font-size: 50px;
	}
	.h2,h2 {
	  font-size: 40px;
	  letter-spacing: 10px;
	}
	@keyframes banner-line
{
0% {bottom: 30px;}
50% {bottom: 0px;}
100% {bottom: -30px;}
}
	.hero-wrap:after {
	  bottom: -30px;
	  height: 60px;
	}

	#about .img-fluid {
		max-width:100%;
	}
	  .about-num {
  	width: 100%;
  	height: auto;
  	overflow: hidden;
		  padding-left:50px;
  }
}
@media (max-width: 768px) {
	.footer-menu ul {
		display:initial;
	}
	.footer-menu ul li {
		width:25%;
		float:left;
	}
	p {
	  margin-bottom: 5px;
	}
  .site-section {
    padding: 50px 0px;
  }
	.site-section.ly-box {
	padding-top:30px;
}
	.pic-list {
		margin:0px 20px;
	}
  h1 {
	  font-size: 48px;
  }
  .h2,h2 {
    font-size: 36px;
  }
  h3 {
	  font-size: 20px;
  }
  h4 {
  	  font-size: 18px;
  }
  .about  {
  margin-top:30px;
}
.title-page {
  margin-bottom: 30px;
}
.mt-50 {
  margin-top: 30px;
}

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

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

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

.mb-80 {
  margin-bottom: 40px;
}
  .video-container video {
    display:none;
  }
  .video-container::after {
    display:none;
  }
  .img-container img.pc {
    display:none;
  }
  .img-container img.wap, .video-container img.wap {
    display:block;
  }

  .post-entry {
      padding: 30px;
      margin-bottom: 30px;
  }
  .post-entry h3 a {
    font-size: 18px;
    height: auto;
  }
  .portfolio_active.owl-theme .owl-dots .owl-dot span{
  	width:10px;margin:5px 5px;}
  .portfolio_active.owl-theme .owl-dots .owl-dot.active span{
  	width: 20px;
  }
.team-overlay {
	opacity: 1;
	position: relative;
	height: auto;
	margin-top: 20px;
}
.cursor {
	display: none;
}
	.about-num {
		padding-left:30px;
	}
}<!--ºÄÊ±0.00042390823364258Ãë-->