.navOutside{
  position: relative;
  z-index: 99;
  width: 100%;
  background-color: #FFF;
}
.mynav{
  position: relative;
}
.logo{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  padding: 20px 0;
  width: auto;
  line-height: 1;
  -webkit-transition: padding 0.5s ease;
  -moz-transition: padding 0.5s ease;
  -ms-transition: padding 0.5s ease;
  -o-transition: padding 0.5s ease;
  transition: padding 0.5s ease;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #FFF;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 20px;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  color: #888;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #e15a2d;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
/*#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}*/
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #e15a2d;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  box-shadow: rgba(0,0,0,0.1) 0 8px 15px;
  background-color: #FFF;
  z-index: 9;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 160px;
  font-size: 12px;
  text-decoration: none;
  color: #888;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #e15a2d;
  background-color: #f7f7f7;
  padding-left: 25px;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
    padding: 20px 0!important;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #888;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #888;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
    box-shadow: none;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #888;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #888;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #888;
    border-bottom: 2px solid #888;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #888;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #888;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
  .logo{
    left: 2rem;
    height: 7rem;
  }
  .title-bigest{
    font-size: 28px!important;
  }
  .title-biger{
    font-size: 27px!important;
  }
  .title-big{
    font-size: 16px!important;
  }
}
.live-search{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.live-search:focus{
  border-color: #e15a2d;
  outline:none;
}

.footer{
  background-color: #484446;
  padding: 20px 0;
}
.footer h6{
  font-size: 18px;
  color: #af9675;
}
.footer h5{
  font-size: 20px;
  color: #e15a2d;
  font-weight: 600;
}
.footer p{
  color: #FFF;
  font-weight: 600;
}
.footer a,.footer span{
  color: #aaaaaf;
  font-size: 15px;
  line-height: 23px;
}
.footer h6,.footer p{
  margin-top: 20px;
}
.footer a{
  text-decoration: none;
}
.footer a:hover{
   color: #e15a2d;
}
.foot-wx{
  display: inline-block;
  margin-top: 30px;
  position: relative;
}
.foot-wx-logo{
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/index/wx.png);
  background-size: 100% 100%;
}
.foot-wx-code{
  height: 110px;
  position: absolute;
  left: 30px;
  top: -20px;
  display: none;
}
.foot-wx-logo:hover{
  background-image: url(../img/index/wx-o.png)!important;
}
.foot-wx-logo:hover+.foot-wx-code{
  display: block;
}
.footer2{
  background-color: #3c3737;
  padding: 15px 0;
  color: #e15a2d;
  font-size: 12px;
}
.scrollingTop {
    position: fixed;
    right: 60px;
    bottom: 180px;
    width: 51px;
    height: 51px;
    background-image: url(../img/scrollTop.png);
    display: none;
    cursor: pointer;
    opacity: .8;
    z-index: 9999;
}
.scrollingTop:hover{
  opacity: 1;
}

.myContainer{
  padding: 80px 0;
}
.myDark{
  background-color: #484446;
}
.title-bigest{
  font-size: 40px;
  color: #e15a2d;
  font-weight: 600;
}
.title-biger{
  font-size: 39px;
  color: #af9675;
  margin-bottom: 0;
}
.title-big{
  color: #282525;
  font-size: 18px;
  margin-top: 30px;
}
.title-big span{
  font-weight: 600;
}
.title-small{
  color: #e15a2d;
  font-size: 16px;
}
.linkImg{
  text-align: center;
  margin-top: 40px;
}
.linkImg img{
  width: 100%;
}
.linkImg-img{
  position: relative;
  cursor: pointer;
}
.linkImg-img>div{
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
}
.linkImg-img span{
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  background: #e15a2d;
  border-radius: 30px;
  font-size: 22.5px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  transform: scale(0.5);
  transition: transform .7s;
}
.linkImg-img:hover>div{
  opacity: .8;
}
.linkImg-img:hover img{
  opacity: .4;
}
.linkImg-img:hover span{
  transform: scale(1);
}
.linkImg-p{
  font-size: 16px;
  margin: 20px 0 30px 0;
}
.linkImg-a{
  background: #484446;
  padding: 10px 16px;
  white-space: normal;
  max-width: 100%;
  color: #FFF;
  display: inline-block;
  margin-bottom: 20px;
}
.linkImg-a:hover,.linkImg-aColor:hover{
  color: #FFF;
  text-decoration: none;
  opacity: .9;
}
.linkImg-aColor{
  background: #e15a2d;
  padding: 10px 16px;
  white-space: normal;
  max-width: 100%;
  color: #FFF;
  display: inline-block;
  margin-top: 20px;
}
.videoelement{
  width: 100%;
  margin-top: 30px;
}
.modal-title{
  color: #e15a2d;
  font-weight: 600;
}
.modal-body img{
  width: 100%;
}
.imgBtn{
  padding: 0 1px 1px 0;
}
#searchInfo a{
  display: block;
  width: 100%!important;
  margin: 10px 0!important;
}
.foot-vr{
  display: inline-block;
  margin-top: 30px;
  margin-left: 20px;
  vertical-align: top;
}
.foot-vr img{
  width: 30px;
  border-radius: 50%;
}
.country{
  padding-left: 22%;
  background-color: #F2F2F2;
}
.country-exist{
  padding: 3px 0px 3px 10px;
  display: inline-block;
  width: 130px;
  background-color: #F2F2F2;
  cursor: pointer;
}
.country-exist:hover{
  background-color: #484446;
}
.country-exist label,.country-all label{
  margin-top: 3px;
  margin-left: 10px;
  margin-right: 20px;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #999;
  cursor: pointer;
}
.country-exist img{
  height: 16px;
}
.country-all{
  position: absolute;
  top: 30px;
  width: 130px;
  left: 22%;
  background-color: #484446;
  z-index: 9999;
  padding: 3px 0px 3px 10px;
  display: none;
}
.country-all li{
  height: 30px;
}
.country-all label:hover{
  text-decoration:underline;
}