
@media(min-width:1200px){
::-webkit-scrollbar{width:8px; height:8px; background:rgb(255,255,255);}
::-webkit-scrollbar-thumb{background:rgba(60,74,154,0.99);}
::-webkit-scrollbar-track-piece{width:8px; height:8px;}
}

*,
*:before,
*:after{box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box;}
*{outline:none; font-family:Arial, Helvetica, Microsoft YaHei;}
*[hide]{display:none;}
*::-webkit-input-placeholder{color:rgb(118,125,165); opacity:.68;}
*::-moz-input-placeholder{color:rgb(118,125,165); opacity:.68;}
*::-ms-input-placeholder{color:rgb(118,125,165); opacity:.68;}

html,body{margin:0; width:100%; min-height:100%; word-wrap:break-word; word-break:break-all; 
background:rgb(255,255,255); font-size:14px; font-weight:500; line-height:2; color:rgb(118,125,165);}

dir,ul,ol,li{margin:0; padding:0; list-style:none;}
form{margin:0; padding:0;}
p,dl,dt,dd{margin:0; padding:0;}

img{border:none;}
p>img{max-width:100%;}
ins{text-decoration:none;}
a{text-decoration:none; color:rgb(118,125,165); transition:.3s;}
a:hover{color:rgba(60,74,154,0.99);}
a[button="button"]{display:inline-block; padding:4px 18px; border-radius:4px; background:rgba(60,74,154,0.99); color:#fff;}
a[button="button"] *{cursor:pointer;}
a[button="button"]:hover{opacity:.8; box-shadow:0 0 5px rgba(0,0,0,0.1);}
@media(max-width:767px){
a[button="button"]{padding:2px 12px; border-radius:2px;}
}

h1,h2,h3,h4,h5,h6{margin:0; padding:0; font-weight:500;}
h1{font-size:28px;}
h2{font-size:21px;}
h3{font-size:16px;}
h4{font-size:15px;}
h5{font-size:13px;}
h6{font-size:12px;}

table,tbody{width:100%; border-collapse:collapse;}
tr{background:#fff; transition:.3s;}
tr:hover{background:#f8f8f8;}
th{background:#fcfcfc;}
th,td{border:1px solid #f0f0f0; padding:8px; text-align:left;}

section{display:block;}

article{display:block; max-width:100%; margin:0 auto;}
article:after{display:block; content:''; clear:both;}
article iframe,
article video,
article img{max-width:100%;}
@media(min-width:1200px){
article{padding:0 28px; width:1388px;}
}
@media(max-width:1199px){
article{padding:0 18px;}
}
@media(max-width:767px){
article{padding:0 8px;}
}

aside iframe,
aside video,
aside img{max-width:100%;}
aside:after{display:block; content:''; clear:both;}

dir{display:block;}
dir>ol{margin:0 -4px; text-align:center; font-size:0;}
dir>ol>li{display:inline-block; margin:4px;}
dir>ol>li>a{display:block; padding:2px 8px; border-radius:3px; border:1px solid #f0f0f0; font-size:14px;}
dir>ol>li>a.on,
dir>ol>li>a:hover{background:rgba(60,74,154,0.99); border-color:rgba(60,74,154,0.99); color:#fff;}
dir>ol>li>a.on,
dir>ol>li>a.no{cursor:no-drop;}
@media(max-width:767px){
dir>ol{margin:-3px;}
dir>ol>li{display:inline-block; margin:3px;}
dir>ol>li>a{display:block; padding:0 8px; border-radius:2px;}
}


select,
textarea,
input[type=file],
input[type=text],
input[type=password],
input[type=number],
input[type=tel],
input[type=email]{display:block; width:100%; margin:0; transition:.3s;  padding:8px 12px; border-radius:3px; 
background:#fff; border:1px solid #e8e8e8; line-height:2; height:46px; font-size:14px;}
select[multiple],
textarea{height:130px;}
select:hover,
textarea:hover,
input[type]:hover,
div.file_input>input[type=file]:hover+input[type=text],
select:focus,
textarea:focus,
input[type]:focus,
div.file_input>input[type=file]:focus+input[type=text]{box-shadow:0 0 8px rgba(0,0,0,.08);}

h6.alert{position:fixed; top:0; left:0; right:0; z-index:8888888; opacity:0; user-select:none; pointer-events:none; text-align:center; background:none !important;}
h6.alert.on{top:20px; opacity:1; transition:0.3s;}
h6.alert>b{display:inline-block; font-weight:normal; position:relative; padding:13px 20px 13px 48px; text-align:left; max-width:500px; background:#fff; border:1px solid #e4e7ed; box-shadow:0 0 12px rgba(0,0,0,.12); border-radius:6px; font-size:14px; line-height:22px; }
h6.alert>b:before{position:absolute; top:14px; left:16px; font-family:'FontAwesome'; content:"\f128"; width:20px; height:20px; border-radius:50%; line-height:20px; text-align:center; background:#d8d8d8; color:#fff;}
h6.alert.red>b:before{background:#fd4e5e; content:"\f12a";}
h6.alert.green>b:before{background:#13ce67; content:"\f00c";}
h6.alert.brown>b:before{background:#a5692d; content:"\f129";}
h6.alert.yellow>b:before{background:#ffd700; content:"\f129";} 
h6.alert.blue>b:before{background:#1880ff; content:"\f00c";}
h6.alert.gold>b:before{background:#edc86c; content:"\f129";}
@media(max-width:767px){
h6.alert>b{max-width:100%;}
}

dl.form8 input[name^="params"][type="file"]{opacity:0;}
div.file_input{display:block; position:relative;}
div.file_input>input[type=file]{position:absolute; z-index:2; top:0; left:0; height:100%; opacity:0; cursor:pointer;}
div.file_input>input[type=text]{padding-left:60px; cursor:pointer;}
div.file_input>i{position:absolute; z-index:1; background:#f8f8f8; cursor:pointer; border-right:1px solid #e8e8e8; top:1px; left:1px; bottom:1px; text-align:center; width:48px; font-size:16px;}
div.file_input>i:before{position:absolute; top:50%; left:0; right:0; line-height:16px; margin-top:-8px;}
code.tights>select+select{margin-top:2px;}

span.captcha.phonecode{margin-top:8px;}
span.captcha.phonecode>ins[resend]>i{font-style:normal;}

section.copyright{background:#000; padding:8px 0; text-align:center; color:#fff;}
section.copyright a{color:#fff;}
div[comment]{background:#fff;}
div[comment] div{display:block;}
div[comment] div>textarea{display:block; border:1px solid #b8b8b8; height:88px;}
div[comment] div>p{margin-top:18px;}
div[comment] div>p>button{cursor:pointer; border:none; color:#fff; line-height:28px; padding:2px 18px 0 18px; border-radius:18px; background:#585858; transition:.3s;}
div[comment] div>p>button:hover{background:rgba(60,74,154,0.99);}
div[comment] div>p>label{cursor:pointer; padding-left:8px; display:inline-block; line-height:30px; color:#282828;}
div[comment] ul{display:block; list-style:none; background:#fff; margin-top:22px;}
div[comment]>ul{margin-top:32px;}
div[comment] ul>li{display:block; list-style:none; position:relative; margin-top:18px;}
div[comment]>ul>li{margin-top:28px;}
div[comment] ul>li:first-child{margin-top:0;}
div[comment] ul>li>img{display:block; position:absolute; left:0; top:0; width:30px; height:30px; border-radius:50%;}
div[comment]>ul>li>img{width:36px; height:36px;}
div[comment] ul>li>dl{padding:0 0 0 42px;}
div[comment]>ul>li>dl{padding:0 0 0 48px;}
div[comment] ul>li>dl>dt:after{display:block; content:''; clear:both;}
div[comment] ul>li>dl>dt>b{float:left; font-size:15px; line-height:24px; color:#383838;}
div[comment]>ul>li>dl>dt>b{line-height:28px;}
div[comment] ul>li>dl>a{color:#000; display:inline-block; margin:8px 0 0 42px; cursor:pointer;}
div[comment] ul>li>dl>a:hover{color:rgba(60,74,154,0.99);}
div[comment] ul>li>dl>a>i{padding-left:4px; line-height:inherit;}
div[comment] ul>li>dl>p{font-size:15px; line-height:25px; margin:4px 0 6px 0; color:#181818;}
div[comment]>ul>li>dl>p{font-size:16px; line-height:28px; margin:6px 0 8px 0;}
div[comment] ul>li>dl>p>a{color:#686868;}
div[comment] ul>li>dl>dd{display:block;}
div[comment] ul>li>dl>dd>a[like]{font-size:15px; line-height:26px; color:#585858; cursor:pointer; line-height:28px; margin-left:8px;}
div[comment] ul>li>dl>dd>a[like]:before{padding-right:2px;}
div[comment] ul>li>dl>dd>a[reply]{display:inline-block; font-size:14px; padding:0 8px; line-height:26px; cursor:pointer; background:#f8f8f8; color:#282828; border-radius:18px; margin-left:8px;}
div[comment] ul>li>dl>dd>a[reply]:before{margin-right:4px;}
div[comment] ul>li>dl>dd>a[reply].on,
div[comment] ul>li>dl>dd>a[reply]:hover{color:rgba(60,74,154,0.99);}
div[comment] ul>li>dl>dd>i{font-style:normal; font-size:14px; color:#888; line-height:26px;}
div[comment] ul>li>dl>div{margin:14px 0;}
div[comment] ul>li>dl>div>textarea{height:68px;}
div[comment] ul>li>dl>div>p{margin-top:12px;}
div[comment] ul>li>dl>div>p>button{line-height:24px; padding:2px 14px 0 14px;}
div[comment] ul>li>dl>div>p>button:hover{background:rgba(60,74,154,0.99);} 
div[comment] ul>li>dl>div>p>label{line-height:26px;}
div[comment]>a{display:block; background:#f8f8f8; margin-top:32px; line-height:38px; text-align:center; border-radius:3px; cursor:pointer; color:#585858;}
div[comment]>a>i{line-height:inherit;}
div[comment]>a:hover{color:rgba(60,74,154,0.99);}
@media(max-width:767px){
div[comment] ul{margin-top:18px;}
div[comment]>ul{margin-top:28px;}
div[comment] ul>li{margin-top:14px;}
div[comment]>ul>li{margin-top:24px;}
div[comment] ul>li>img{width:26px; height:26px;}
div[comment]>ul>li>img{width:30px; height:30px;}
div[comment] ul>li>dl{padding:0 0 0 35px;}
div[comment]>ul>li>dl{padding:0 0 0 40px;}
div[comment] ul>li>dl>dt>b{font-size:14px; line-height:22px;}
div[comment]>ul>li>dl>dt>b{line-height:24px;} 
div[comment] ul>li>dl>p{font-size:14px; line-height:22px; margin:4px 0;}
div[comment]>ul>li>dl>p{font-size:14px; line-height:22px; margin:4px 0;}
div[comment] ul>li>dl>dd>a[like]{font-size:13px;}
div[comment] ul>li>dl>dd>a[reply]{font-size:12px; padding:0 8px; line-height:22px; margin-left:6px;}
div[comment] ul>li>dl>dd>i{font-size:12px; line-height:22px;}
div[comment] ul>li>dl>a{margin:2px 0 0 35px;}
div[comment] ul>li>dl>div{margin:8px 0;}
}
html {
  scroll-behavior: smooth;
}
h1,
h3,
h4,
h5,
h6 {
  color: rgba(60,74,154,0.99);
}
h1 {
  font-style: normal;
  font-weight: 800;
  font-size: 72px;
  line-height: 88px;
  color: #ffffff;
}
h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 60px;
  line-height: 72px;
  color: rgba(60,74,154,0.99);
}
h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 60px;
  color: rgba(60,74,154,0.99);
}
h4 {
  font-style: normal;
  font-weight: 800;
  font-size: 60px;
  line-height: 60px;
  color: rgba(60,74,154,0.99);
}
h5 {
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 60px;
  color: #ffffff;
}
h6 {
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 30px;
  color: rgba(60,74,154,0.99);
}
p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
  color: rgb(118,125,165);
}
span {
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
  color: rgba(60,74,154,0.99);
}
a {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none !important;
  outline: none;
  color: rgba(60,74,154,0.99);
}
img {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  display: inline-block !important;
}
ul {
  margin-bottom: 0px;
  padding: 0;
}
li {
  list-style: none;
  position: relative;
}
a:hover{
  cursor: pointer;
  color: rgba(60,74,154,0.99);
}
a:hover, a:visited, a:active, a:focus {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.text-truncate2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text-truncate3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.text-truncate4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#main-wrap {
  overflow: hidden;
  position: relative;
}
.form-control:focus {
  border: none;
  outline: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input:focus-visible {
  outline: none;
}
.row>*{
  padding-left: 15px;
  padding-right: 15px;
}
.row{
  margin: 0 -15px;
}

.button-light{
  display: inline-block;
  position: relative;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.05em;
  background: transparent;
  padding: 20px 36px 0 36px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
  color: rgba(60,74,154,0.99);
}
.button-light::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 58px;
  top: 0;
  left: 0px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  border: 1px solid rgba(60,74,154,0.99);
  border-right: none;
}
.button-light::after {
  content: "";
  position: absolute;
  width: 42px;
  height: 58px;
  top: 0;
  right: 0px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  border: 1px solid rgba(60,74,154,0.99);
  border-left: none;
}
.button-light:hover:before {
  width: 100%;
}
.button-light:hover:after {
  width: 100%;
}

.watch_video_button span{
  color: #ffffff;
}
.more-wraper {
  position: relative;
  width: 180px;
  max-width: 180px;
  height: 180px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  z-index: 1;
}
.watch-button {
  background: none;
  border: 2px dashed #ffffff;
}
.watch-button-circle{
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-clip: content-box;
  padding: 2.5px;
  cursor: pointer;
}
.watch_video_button {
  position: absolute;
  top: 90px;
  left: 90px;
  width: 180px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  cursor: pointer;
}
.more-wraper:hover .watch-button-circle {
  -webkit-animation: spin 5s linear infinite;
  -moz-animation: spin 5s linear infinite;
  -ms-animation: spin 5s linear infinite;
  -o-animation: spin 5s linear infinite;
  animation: spin 5s linear infinite;
}

.preloader {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  background: #ffffff;
  z-index: 999;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.loader{
  width: 278px;
  height: 108px;
  margin: 70px auto;
  overflow: hidden;
  position: relative;
}
.loader .box{
  width: 50%;
  height: 50%;
  background: transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: 15% 60%;
  animation: loading-2 2.1s ease-in-out infinite;
}
.loader .box-inner-1{
  width: 100%;
  height: 100%;
  position: absolute;
  transform-origin: 15% 60%;
  animation: loading-3 2.1s ease-in-out infinite;
}
.loader .box-1{
  width: 70px;
  height: 17px;
  background: #333;
  border-radius: 0 0 27px 27px;
  position: absolute;
  bottom: 20%;
  right: 30%;
  transform-origin: -15% 0;
}
.loader .box-2{
  width: 35%;
  height: 20%;
  background: transparent;
  border-radius: 50%;
  border-top: 7px solid #333;
  border-left: 7px solid transparent;
  position: absolute;
  bottom: 55%;
  right: 80%;
  transform: rotate(20deg) rotateX(0deg) scale(1.3, 0.9);
}
.loader .box-inner-2{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 24%;
  transform: rotateX(85deg);
  animation: loading-1 2.1s ease-in-out infinite;
}
.loader .box-3{
  width: 35%;
  height: 40%;
  background: #333;
  border-radius: 50%;
  box-shadow: 0 0 3px 0 #333;
  position: absolute;
  bottom: 46%;
  right: 40%;
  transform-origin: -32% 0;
  animation: loading-4 2.1s ease-in-out infinite;
}

@keyframes loading-1{
  0%{
      top: 24%;
      transform: rotateX(85deg);
  }
  25%{
      top: 10%;
      transform: rotateX(0deg);
  }
  50%{
      top: 30%;
      transform: rotateX(85deg);
  }
  75%{
      transform: rotateX(0deg);
  }
  100%{
      transform: rotateX(85deg);
  }
}
@keyframes loading-2{
  0%{
      transform: rotate(0deg);
  }
  5%{
      transform: rotate(-27deg);
  }
  30%,50%{
      transform: rotate(0deg);
  }
  55%{
      transform: rotate(27deg);
  }
  83.3%{
      transform: rotate(0deg);
  }
  100%{
      transform: rotate(0deg);
  }
}
@keyframes loading-3{
  0%{
      transform: rotateY(0deg);
  }
  50%{
      transform: rotateY(180deg);
  }
  100%{
      transform: rotateY(0deg);
  }
}
@keyframes loading-4{
  0%{
      bottom: 26%;
      transform: rotate(0deg);
  }
  10%{
      bottom: 40%;
  }
  50%{
      bottom: 26%;
      transform: rotate(-190deg);
  }
  80%{
      bottom: 40%;
  }
  100%{
      bottom: 50%;
      transform: rotate(0deg);
  }
}

@-webkit-keyframes shine {
  100% {
      left: 125%;
  }
}
@keyframes shine {
  100% {
      left: 125%;
  }
}

@-webkit-keyframes spin {
  from {
      transform:rotate(360deg);
  }
  to {
      transform:rotate(0deg);
  }
}
@keyframes spin {
  from {
      transform:rotate(360deg);
  }
  to {
      transform:rotate(0deg);
  }
}

@keyframes smoothScroll {
  0% {
      transform: translateY(-40px);
  }
  100% {
      transform: translateY(0px);
  }
}

@keyframes top-bottom {
  0% {
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -o-transform: translateX(0px);
      transform: translateY(0px);
  }
  50% {
      -webkit-transform: translateX(100px);
      -moz-transform: translateX(100px);
      -ms-transform: translateX(100px);
      -o-transform: translateX(100px);
      transform: translateY(100px);
  }
  100% {
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -o-transform: translateX(0px);
      transform: translateY(0px);
  }
}
@-webkit-keyframes animate-counter{
  0%{ left: 0; }
}
@keyframes animate-counter{
  0%{ left: 0; }
}
@-webkit-keyframes animate-positive{
  0%{ width: 0; }
}
@keyframes animate-positive{
  0%{ width: 0; }
}

.scroll-top{
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 50px;
  width: 50px;
  border-radius: 100px;
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  z-index: 99;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(60,74,154,0.99);
}
.scroll-top:hover{
  border-color: transparent;
  background-color: rgb(118,125,165);
}

.feiyu-fixed-sidebar {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 380px;
  height: 100%;
  overflow-y: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 3%);
  box-shadow: 10px 0px 30px rgba(0, 0, 0, 0.05);
  background: rgb(255,255,255);
}
.menu-wrap {
  width: 100%;
}
.feiyu-fixed-sidebar .header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 0 40px;
  /*overflow-y: auto;*/
  overflow-x: hidden;
}
.header-logo a{
  display: block;
}
.header-logo img{
  height: 60px;
}
.feiyu-fixed-sidebar .header-logo{
  display: inline-block;
  padding: 40px 0 40px 0;
}
.fixed-menu-wrap>ul>li {
  padding-bottom: 28px;
  position: relative;
}
.fixed-menu-wrap>ul>li:last-child,
.menu-wrap .fixed-menu-wrap>ul>li:last-child{
  padding-bottom: 0;
}
.fixed-menu-wrap{
  padding-bottom: 65px;
}
.menu-list a{
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(60,74,154,0.99);
}
.nav-links:before{
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  left: -40px;
  top: 10px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: rgb(118,125,165);
  background-color: rgb(118,125,165);
}
.nav-links img{
  display: block;
  width: 24px;
  margin-right: 10px;
}
.nav-links.active:before{
  width: 40px;
}
.menu-list .nav-links.active {
  padding-left: 20px;
  color: rgb(118,125,165);
}
.menu-list .nav-links:hover{
  color: rgb(118,125,165);
}
.navbar-navs .nav-links:hover{
  color: rgb(118,125,165);
}
.menu-wrap .menu-table{
  padding: 15px 20px 20px 20px;
  border: 1px solid rgb(118,125,165);
}
.menu-table .table-detail{
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 5px;
  color: rgb(118,125,165);
}
.menu-table .booking-number{
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  color: rgba(60,74,154,0.99);
}
.feiyu-social-ic{
  padding-top: 47px;
}
.social-ic i, .social-ic svg{
  display: block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: rgb(118,125,165);
}
.social-ic svg path{
  width: 24px;
  height: 24px;
  fill: rgb(118,125,165);
}
.social-ic.weixin{
  position: relative;
}
.social-ic.weixin .weixin_code{
  display: none;
  position: absolute;
  left: -32px;
  bottom: 50px;
  padding: 10px;
  background: #fff;
  width: 120px;
  height: 120px;
  z-index: 2;
}
.social-ic.weixin .weixin_code img{
  width: 100px;
  height: auto;
}
.social-ic.weixin:hover .weixin_code{
  display: block;
}
.feiyu-social-ic .social-ic{
  padding: 16px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid rgb(118,125,165);
}
.feiyu-social-ic .social-ic:hover{
  background-color: rgba(60,74,154,0.99);
}
.feiyu-social-ic .social-ic:hover i{
  color: #ffffff;
}
.feiyu-social-ic .social-ic:hover svg path{
  fill: #ffffff;
}
.feiyu-social-ic .social-ic:not(:last-child){
  margin-right: 16px;
  margin-bottom: 16px;
}
.mobile_header{
  display: none;
}
.mobile_header.sticky {
  position: fixed!important;
  top: 0;
  left: 0;
  animation: smoothScroll 1s forwards;
  width: 100%;
  z-index: 1000;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0 rgb(0 0 0 / 20%);
}

.feiyu_content {
  margin-left: auto;
  width: calc(100% - 380px);
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.feiyu_slider {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  background-color: rgba(255,255,255,0.97);
}
.slide-inner .container{
  position: absolute;
  top: 30%;
  z-index: 6;
}
.slide_inn_content span{
  color: #ffffff;
}
.slide_inn_content .slide_title{
  font-style: normal;
  font-weight: 800;
  font-size: 72px;
  line-height: 88px;
  color: #ffffff;
  padding: 20px 0 62px 0;
}
.slide_inn_content .feiyu_button .button-light{
  color: #ffffff;
}
.slide_inn_content .button-light::before{
  border: 1px solid #ffffff;
  border-right: none;
}
.slide_inn_content .button-light::after{
  border: 1px solid #ffffff;
  border-left: none;
}

.feiyu_slider .swiper-slide {
  overflow: hidden;
  color: #ffffff;
}
.feiyu_slider .swiper-container {
  width: 100%;
  height: 100%;
}
.slider-style {
  height: 940px;
  min-height: 100vh;
  transition:all .4s ease;
}
.feiyu_slider .slide-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feiyu_slider .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  line-height: 10px;
  font-size: 10px;
  transition:all .2s ease;
  text-align: center;
  margin: 0 15px;  
  color: rgb(118,125,165);
  background: rgb(118,125,165);
}
.feiyu_slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
  color: #ffffff;
  outline: 1px dashed #ffffff;
  outline-offset: 5px;
}
.feiyu_slider .swiper-container-horizontal > .swiper-pagination-bullets,
.feiyu_slider .swiper-pagination-custom,
.feiyu_slider .swiper-pagination-fraction {
  bottom: 60px;
}
.feiyu_slider .swiper-container-horizontal > .swiper-pagination-bullets{
  text-align: center;
}
.feiyu_slider .slide-bg-image{
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  transition: opacity .6s ease-in-out, transform 2s ease .7s;
  -webkit-transition: opacity .6s ease-in-out, transform 2s ease .7s;
  -moz-transition: opacity .6s ease-in-out, transform 2s ease .7s;
  -ms-transition: opacity .6s ease-in-out, transform 2s ease .7s;
  -o-transition: opacity .6s ease-in-out, transform 2s ease .7s;
  transition: opacity .6s ease-in-out, transform 2s ease .7s;
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.swiper-slide-active .slide-bg-image {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.swiper-slide-active .slide-inner .slide_inn_content {
  -webkit-transition: opacity 1.8s ease 1.2s;
  -moz-transition: opacity 1.8s ease 1.2s;
  -ms-transition: opacity 1.8s ease 1.2s;
  -o-transition: opacity 1.8s ease 1.2s;
  transition: opacity 1.8s ease 1.2s;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.slide-inner .slide_inn_content{
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  -ms-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 50;
}
.slide-bg-image video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%; 
  object-fit: cover;
  object-position: cente
}

.feiyu-history{
  padding: 100px 0 195px 0;
  position: relative;
}
.feiyu_letter{
  font-style: normal;
  font-weight: 800;
  font-size: 128px;
  line-height: 128px;
  align-items: center;
  color: rgba(60,74,154,0.99);
}
.theme-btn{
  position: absolute;
  left: 25px;
  top: -90px;
  padding: 4px;
  border-radius: 100%;
}
.round-text {
  position: relative;
  display: block;
  width: 160px;
  height: 160px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-clip: content-box;
  padding: 2.5px;
  cursor: pointer;
  animation-name: spin;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  border: 2px dashed rgba(60,74,154,0.99);
}
.feiyu_letter {
  width: 128px;
  height: 128px;
  text-align: center;
  line-height: 128px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: inline-block;
  margin: auto;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.our_history h2{
  padding: 20px 0 40px 0; 
  margin: 0;
}
.feiyu_subcontent{
  margin: 0;
}
.resto-img{
  margin-top: 85px;
  position: relative;
}
.season_tast{
  margin-top: -56px;
}
.tasting_content h3{
  margin: 20px 0 0 0;
}
.motuo_tasting .row{
  align-items: center;
}
.resto_motuos h3{
  padding: 40px 0;
}
.fo-abo-last .top-i{
  font-size: 100px;
}
.motuo-differs .top-img{
  margin-top: -220px;
}
.resto_motuos .row{
  align-items: flex-end;
}
.fo-abo-last .feiyu_button{
  padding-top: 80px;
}
.resto_motuos .fo-abo-last{
  padding-bottom: 16px;
}

.season_tast {
  position: relative;
  overflow: hidden;
}
.season_tast::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.season_tast:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

.progresbar-counter {
  position: relative;
  margin-bottom: 30px;
}
.skill_bar{
  padding-top: 30px;
}
.progress-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: rgba(60,74,154,0.99);
}
.reveal.active .progress-value {
  animation: animate-counter 2.5s;
}
.progress-value {
  top: 10px;
  margin-left: -20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 10px;
  position: absolute;
  margin-left: -26px;
  color: rgba(60,74,154,0.99);
}
.skil-progressbar {
  position: relative;
  border-radius: 0;
  height: 2px;
  background-color: rgba(60,74,154,0.99);
}
.reveal.active .skil-progressbar span {
  animation: animate-positive 2.5s;
}
.skil-progressbar span {
  height: 5px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgb(118,125,165);
}
.timeline-tag .celebrate_title,
.timeline-tag .years{
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(60,74,154,0.99);
}
.timeline-tag h3{
  font-style: normal;
  font-weight: 800;
  font-size: 60px;
  line-height: 45px;
  text-align: center;
  padding: 10px 0 12px 0;
  margin: 0;
  color: rgba(60,74,154,0.99);
}
.timeline-tag {
  position: absolute;
  width: 200px;
  height: 200px;
  top: -105px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: #f7f7f7;
  border: 10px solid #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  z-index: 97;
}
.intro-years {
  position: absolute;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1.5;
}
.feiyu_product{
  padding: 191px 0 116px 0;
  position: relative;
  background-color: #F9F9F9;
}
.feiyu_product .swiper .swiper-wrapper{
  padding-bottom: 36px;
}
.specialities-top{
  overflow: hidden;
}
.carousel_imges_item{
  position: relative;
}
.carousel-img{
  position: relative;
  width: 100%;
  height: 100%;
}
.carousel-img img{
  width: 100%;
}
.team-box {
  position: relative;
  z-index: 2;
}
.team-box span{
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0;
}
.product-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  padding: 20px 20px;
  background: #f9f9f9;
  text-align: center;
  width: 60%;
}
.product-box p{
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  padding-top: 6px;
}
.product-box span{
  display: list-item;
}
.feiyu_product .hover-effect-img:hover .product-box{
  background-color: rgba(60,74,154,0.99);
}
.feiyu_product .hover-effect-img:hover span{
  color: #ffffff;
}
.feiyu_product .hover-effect-img:hover p{
  font-weight: 500;
}

.swiper {
  position: relative;
  overflow: hidden;
  padding: 71px 0 0 0;
  text-align: center;
}
.swiper .swiper-wrapper{
  padding-bottom: 60px;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
  display: none;
}
.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled{
  color: #ffffff;
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  opacity: 1;
  cursor: pointer;
  background: rgb(118,125,165);
}
.swiper-button-next, .swiper-button-prev {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  line-height: 60px;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  border-radius: 50%;
  color: #ffffff;
  z-index: 50;
  margin: 0 10px;
  cursor: pointer;
  background: rgba(60,74,154,0.99);
}

.feiyu_features{
  padding: 96px 0;
}
.dish-ic-box i{
  font-size: 80px;
}
.dish-ic-box img{
  width: 80px;
  height: 80px;
}
.dish-ic-box h3{
  font-size: 30px;
  line-height: 44px;
  padding: 15px 0 6px 0;
}
.feature_lite{
  padding-bottom: 30px;
}

.motuo_video{
  padding: 85px 0 100px 0;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  max-width: 100%;
  width: 100%;
}
.parallax-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background: rgba(255,255,255,0.02);
}
.motuo_video .container{
  position: relative;
  z-index: 9;
}
.motuo_video .video_title{
  margin: 0;
  padding-bottom: 100px;
}
.motuo_video .video_title p{
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 60px;
  color: #ffffff;
}
.video_modal .modal-content{
  background-color: transparent;
}
.video_modal .modal-dialog{
  max-width: 760px;
  text-align: center;
}
.video_modal .modal-content{
  border: none;
}
.video_modal .btn-close{
  background: transparent url(../box/images/svg/close.svg) center/1em auto no-repeat;
  position: absolute;
  right: 0;
  top: -10px;
  z-index: 99;
}
.video_modal .modal-header{
  border: none;
  padding: 0;
}
.btn-close:focus{
  box-shadow: none;
  outline: none;
}

.feiyu_menu{
  padding: 96px 0 90px 0;
}
.feiyu_menu .swiper, .feiyu_menu .swiper-wrapper{
  padding: 0;
}
.menu-visible p{
  font-weight: 400;
  margin: 0;
  padding: 12px 0 30px 0;
}
.item-divider {
  flex: 1;
  border-bottom: 1px dashed #111;
  margin: 0 15px;
}
.table_menu p{
  margin: 0;
  padding-bottom: 54px;
}
.motuo_menu_item button{
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0 40px 0 0;
  padding: 0;
  color: rgb(118,125,165);
}
.item-down{
  margin: 0;
  padding: 0;
}
.motuo_menu_item .nav-item.show .navs-tabs, 
.motuo_menu_item .navs-tabs.active {
  border: none;
  position: relative;
  color: rgba(60,74,154,0.99);
}
.motuo_menu_item button.navs-tabs.active::before,
button.navs-tabs:hover::before {
  width: 100%;
}
.menu_nav button.navs-tabs:before {
  position: absolute;
  content: "";
  /*left: 0;*/
  top: auto;
  height: 4px;
  width: 0;
  bottom: -10px;
  background: rgba(60,74,154,0.99);
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: 50px;
}
.motuo_menu_item .navs-tabs:focus, 
.motuo_menu_item .navs-tabs:hover {
  border: none;
  color: rgba(60,74,154,0.99);
  isolation: unset;
  outline: none;
  transition: unset;
}
.motuo_menu_item.nav-tabs{
  border: none;
  padding-bottom: 20px;
}
.menu_wrappe:not(:last-child){
  border-bottom: 2px solid #F9F9F9;
}
.menu_wrappe{
  padding-top: 38px;
}
.motuo_menu_item .navs-tabs{
  border: none;
  outline: none;
  background-color: transparent;
}
.motuo_menu_item {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
::-webkit-scrollbar {
  width: 2px;
  height: 4px;
}
::-webkit-scrollbar-track {
  border-top: 2px solid #F5F5F5;
}
::-webkit-scrollbar-thumb {
  background: rgba(60,74,154,0.99); 
  height: 4px;
}


.feiyu_reservation{
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  align-content: center;
  padding: 100px 0;
  position: relative;
}
.feiyu_reservation .container{
  position: relative;
  z-index: 9;
}
.reservation_detail span{
  color: #ffffff;
}
.reservation_detail .reservation-title{
  color: #FFFFFF;
}
.reserve_content{
  padding: 40px 0 15px 0;
}
.tel-data a{
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  margin-top: 18px;
  display: block;
}
.tel-data img{
  width: 60px;
  height: 60px;
  position: relative;
}
.form-group,.info-inner {
  background-color: #ffffff;
  padding: 50px 50px 66px 50px;
}

.form-group dl dt{
  display: none;
}
.form-group dl span{
  display: block;
}
.form-group textarea{
  height: 120px;
  padding: 10px;
  border-radius: 0;
  color: rgb(118,125,165);
  border: 1px solid rgb(118,125,165);
}
.form-group select,.form-group textarea,.form-group input[type=file],.form-group input[type=text],.form-group input[type=password],.form-group input[type=number],.form-group input[type=tel],.form-group input[type=email]{
  margin-bottom: 30px;
}

.form-group select,.form-group textarea,.form-group input[type=file],.form-group input[type=text],.form-group input[type=password],.form-group input[type=number],.form-group input[type=tel],.form-group input[type=email]{
  display: flex;
  align-items: center;
  background-color: transparent;
  border-radius: 0px;
  width: 100%;
  height: 60px;
  border: 1px solid rgb(118,125,165);
}

.form-group select{
  width: 100%;
  height: 60px;
  border-left: none;
  border-right: none;
  margin: 0 10px 0 5px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  background: transparent;
  border: none;
  color: rgb(118,125,165);
}
.form-group dl dd span.captcha {
  position: relative;
}

.form-group dl dd span.captcha i {
  position: absolute;
  top: 10px;
  right: 1px;
  bottom: 1px;
  border: 3px;
  padding: 5px;
  padding-bottom: 0;
}

.form-group dl dd span.captcha img {
  display: block;
  max-height: 100%;
  cursor: pointer;
}

.form-group button{
  display: inline-block;
  position: relative;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.05em;
  background: transparent;
  padding: 20px 36px 0 36px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
  color: rgba(60,74,154,0.99);
}
.form-group button::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 58px;
  top: 0;
  left: 0px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  border: 1px solid rgba(60,74,154,0.99);
  border-right: none;
}
.form-group button::after {
  content: "";
  position: absolute;
  width: 42px;
  height: 58px;
  top: 0;
  right: 0px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  border: 1px solid rgba(60,74,154,0.99);
  border-left: none;
}
.form-group button:hover:before {
  width: 100%;
}
.form-group button:hover:after {
  width: 100%;
}
.feiyu_gallery{
  padding: 96px 0 100px 0;
}
.dark_head{
  font-style: normal;
  font-weight: 800;
  font-size: 60px;
  line-height: 60px;
  color: rgba(60,74,154,0.99);
  margin: 0;
  padding: 25px 0 43px 0;
}
.divide_gallery p{
  margin: 0;
}
.hover-icons a:hover svg path{
  fill: #ffffff;
}
.hover-icons a:hover{
  color: #fff;
  background: rgb(118,125,165);
  border: transparent;
}
.hover-icons a svg path{
  fill: rgb(118,125,165);
}
.hover-icons a i{
  color: #fff;
}
.hover-icons {
  position: absolute; 
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: 1;
}
.hover-icons a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0 4px;
  font-size: 20px;
  background: rgba(60,74,154,0.99);
  border: 1px solid rgba(60,74,154,0.99);
  color: #ffffff;    
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  border-radius: 50%;
}

.hover-effect-img:hover .hover-icons a {
  padding: 0;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.hover-effect-img:hover .hover-icons {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
}
.hover-icons a:before {
  position: relative;
  z-index: 1;
}
.hover-icons a i {
  position: relative;
  z-index: 1;
}
.hover-effect-img {
  position: relative;
  z-index: 3;
}
.hover-effect {
  position: absolute;
  background: #ffffff;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  top: 40px;
  left: 40px;
  bottom: 40px;
  right: 40px;
}
.hover-icons a.slide-left {
  -webkit-transform: translate3d(-60px,0,0);
  -moz-transform: translate3d(-60px,0,0);
  -ms-transform: translate3d(-60px,0,0);
  -o-transform: translate3d(-60px,0,0);
  transform: translate3d(-60px,0,0);
}
.hover-icons a.slide-right {
  -webkit-transform: translate3d(60px,0,0);
  -moz-transform: translate3d(60px,0,0);
  -ms-transform: translate3d(60px,0,0);
  -o-transform: translate3d(60px,0,0);
  transform: translate3d(60px,0,0);
}
.hover-effect-img:hover .hover-effect {
  opacity: 0.85;
  -moz-opacity: 0.85;
  -webkit-opacity: 0.85;
  filter: alpha(opacity=85);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.our_blog{
  background-color: #F9F9F9;
  padding: 96px 0 94px 0;
}
.blog_boxes{
  padding: 40px 0;
}
.blog_boxes .container{
  max-width: 1490px;
  padding: 0 15px;
}
.blog-content .date_pick{
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(60,74,154,0.99);
}
.blog-content .Blog_sub_name{
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 30px;
  padding: 20px 0 30px 0;
  color: rgba(60,74,154,0.99);
}
.blog-content .blogs-block{
  margin: 0;
  padding-bottom: 80px;
}
.reade_more_btn{
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(60,74,154,0.99);
}
.blog-item:hover .date_pick, .blog-item:hover .Blog_sub_name, 
.blog-item:hover .reade_more_btn {
  color: #ffffff;
}
.blog-item:hover .blogs-block{
  color: #cccccc;
}
.blog_boxes .feiyu_button{
  margin-top: 40px;
  margin-bottom: 16px;
}

.blog-item {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 80px 35px 73px 35px;
  background-color: #ffffff;
  border: 2px solid #F8F8F8;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 10;
}
.blog-item:hover {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: rgba(60,74,154,0.99);
}
.blog-item img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1;
}
.blog-item:hover img {
  opacity: 0.3;
  -moz-opacity: 0.3;
  -webkit-opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.blog-item .blog-content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 6;
}
.img-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.modal-fullscreen .modal-xl {
  max-width: 100%;
}
.modal-dialog-centered {
  height: 100%;
  margin: 0 auto;
  justify-content: center;
}
.modal_blog_popup .modal_title{
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 36px;
  color: rgba(60,74,154,0.99);
}
.modal_blog_popup .modal_price{
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 10px;
  color: rgba(60,74,154,0.99);
}
.modal_blog_popup p{
  margin: 0;
}
.blog-modal .modal-body{
  padding: 80px 80px 80px 80px;
}
.modal_blog_popup .modal_title{
  padding: 8px 0 28px 0;
}
.modal_blog_popup .swiper{
  padding: 20px 0;
}
.modal_blog_popup .modal-list{
  margin-bottom: 20px;
}
.modal_blog_popup .modal-list li{
  display: inline-block;
  margin-right: 10px;
}
.modal_blog_popup .modal-list li:last-child{
  margin-right: 0px;
}
.blog-post-comment{
  padding-top: 30px;
}
.blog-post-comment h3{
  font-size: 34px;
  line-height: 54px;
}
.modal_blog_popup .swiper .swiper-wrapper{
  padding-bottom:30px;
  width: 100%;
  height: 100%;
}
.modal_blog_popup .light_bg_shape div{
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 60px;
  color: rgba(60,74,154,0.99);
}
.modal_blog_popup .light_bg_shape{
  background-color: #F9F9F9;
  padding: 43px 60px 43px 60px;
  margin: 53px 0;
  border-left: 4px solid rgba(60,74,154,0.99);
}
.blog-modal .watch-button{
  border: 2px dashed rgba(60,74,154,0.99);
}
.blog-modal .watch_video_button span {
  color: rgba(60,74,154,0.99);
}
.blog-modal .more-wraper{
  margin-top: 50px;
}
.modal.blog-modal.show .feiyu-fixed-sidebar{
  position: relative;
  width: 100%;
  z-index: 100;
  background-color: rgb(0 0 0 / 75%);
}
.comment-list .comment-avatar {
  width: 65px;
  height: 65px;
  position: relative;
  z-index: 99;
  float: left;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 5px 0 rgb(26 47 51 / 11%);
  box-shadow: 0 2px 5px 0rgba(26,47,51,.11);
}
.comment-list .comment-avatar img {
  width: 100%;
  height: 100%;
}
.comment-list {
  padding: 0;
  margin-top: 30px;
  position: relative;
}
.blog-comment-box .comment-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.comment-head h6{
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
}
.blog-comment-box {
  width: calc(100% - 90px);
  float: right;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 2px 5px 0 rgb(26 47 51 / 11%);
  box-shadow: 0 2px 5px 0 rgb(26 47 51 / 11%);
}
.comment-head .comment_date {
  opacity: .6;
  background-color: rgba(26,47,51,.2);
  padding: 3px 10px 1px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
}
.comment_date span{
  text-transform: initial;
  font-size: 14px;
  line-height: 14px;
}
.comment-content p{
  font-weight: 400;
}
.comment-reply {
  margin-top: 15px;
}
.comment-reply a{
  margin-right: 8px;
}
.comment-reply i{
  font-size: 12px;
  opacity: 0.8;
}
.comment-reply svg{
  font-size: 12px;
  width: 12px;
  height: 12px;
  opacity: 0.8;
}
.comment-list .child_box {
  padding-left: 88px;
  clear: both;
  margin-top: 15px;
  list-style: none;
}
.blog-spacer{
  height: 0;
  margin: 60px 0;
  border-bottom: dotted 4px rgba(26,47,51,.7);
  opacity: .3;
}
.comment-list:before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #e4e9ea;
  position: absolute;
  left: 32px;
  top: 0;
}
.comment-user:after {
  content: '';
  position: relative;
  display: block;
  clear: both;
}
.comment-list>li:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  width: 0;
}
.sidebar_post{
  background-color: #ffffff;
  padding: 50px;
  box-shadow: 0 2px 5px 0 rgb(26 47 51 / 11%);
  margin-left: 40px;
}
.side_search form{
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #eee;
  height: 50px;
  padding:2px;
}
.side_search form input{
  border-radius: 0;
  border: 0;
}
.side_search form input:hover,
.side_search form input[type]:focus{
  box-shadow:none;
}
.side_search form input:-internal-autofill-selected {
  background-color:transparent;
  box-shadow:none;
}
.side_search button{
  background: transparent;
  border: 0;
}
.search-right{
  width: 100%;
}
.blog-category, .blog-post, .tag-lists{
  padding-top: 40px;
}
.blog-category h6,
.blog-post h6,
.tag-lists h6{
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: rgba(60,74,154,0.99);
}
.blog-category ul li{
  border-bottom: 1px solid #eee;
  padding: 8px 0;
  text-transform: uppercase;
  color: rgb(118,125,165);
}
.related-items {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #ffffff;
}
.related-items img.post-img {
  width: 80px;
  height: 80px;
  margin: 0 15px 0 0;
  border-radius: 10px;
}
.item_title {
  font-size: 14px;
  padding-bottom: 6px;
  color: rgb(118,125,165);
}
.latest_date:before {
  content: '\f133';
  font-family: "FontAwesome";
  font-size: 15px;
  padding-right: 10px;
}
.latest_date{
  font-size: 15px;
  color: rgb(118,125,165);
}
.tag-coulds a{
  display: inline-block;
  color: #fff;
  padding: 10px;
  margin: 5px;
  background-color: #000;
}
.partner{
  padding: 100px 0 96px 0;
  background-color: #F9F9F9;
}
.partner .partner_sub_detail{
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 48px;
  padding-top: 25px;
}
.partner ul{
  display: flex;
}
.partner ul li{
  flex: 1;
  line-height: 60px;
}
.partner ul li img{
  display: block;
  width: auto;
  height: 40px;
}
.feiyu-location{
  padding: 96px 0 93px 0;
}
.feiyu-location .location-title{
  padding: 24px 0 72px 0;
}
.feiyu_map{
  max-width: 100%;
}
.customize_content{
  padding: 10px;
}
.footer-area{
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 100px 0 100px 0;
  position: relative;
}

.footer-area .container{
  position: relative;
  z-index: 9;
}
.footer-area span{
  color: #ffffff;
}
.footer-area h4{
  color: #ffffff;
  margin: 0;
  padding: 22px 0 90px 0;
}
.location-info p, .location-info a{
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-top: 33px;
  margin: 0;
}
.sub-footer ol{
  padding-top: 30px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
}
.sub-footer ol li{
  display: inline-block;
  padding: 0 5px;
}
.sub-footer ol li a{
  color: #fff;
}
.sub-footer ol li a:hover{
  color: rgb(150, 1, 1);
}
.sub-footer p{
  color: #fff;
}
.sub-footer span{
  padding-top: 20px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
}
.sub-footer p a
,.sub-footer span a{
  color: #fff;
}
.blog-sub-header{
  position: relative;
  max-width: 100%;
  width: 100%;
  background-color: rgba(8,26,85,0.7);
  padding: 298px 0;
}
.sub_header_content h1{
  font-size: 60px;
  line-height: 65px;
  font-weight: 600;
  padding-bottom: 15px;
}
.sub_header_content{
  position: relative;
}
.breadcrumb li a:after {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f054";
  font-size: 12px;
  margin: 0 15px;
}
.breadcrumb li a{
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
}
.breadcrumb li{
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: rgb(118,125,165);
}
.feiyu_inn_page .blog_boxes{
  padding: 100px 0;
}
.feiyu_inn_page .container{
  max-width: 1320px;
  padding: 0 15px;
}
.m-30{
  margin-bottom: 30px;
}
.pagination{
  padding: 30px 0 0;
}
.pagination dir>ol>li>a{
  border: 2px solid #F8F8F8;
  width: auto;
  height: 40px;
  line-height: 35px;
  margin: 0 5px;
  text-align: center; 
  cursor: pointer;   
  border-radius: 0;
  text-transform: initial;
  color: rgba(60,74,154,0.99);
}
.pagination dir>ol>li>a:hover{
  color: #ffffff;
  background-color: rgba(60,74,154,0.99);
}
.pagination dir>ol>li>a.on{
  width: 40px;
  color: #ffffff;
}
.pagination dir>ol>li:last-child{
  width: 80px;
}

.chef-sub-header{
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  max-width: 100%;
  width: 100%;
  padding:298px 0;
}
.product_staff{
  padding: 100px 0 70px 0;
}
.product_staff .hover-effect-img:hover .product-box{
  background-color: rgba(60,74,154,0.99);
}
.product_staff .hover-effect-img:hover span{
  color: #ffffff;
}
.product_staff .hover-effect-img:hover p{
  font-weight: 500;
}
.product_popup_box h5{
  color: rgba(60,74,154,0.99);
}
.product_popup_box img{
  width: 100%;
}
.product_popup_box .modal_icons a{
  padding: 12px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 4px;
  border: 1px solid rgb(118,125,165);
}
.product_popup_box .modal_icons a:hover{
  background-color: rgba(60,74,154,0.99);
}
.icon-ic:hover svg path{
  fill: #ffffff;
}
.icon-ic:hover i{
  color: #ffffff;
}
.icon-ic i, .icon-ic svg{
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: block;
  color: rgb(118,125,165);
}
.product_blog .modal-dialog{
  max-width: 920px;
  padding: 30px;
}
.product_blog .modal-body{
  padding: 0;
}
.product_blog .modal-body{
  padding: 0px 30px 0 30px;
}
.product_blog .product_detail ul{
  list-style: none;
  margin-bottom: 10px;
}
.product_blog .product_detail ol{
  list-style: none;
  margin: 10px 0;
}
.product_blog .product_detail li{
  display: inline-block;
  font-size: 14px;
  color: rgb(118,125,165);
}
.product_blog .product_detail li span{
  font-size: 14px;
  color: rgb(118,125,165);
}
.product_blog .product_detail li i{
  margin-right: 5px;
}
.product_blog .product_detail ol li{
  display: block;
  line-height: 30px;
}
.product_popup_box h5{
  font-weight: 600;
  font-size: 30px;
  line-height: 42px;
  padding: 20px 0 5px 0;
}
.product_popup_box .modal_icons{
  padding-top: 20px;
}
.product_blog .modal-footer{
  border: none;
  padding: 30px 0 30px 0;
}
.product_blog .modal-footer .watch_video_button span{
  color: rgba(60,74,154,0.99);
}
.product_blog .modal-footer .watch-button{
  border: 2px dashed rgba(60,74,154,0.99);
}
.product_blog .modal-footer .more-wraper{
  width: 150px;
  height: 150px;
  line-height: 150px;
}
.product_blog .modal-footer .watch-button-circle{
  width: 150px;
  height: 150px;
  padding: 0;
}
.product_blog .modal-footer .watch_video_button{
  top: 75px;
  left: 75px;
  width: 150px;
}
.product_blog .modal-dialog-scrollable .modal-body{
  overflow-x: hidden;
}
.product_blog .modal-content{
  border: none;
  padding: 30px 0 0 0;
}
.subnav {
  position:relative;
  z-index:4;
  background: #f0eeeb;
}

.subnav .container>ul>li>a {
  color: rgb(118,125,165);
  font-size: 14px;
  font-size: 15px;
}

.subnav .container li.on>a,
.subnav .container li.pn>a {
  color: rgba(60,74,154,0.99);
}
.subnav .container>ul>li ul>li{
  z-index: 6;
}
@media(min-width:992px) {
  .subnav .container>ul {
      text-align: center;
      font-size: 0;
      margin: 0;
  }

  .subnav .container>ul>li {
      display: inline-block;
      position: relative;
  }

  .subnav .container>ul>li>a {
      display: block;
      padding: 15px 20px;
  }

  .subnav .container>ul>li.has>a:after {
      display: inline-block;
      font-family:'FontAwesome';
      content: "\f107";
      margin-left: 3px;
      transition: transform .3s;
  }

  .subnav .container>ul>li.has:hover>a:after {
      transform: rotate(180deg);
  }

  .subnav .container>ul>li ul {
      position: absolute;
      left: 100%;
      top: 0;
      width: 140px;
      white-space: nowrap;
      text-align: center;
      background: #fff;
      visibility: hidden;
      opacity: 0;
      transition: .05s;
      transform: scale(0);
      transform-origin: top center;
  }

  .subnav .container>ul>li ul ul {
      transform-origin: left center;
  }

  .subnav .container>ul>li>ul li.parent {
      display: none;
  }

  .subnav .container>ul>li>ul li.right ul {
      left: auto;
      right: 100%;
      transform-origin: right center;
  }

  .subnav .container>ul li:hover>ul {
      visibility: visible;
      opacity: 1;
      transition: .3s;
      transform: scale(1);
  }

  .subnav .container>ul>li>ul {
      left: 50%;
      top: 100%;
      width: 140px;
      margin-left: -70px;
  }

  .subnav .container>ul>li ul {
      box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  }

  .subnav .container>ul>li ul>li {
      position: relative;
      border-top: 1px solid #f5f5f5;
  }

  .subnav .container>ul>li ul>li:first-child {
      border-top: 0;
  }

  .subnav .container>ul>li ul>li>a {
      display: block;
      padding: 8px 0;
      font-size: 14px;
  }
}

@media(max-width:991px) {
  .subnav .container {
      padding: 2px 0 1px 0;
  }

  .subnav .container ul {
      overflow: auto;
      white-space: nowrap;
      font-size: 0;
      text-align: center;
      margin: 0;
  }

  .subnav .container ul>li {
      display: inline-block;
      padding: 8px;
  }

  .subnav .container>ul>li ul {
      position: absolute;
      background: #fff;
      top: 100%;
      left: 0;
      right: 0;
      visibility: hidden;
      opacity: 0;
      transition: .3s;
      transform: translateY(-8px);
  }

  .subnav .container>ul>li.active {
      position: static;
      background: #fff;
  }

  .subnav .container>ul>li.active>ul {
      visibility: visible;
      opacity: 1;
      transform: translateY(-2px);
  }

  .subnav .container>ul>li ul>li>a {
      font-size: 14px;
  }

  .subnav .container>ul>li>ul li.parent.pn>a {
      color: rgb(118,125,165);
  }

  .subnav ul::-webkit-scrollbar {
      height: 1px;
      background: transparent;
  }

  .subnav ul::-webkit-scrollbar-track-piece {
      height: 1px;
  }

  .subnav ul::-webkit-scrollbar-thumb {
      background: rgba(0, 0, 0, 0);
      transition: .2s;
  }

  .subnav ul:hover::-webkit-scrollbar-thumb {
      background: transparent;
  }
}
@media(min-width: 1200px) {
	.container {
		max-width: 1320px;
		padding: 0 15px;
	}
}

@media only screen and (min-width: 1499px) and (max-width: 1900px){
	.feiyu-fixed-sidebar .menu-wrap .header-logo{
		padding: 35px 0 35px 0;
	}
	.menu-wrap .fixed-menu-wrap{
		padding-bottom: 43px;
	}
	.menu-wrap .fixed-menu-wrap>ul>li{
		padding-bottom: 18px;
	}
	.feiyu-social-ic{
		padding-top: 37px;
	}
}

@media(max-width: 1700px) {
	.menu_nav button.navs-tabs:before{
		content: none;
	}
	.product_blog .modal-content{
		padding: 30px 0;
	}
	.product_blog .modal-footer{
		padding: 30px 0 0 0;
	}
}

@media(max-width: 1680px) {
	.container{
		padding: 0 30px;
	}
	.season_tast {
		margin-top: -20px;
	}
}

@media(max-width: 1500px) {
	.blog_boxes .container{
		padding: 0 30px;
	}
	.container{
		padding: 0 30px;
	}
	.feiyu-fixed-sidebar .menu-wrap .header-logo{
		padding: 35px 0 35px 0;
	}
	.menu-wrap .fixed-menu-wrap{
		padding-bottom: 45px;
	}
	.theme-btn{
		left: -85px;
	}
	.season_tast {
		margin-top: 45px;
	}
	.motuo_menu_item button{
		margin: 0 22px 0 0;
	}
	.feiyu_menu{
		padding: 96px 0 61px 0;
	}
	.sidebar_post{
		padding: 30px;
	}
	.related-items {
		padding: 10px 0;
	}
	.item_title{
		font-size: 16px;
	}
}

@media only screen and (min-width: 1439px) and (max-width: 1499px){
	.menu-wrap .fixed-menu-wrap>ul>li{
		padding-bottom: 20px;
	}
}

@media only screen and (min-width: 1330px) and (max-width: 1380px){
	.feiyu-fixed-sidebar .menu-wrap .header-logo{
		padding: 30px 0 30px 0!important;
	}
	.menu-wrap .fixed-menu-wrap>ul>li {
		padding-bottom: 16px!important;
	}
	.menu-wrap .fixed-menu-wrap {
		padding-bottom: 20px;
	}
	.feiyu-social-ic {
		padding-top: 27px;
	}
	.menu-wrap .menu-table{
		padding: 10px 20px 15px 20px;
	}
	.feiyu_slider .swiper-container-horizontal > .swiper-pagination-bullets{
		bottom: 50px;
	}
}

@media(max-width: 1440px) {
	.feiyu-fixed-sidebar{
		width: 340px;
	}
	.feiyu_content{
		width: calc(100% - 340px);
	}
	.feiyu-fixed-sidebar .menu-wrap .header-logo{
		padding: 30px 0 30px 0;
	}
	.menu-wrap .fixed-menu-wrap>ul>li{
		padding-bottom: 20px;
	}
	.menu-table .booking-number{
		font-size: 28px;
		line-height: 28px;
	}
	.feiyu-social-ic .social-ic:not(:last-child) {
		margin-right: 12px;
    margin-bottom: 12px;
	}
	.feiyu-social-ic .social-ic{
		padding: 12px;
	}
	.product-box{
		width: 65%;
	}
	.hover-icons a{
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 18px;
	}
	.hover-effect{
		width: calc(100% - 60px);
		height: calc(100% - 60px);
		top: 30px;
		left: 30px;
	}
	.motuo-differs .float-end{
		max-width: 80%;
	}
	.motuo-differs .top-img{
		max-width: 40%;
		margin-top: -122px;
	}
	.theme-btn {
		left: -20px;
	}	
}

@media(max-width: 1300px){
	.resto_motuos .row {
		align-items: flex-start;
	}
	.sidebar_post{
		margin-left: 20px;
		padding: 25px;
	}
	.modal_blog_popup .light_bg_shape div{
		font-size: 32px;
		line-height: 50px;
	}
	.item_title{
		font-size: 15px;
	}
	.latest_date{
		font-size: 14px;
	}
	.motuo_menu_item button {
		margin: 0 18px 0 0;
		font-size: 18px;
		line-height: 18px;
	}
	.blog-item{
		padding: 60px 25px 53px 25px;
	}
	.blog-content .blogs-block{
		padding-bottom: 60px;
	}
	.form-group,.info-inner {
		padding: 30px 30px 46px 30px;
	}
	.form-group .row>* {
		padding-left: 10px;
		padding-right: 10px;
	}
	.form-group .form-input {
		margin-bottom: 20px;
	}
	.feiyu_content {
		width: calc(100% - 320px);
	}
	.feiyu-fixed-sidebar {
		width: 320px;
	}
	.menu-table .booking-number{
		font-size: 26px;
		line-height: 26px;
	}
	.feiyu-social-ic .social-ic:not(:last-child) {
		margin-right: 8px;
    margin-bottom: 8px;
	}
	.theme-btn {
		left: -32px;
	}
	.product-box{
		width: 70%;
	}
	.feiyu-fixed-sidebar .menu-wrap .header-logo {
		padding: 30px 0 30px 0;
	}
	.menu-wrap .fixed-menu-wrap {
		padding-bottom: 30px;
	}
	.feiyu-social-ic {
		padding-top: 37px;
	}
}

@media(max-width: 1199px){
	.feiyu-fixed-sidebar{
		display: none;
	}
	.feiyu_slider .swiper-container-horizontal > .swiper-pagination-bullets{
		bottom: 70px;
	}
	.feiyu_content{
		width: 100%;
	}
	.feiyu-fixed-sidebar+.feiyu-menubar {
		top: 0;
		right: 0;
		left: inherit;
	}
	.feiyu-menubar>.menu-ic {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 24px;
		height: 24px;
		transition: -webkit-transform 330ms ease-out;
		transition: transform 330ms ease-out;
		transition: transform 330ms ease-out, -webkit-transform 330ms ease-out;
		z-index: 99;
	}
	.feiyu-menubar .line-menu {
		background-color: rgba(60,74,154,0.99);
		z-index: 99;
	}
	.line-menu.first-line {
		z-index: 99;
		-ms-flex-item-align: end;
		align-self: flex-end;
		-webkit-transform-origin: left;
		transform-origin: left;
		transition: -webkit-transform 330ms cubic-bezier(.54, -.81, .57, .57);
		transition: transform 330ms cubic-bezier(.54, -.81, .57, .57);
		transition: transform 330ms cubic-bezier(.54, -.81, .57, .57), 
		-webkit-transform 330ms cubic-bezier(.54, -.81, .57, .57);
	}
	.line-menu.line-half {
		width: 50%; 
		z-index: 99;
	}
	.line-menu {
		z-index: 99;
		width: 100%;
		height: 3px;
		background-color: #111;
		border-radius: 2px;
	}
	.line-menu.last-line {
		-ms-flex-item-align: start;
		align-self: flex-start;
		-webkit-transform-origin: right;
		transform-origin: right;
		transition: -webkit-transform 330ms cubic-bezier(.54, -.81, .57, .57);
		transition: transform 330ms cubic-bezier(.54, -.81, .57, .57);
		transition: transform 330ms cubic-bezier(.54, -.81, .57, .57), 
		-webkit-transform 330ms cubic-bezier(.54, -.81, .57, .57);
	}
	.mobile_header .inn-sub-header{
		display: flex;
		justify-content: space-between;
		align-items: center;
		align-content: center;
	}
	.feiyu_content .mobile_header{
		padding: 15px 30px 16px 30px;
		display: block;
		position: relative;
		z-index: 99;
	}
	.feiyu-fixed-sidebar.open-menu{
		display: block;
	}
	.feiyu-social-ic{
		padding-bottom: 50px;
	}
	.sidebar-right{
		height: 100vh;
		position: fixed;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		right: -100%;
		background-color: #fff;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
		top: 75px;
	}
	.sidebar-right.open-menu {
		right: 0;
		-webkit-box-shadow: 0px 8px 10px -5px #000;
		box-shadow: 0px 8px 10px -5px #000;
		top: 75px;
	}
	.feiyu-fixed-sidebar .menu-wrap .header-logo{
		display: none;
	}
	.feiyu-fixed-sidebar .header-container{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.feiyu-menubar.menu-open{
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	.feiyu-menubar.menu-open>.menu-ic {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.menu-open .line-menu.first-line {
		-webkit-transform: rotate(-90deg) translateX(-10px);
		transform: rotate(-90deg) translateX(-10px);
	}
	.menu-open .line-menu.last-line {
		-webkit-transform: rotate(-90deg) translateX(10px);
		transform: rotate(-90deg) translateX(10px);
	}
	.blog-modal .modal-body {
		padding: 60px;
	}
}

@media(max-width: 1024px) {
	.sidebar_post{
		margin-left: 0;
	}
	.modal_blog_popup .light_bg_shape{
		padding: 33px 40px 33px 40px;
		font-size: 30px;
		line-height: 44px;
		margin: 33px 0;
	}
	.blog-spacer{
		margin: 40px 0;
	}
	.related-items{
		padding: 10px 0;
	}
	.modal_blog_popup .modal_title {
		padding: 8px 0 18px 0;
	}
	.blog-post-comment {
		padding-top: 20px;
	}
	.slide_inn_content .slide_title{
		font-size: 58px;
		line-height: 72px;
	}
	.feiyu-history{
		padding: 80px 0 154px 0;
	}
	h2{
		font-size: 52px;
		line-height: 64px;
	}
	h3{
		font-size: 32px;
		line-height: 50px;
	}
	h4{
		font-size: 52px;
		line-height: 52px;
	}
	h5{
		font-size: 32px;
		line-height: 52px;
	}
	h6{
		font-size: 26px;
		line-height: 26px;
	}
  .logo img{
		height: 60px;
	}
  .motuo_video .video_title p{
    font-size: 32px;
    line-height: 52px;
  }
	.season_tast{
		margin-top: 50px;
	}
	.resto_motuos h3{
		padding: 20px 0;
	}
	.fo-abo-last .feiyu_button{
		padding-top: 50px;
	}
	.timeline-tag h3{
		font-size: 52px;
		line-height: 42px;
	}
	.feiyu_product{
		padding: 171px 0 80px 0;
	}
	.dark_head{
		font-size: 52px;
		line-height: 52px;
		padding: 20px 0 34px 0;
	}
	.swiper{
		padding: 60px 0 0 0;
	}
	.motuo_video{
		padding: 65px 0 80px 0;
	}
	.feiyu_features{
		padding: 76px 0;
	}
	.motuo_video .video_title{
		padding-bottom: 80px;
	}
	.motuo_menu_item button{
		margin: 0 15px 0 0;
		font-size: 18px;
		line-height: 24px;
	}
	.feiyu_menu{
		padding: 76px 0 52px 0;
	}
	.menu_wrappe{
		padding-top: 28px;
	}
	.menu-visible p{
		padding-bottom: 20px;
	}
	.feiyu_reservation{
		padding: 80px 0;
	}
	.form-group{
		padding: 30px 30px 46px 30px;
	}
	.form-group .feiyu_button{
		padding-top: 40px;
	}
	.form-group .form-input{
		margin-bottom: 20px;
	}
	.feiyu_gallery{
		padding: 76px 0 80px 0;
	}
	.our_blog{
		padding: 76px 0 74px 0;
	}
	.blog-content .Blog_sub_name{
		font-size: 26px;
		line-height: 26px;
	}
	.partner{
		padding: 76px 0;
	}
	.partner .partner_sub_detail{
		font-size: 32px;
		line-height: 42px;
	}
	.feiyu-location{
		padding: 73px 0;
	}
	.footer-area{
		padding: 76px 0 73px 0;
	}
	.footer-area h4{
		padding: 18px 0 70px 0;
	}
}

@media(max-width: 991px) {
	.form-group .inner-addon{
		margin-bottom: 15px;
	}
	.blog-modal .modal-body{
		padding: 40px 30px;
	}
	.modal_blog_popup .light_bg_shape div{
		font-size: 28px;
		line-height: 38px;
	}
	.modal_blog_popup .modal_title{
		font-size: 32px;
		line-height: 32px;
		padding: 8px 0 10px 0;
	}
	.modal_blog_popup .swiper{
		padding: 10px 0;
	}
	.modal_blog_popup .light_bg_shape{
		margin: 40px 0px;
		padding: 43px 40px 43px 40px;
	}
	.form-group .form-input, .form-input .select_option{
		height: 50px;
	}
	.form-input .input_ic{
		padding: 5px 10px;
	}
	.slide_inn_content .slide_title {
		font-size: 50px;
		line-height: 62px;
	}
	.feiyu-history {
		padding: 60px 0 160px 0;
	}
	.feiyu_features {
		padding: 56px 0;
	}
	.feiyu_features .col-12:not(:last-child){
		margin-bottom: 30px;
	}
	.feature_lite{
		padding-bottom: 20px;
	}
	.our_history h2{
		padding: 15px 0 30px 0;
	}
	h2{
		font-size: 44px;
		line-height: 56px;
	}
	h3{
		font-size: 30px;
		line-height: 42px;
	}
	h4 {
		font-size: 46px;
		line-height: 46px;
	}
	h5 {
		font-size: 30px;
		line-height: 44px;
	}
	p{
		line-height: 26px;
	}
	.season_tast {
		margin-top: 33px;
	}
  .motuo_video .video_title p{ 
    font-size: 30px;
    line-height: 44px;
  }
	.motuo-differs .float-end {
		max-width: 100%;
	}
	.motuo-differs .top-img {
		max-width: 50%;
		margin-top: -87px;
	}
	.feiyu_product {
		padding: 151px 0 60px 0;
	}
	.dark_head {
		font-size: 46px;
		line-height: 46px;
		padding: 15px 0 24px 0;
	}
	.motuo_video {
		padding: 50px 0 60px 0;
	}
	.more-wraper{
		width: 160px;
		max-width: 160px;
		height: 160px;
	}
	.watch_video_button{
		width: 160px;
		top: 80px;
		left: 80px;
	}
	.watch_video_button span{
		font-size: 16px;
		line-height: 16px;
	}
	.motuo_video .video_title {
		padding-bottom: 60px;
	}
	.swiper-button-next, .swiper-button-prev{
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.swiper .swiper-wrapper {
		padding-bottom: 40px;
	}
	.motuo_menu_item button{
		font-size: 18px;
		margin: 0 15px 0 0;
	}
	.table_menu p{
		padding-bottom: 33px;
	}
	.feiyu_menu {
		padding: 56px 0 38px 0;
	}
	.table_menu img{
		width: 100%;
		margin-bottom: 40px;
	}
	.menu_wrappe {
		padding-top: 18px;
	}
	.menu-visible p {
		padding-bottom: 15px;
	}
	.feiyu_reservation{
		padding: 56px 0 60px 0;
	}
	.hover-effect{
		width: calc(100% - 60px);
		height: calc(100% - 60px);
		top: 30px;
		left: 30px;
	}
	.hover-icons a{
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}
	.feiyu_gallery {
		padding: 56px 0 60px 0;
	}
	.swiper {
		padding: 50px 0 0 0;
	}
	.our_blog {
		padding: 56px 0 54px 0;
	}
	.blog-item {
		padding: 40px 20px 33px 20px;
	}
	.blog-content .blogs-block {
		padding-bottom: 40px;
	}
	.partner, .feiyu-location {
		padding: 56px 0 53px 0;
	}
	.partner .partner_sub_detail {
		font-size: 30px;
		line-height: 38px;
		padding: 20px 0 20px 0;
	}
	.feiyu-location .location-title {
		padding: 20px 0 52px 0;
	}
	.footer-area {
		padding: 56px 0 53px 0;
	}
	.location-info p{
		padding-top: 23px;
	}
	.sub-footer span{
		padding-top: 80px;
	}
	.modal-body video{
		width: 100%;
		height: auto;
	}
	.modal_blog_popup .light_bg_shape div {
		font-size: 26px;
		line-height: 36px;
	}
	.feiyu_menu .table_menu, .reservation_detail{
		text-align: center;
	}
	.reservation_detail p{
		margin: 0 0 35px 0;
	}
	.tel-data{
		justify-content: center;
		padding-bottom: 32px;
	}
	.reserve_content{
		padding: 20px 0 10px 0;
	}
	.tel-data img{
		width: 60px;
		height: 60px;
	}
	.tel-data:before{
		width: 30px;
		height: 30px;
		top: 25px;
		bottom: auto;
		left: 0;
		border-radius: 50px;
		margin: 0 auto;
		right: -27px;
	}
	.progress-value{
		margin-left: -31px;
	}
}

@media(max-width: 768px) {
	.slider_shape_img1, .slider_shape_img2,	
	.footer-area .background-shape1, .footer-area .background-shape2{
		display: none;
	}
}

@media(max-width: 767px) {
  .logo img {
    height: 40px;
  }
	.sidebar-right.open-menu{
		top: 60px;
	}
	.progress-value{
		margin-left: -31px;
	}
	.tel-data:before{
		width: 25px;
		height: 25px;
		top: 15px;
	}
	.tel-data img {
		width: 50px;
		height: 50px;
	}
	.sidebar-right{
		top: 60px;
	}
	.feiyu_features {
		padding: 36px 0;
	}
	.dish-ic-box img{
		width: 65px;
		height: 65px;
	}
	.comment-list:before{
		left: 17px;
	}
	.tst-comment-box {
		width: calc(100% - 50px);
	}
	.comment-list .comment-avatar{
		width: 35px;
		height: 35px;
	}
	.comment-list .child_box{
		padding-left: 30px;
	}
	.blog-post-comment {
		padding-top: 10px;
	}
	.blog-spacer {
		margin: 30px 0 26px 0;
	}
	.blog-modal .more-wraper {
		margin-top: 40px;
	}
  .modal_blog_popup .modal-list li{
    display: block;
  }
	.feiyu_features .dark_head{
		font-size: 42px;
		line-height: 46px;
	}
	.dish-ic-box h3{
		font-size: 28px;
		line-height: 36px;
	}
	.feature_lite{
		padding-bottom: 10px;
	}
	.motuo_menu_item {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
	}
	.resto_motuos .fo-abo-last{
		padding-bottom: 0;
	}
	.feiyu_title, .our_history{
		text-align: center;
	}
	.feiyu_subcontent{
		text-align: left;
	}
	.form-group{
		padding: 30px 25px 44px 25px;
	}
  .partner ul{
    display: inline-block;
  }
  .partner ul li{
    flex: none;
    float: left;
    width: 50%;
    text-align: center;
    margin-bottom: 10px;
  }
	.blog_boxes .container{
		padding: 0 15px;
	}
	.modal .modal-body{
		padding: 0 15px;
	}
	.video_modal .btn-close{
		top: -20px;
	}
	.feiyu_content .mobile_header{
		padding: 13px 15px 12px 15px;
	}
	.blog-modal .modal-body{
		padding: 15px 15px 15px 15px;
	}
	.blog-comment-box .comment-head{
		display: block;
	}
	.blog-comment-box{
		padding: 20px;
		width: calc(100% - 50px);
	}
	.sidebar_post{
		padding: 15px;
	}
	.container{
		padding: 0 15px!important;
	}
	.button-light::before,
  .form-group button::before{
		width: 32px;
		height: 54px;
	}
	.button-light::after,
  .form-group button::after{
		width: 32px;
		height: 54px;
	}
	.button-light,
  .form-group button{
		font-size: 16px;
		line-height: 16px;
	}
	.theme-btn{
		display: none;
	}

	.slide_inn_content .slide_title{
		font-size: 48px;
		line-height: 59px;
	}
	.swiper-pagination{
		display: none;
	}
	.feiyu-history{
		padding: 36px 0 135px 0;
	}
	.resto-img{
		margin-top: 35px;
	}
	.our_history h2{
		padding: 10px 0 25px 0;
	}
	img{
		width: 100%;
	}
  .sub-footer span img{
		max-width: 100%;
	}
	.season_tast {
		margin: 40px 0 30px 0;
	}
	.fo-abo-last .feiyu_button{
		padding: 40px 0 56px 0;
	}
	h3{
		font-size: 28px;
		line-height: 38px;
	}
	h4{
		font-size: 42px;
		line-height: 42px;
	}
	h5{
		font-size: 28px;
		line-height: 38px;
	}
  .motuo_video .video_title p{
    font-size: 28px;
    line-height: 38px;
  }
	.motuo-differs .top-img{
		margin-top: -125px;
	}
	.timeline-tag h3 {
		font-size: 48px;
		line-height: 38px;
	}
	.feiyu_product {
		padding: 131px 0 40px 0;
	}
	.swiper{
		padding: 33px 0 0 0;
	}
	.motuo_video{
		padding: 30px 0 40px 0;
	}
	.feiyu_menu{
		padding: 36px 0 18px 0;
	}
	.feiyu_reservation, .feiyu_gallery {
		padding: 36px 0 40px 0;
	}
	.our_blog{
		padding: 36px 0 34px 0;
	}
	.blog_boxes .col-12:not(:last-child){
		margin-bottom: 20px;
	}
	.partner{
		padding: 36px 0 54px 0;
	}
	.footer-area{
		padding: 36px 0 34px 0;
	}
	.partner .partner_sub_detail{
		font-size: 28px;
		line-height: 34px;
	}
	.feiyu-location{
		padding: 36px 0;
	}

	.feiyu-location .location-title{
		padding: 15px 0 33px 0;
	}
	.location-info img{
		width: 40px;
	}
	.location-info p{
		padding: 20px 0;
	}
	.footer-area h4{
		padding: 18px 0 40px 0;
	}
	.sub-footer span {
		padding-top: 50px;
		line-height: 20px;
	}
	.menu-wrap .fixed-menu-wrap>ul>li{
		padding-bottom: 20px	;
	}
	.fixed-menu-wrap{
		padding-bottom: 55px;
	}
	.menu-table .booking-number{
		font-size: 24px;
		line-height: 24px;
	}
	.modal_blog_popup .light_bg_shape {
		margin: 30px 0px;
	}
	.modal_blog_popup .light_bg_shape{
		padding: 30px 20px;
	}
	.form-group .feiyu_button{
		padding-top: 30px;
	}
}

@media(max-width: 425px) {
	.motuo-differs .top-img {
		margin-top: -90px;
	}	
	.motuo_menu_item button{
		font-size: 17px;
		margin: 0 15px 0 0;
	}
	.modal_blog_popup .modal_title{
		font-size: 30px;
		line-height: 30px;
	}
	.form-group,.info-inner {
		padding: 30px 20px 44px 20px;
	}
}

@media(max-width: 375px) {
	.sidebar-right.open-menu {
		width: 100%;
	}
	.social-ic i, .social-ic svg path{
		width: 22px;
		height: 22px;
	}
	.feiyu-social-ic .social-ic:not(:last-child) {
		margin-right: 6px;
    margin-bottom: 6px;
	}
  .fixed-menu-wrap{
    padding-top:70px;
  }
  .feiyu-social-ic{
    padding-top: 40px;
    padding-bottom: 70px;
  }
}

@media(max-width: 340px) {
	.sidebar-right{
		right: -110%;
	}
}

@media(max-width: 1024px) {
	.feiyu_inn_page .blog_boxes{
		padding: 80px 0;
	}
}

@media(max-width: 991px) {
	.sub_header_content h1{
		font-size: 54px;
		line-height: 60px;
	}
	.feiyu_inn_page .blog_boxes{
		padding: 60px 0;
	}
	.blog-sub-header{
    padding: 60px 0;
	}
}

@media(max-width: 767px) {
	.sub_header_content h1 {
		font-size: 50px;
		line-height: 55px;
	}
	.feiyu_inn_page .blog_boxes{
		padding: 40px 0;
	}
	.pagination{
		padding-top: 10px;
	}
}

@media(max-width: 1024px) {
	.product_staff{
		padding: 80px 0 50px 0;
	}
	.chef-sub-header{
		padding: 100px 0;
	}
	.product_blog .modal-dialog{
		max-width: 820px;
	}
}

@media(max-width: 991px) {
	.chef-sub-header{
		padding: 70px 0;
	}
	.product_staff{
		padding: 60px 0 30px 0;
	}
	.product_blog .modal-dialog{
		max-width: 800px;
	}
	.product_popup_box h5{
		font-size: 26px;
		line-height: 35px;
	}
}

@media(max-width: 767px) {
	.product_staff{
		padding: 40px 0 10px 0;
	}
	.product_blog .modal-dialog-scrollable .modal-body{
		overflow-y: auto;
	}
	.product_blog .modal-content{
		padding: 15px 0;
	}
	.product_blog .modal-body{
		padding: 0 15px;
	}
	.skill_bar{
		padding-top: 15px;
	}
	.product_blog .product_detail{
		padding-top: 20px;
	}
	.product_blog .modal-dialog{
		padding: 15px;
		max-width: 850px;
	}
	.product_popup_box img{
		width: auto;
	}
	.product_popup_box .modal_icons{
		padding-top: 15px;
	}
  .pagination dir>ol>li>a{
    margin: 0;
  }

}
@media(max-width: 375px) {
  .pagination dir>ol>li{
    margin: 0;
  }
}