/* @font-face {
 font-family: 'helvetica_cyrillic_upright';
 src: url('../font/helvetica_cyrillic_upright.woff') format('woff');
 src: url('../font/helvetica_cyrillic_upright.eot?#iefix') format('embedded-opentype'), url('../font/helvetica_cyrillic_upright.woff2') format('woff2'), url('../font/helvetica_cyrillic_upright.woff') format('woff'), url('../font/helvetica_cyrillic_upright.ttf') format('truetype'), url('../font/helvetica_cyrillic_upright.svg#helvetica_cyrillic_upright') format('svg');
 font-weight: normal;
 font-style: normal;
} */

::selection {
  color: #fff;
  background-color: #1a2835;
}

* {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bs {
  box-sizing: border-box;
}

html,
body {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 0;
  -ms-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
}

body {
  min-width: 1280px;
  line-height: 1.5;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

body {
  overflow-x: hidden;
}

div,
form,
a,
ul,
li {
  margin: 0 auto;
  overflow: visible;
}

div:after,
form:after,
a:after,
ul:after,
li:after {
  display: block;
  clear: both;
  width: 0;
  height: 0;
  overflow: hidden;
  content: "";
}

table,
p,
ul,
ul li,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  outline: none;
}

a {
  position: relative;
  z-index: 1;
  text-decoration: none;
}

a:hover {
}

img {
  display: inline-block;
  max-width: 100%;
  margin: 0;
}

a img {
  border: none;
}

input[disabled],
select[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

input[type="hidden"] {
  display: none;
  width: 0;
  height: 0;
  background: none;
  border: none;
  visibility: hidden;
  opacity: 0;
}

.inside {
  position: relative;
  z-index: 1;
  height: 100%;
  margin-right: 5%;
  margin-left: 5%;
}

.inside.static {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

/*
 * use strict mode @psd to css
 */

body {
  color: #fff;
  font-size: 16px;
  font-family: "helvetica_cyrillic_upright", sans-serif;
  background: #1a2835;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
  min-width: 1248px;
  height: 120px;
}

.header.fixed {
  background-color: #1a2835;
}

.header .logo {
  display: block;
  float: left;
  width: 170px;
  margin-top: 27px;
}

.header .logo img {
  display: block;
  width: 100%;
}

.header .navigation {
  float: right;
  margin-top: 45px;
  text-transform: uppercase;
}

.header .navigation .item {
  position: relative;
  z-index: 1;
  float: left;
  height: 30px;
  margin-left: 45px;
  overflow: hidden;
  line-height: 15px;
  line-height: 30px;
}

.header .navigation .item:hover,
.header .navigation .item.active {
  color: #fff;
}

.header .navigation .item:hover {
  overflow: visible;
}

.header .navigation .item:last-child {
  border-right: none;
}

.header .navigation .item .parent {
  transition: none;
}

.header .navigation .item .child {
  position: absolute;
  top: 30px;
  left: -5px;
  z-index: 1;
  min-width: 100px;
  padding: 7.5px 15px;
  background: rgba(25, 39, 52, 0.933);
  border-radius: 0 20px 0 20px;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  opacity: 0;
}

.header .navigation .item .childNode {
  display: block;
  margin-top: 5px;
  color: #bbb;
  font-size: 14px;
  white-space: nowrap;
}

.header .navigation .item:hover .child {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.header .navigation .item:hover .child .childNode:hover {
  color: #fff;
}

.header .extend {
  display: none;
}

.footer.fixed {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
}

.footer.white {
  color: #666;
  background: #fff;
}

.footer {
  padding: 20px 0;
}

.footer .copyright {
  float: left;
  margin-top: 5px;
}

.footer .share {
  float: right;
}

.footer .share .itemImage {
  float: left;
}

.footer .share .item {
  display: block;
  float: left;
  width: 35px;
  height: 35px;
  margin-left: 10px;
  opacity: 0.67;
}

.footer .share .item:hover {
  opacity: 1;
}

.footer .share .item.f {
  background: url(../texture/texture_admile/share_0.png) no-repeat;
}

.footer .share .item.p {
  background: url(../texture/texture_admile/share_1.png) no-repeat;
}

.footer .share .item.i {
  background: url(../texture/texture_admile/share_2.png) no-repeat;
}

.footer.white .share .item {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 100%;
}

.staticBanner {
  position: relative;
  z-index: 1;
}

.staticBanner .itemImage {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}

.staticBanner .itemImage.mobile {
  display: none;
}

.staticBanner .text {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  height: 2rem;
  margin-top: -1rem;
  color: #fff;
  line-height: 2rem;
  text-align: center;
  text-transform: uppercase;
}

.staticBanner .text.black {
  color: #1a2835;
}

.scrollTop {
  position: fixed;
  right: 5%;
  bottom: 2.5%;
  z-index: 99;
  display: none;
  width: 50px;
  height: 50px;
  background: #ed6f16;
  border-radius: 100%;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.093);
  cursor: pointer;
}

.scrollTop:before,
.scrollTop:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 15px;
  height: 1px;
  margin-top: -1px;
  background: #fff;
  content: "";
}

.scrollTop:before {
  margin-left: -2px;
  transform: rotate(45deg);
}

.scrollTop:after {
  margin-left: -12px;
  transform: rotate(-45deg);
}

.mobileNavigation {
  display: none;
}

.page.info {
  width: 48%;
  margin-top: 200px;
}

.page.info .title {
  color: #ed6f16;
  font-size: 42px;
  line-height: 1.25;
  text-transform: uppercase;
}

.page.info .list {
  margin-top: 25px;
}

.page.info .list .itemText {
  position: relative;
  margin-top: 10px;
  padding-left: 20px;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
}

.page.info .list .itemText:before {
  position: absolute;
  top: 2.5px;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  background: url(../texture/texture_admile/dot.png) center no-repeat;
  content: "";
}

.page.info .list .itemText span {
  color: #ed6f16;
}

/*
 * @index
 */

.index.video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}

.index.video video {
  position: absolute;
  top: -10%;
  left: 10%;
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(1.5);
  /* not support ie object-fit:fill; */
}

.index .navBar {
  float: left;
  margin-top: 200px;
  font-size: 48px;
  text-transform: capitalize;
}

.index .navBar .item {
  display: block;
  margin-top: 10px;
}

.index .navBar .item:hover {
  text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.67);
  transform: translateX(10px) skewX(-10deg);
}

.index .navBar .item:after {
  height: 5px;
  background: #fff;
}

.index .page.info {
  float: right;
}

.index .bigLogo {
  position: absolute;
  right: 0;
  bottom: 50px;
  left: 0;
  z-index: 1;
  text-align: center;
}

.index .bigLogo .itemText {
  color: #ed6f16;
  font-size: 24px;
  text-transform: uppercase;
}

.index .more {
  position: absolute;
  bottom: 50px;
  z-index: 2;
  display: block;
  width: 225px;
  height: 60px;
  padding-left: 25px;
  line-height: 60px;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}

.index .more:hover {
  padding-left: 50px;
  background: #1a2835;
}

.index .more:before,
.index.container .more:after {
  position: absolute;
  top: 50%;
  height: 20px;
  margin-top: -10px;
  content: "";
}

.index .more:before {
  right: 35px;
  width: 28px;
  background: url(../texture/texture_admile/arrow_1.png) no-repeat;
  animation: indexMoreMove1 1s infinite ease-in;
}

.index.container .more:after {
  right: 25px;
  width: 10px;
  height: 20px;
  background: url(../texture/texture_admile/arrow_0.png) no-repeat;
  animation: indexMoreMove2 1s infinite ease-in;
}

.index .more:hover:before,
.index.container .more:hover:after {
  animation: none;
}

.index .more:hover:before {
  right: 20px;
}

.index .more:hover:after {
  right: 15px;
}

/*
 * @solutions
 */

.solutions {
  background: url(../texture/texture_admile/banner_0.jpg) left top no-repeat;
  background-size: cover;
}

.solutions .page.info {
  position: relative;
  z-index: 2;
  float: left;
}

.solutions .animation {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.solutions .animation img {
  position: absolute;
  left: 50%;
}

.solutions .animation .style_0 {
  bottom: 18%;
  z-index: 4;
  margin-left: 200px;
  animation: solutionsZoom 2s infinite;
}

.solutions .animation .style_1 {
  bottom: 15%;
  z-index: 3;
  margin-left: 150px;
  animation: solutionsZoom 2.5s infinite;
}

.solutions .animation .style_2 {
  bottom: 10%;
  z-index: 2;
  margin-left: 100px;
  animation: solutionsZoom 3s infinite;
}

.solutions .animation .style_3 {
  bottom: 7.5%;
  z-index: 5;
  margin-left: 225px;
  /* animation:solutionsJumps 1s infinite ease-in-out; */
}

.solutions .animation .style_4 {
  bottom: 40%;
  z-index: 5;
  margin-left: 475px;
  animation: solutionsUpDown 2s infinite ease-out;
}

/* .solutions .animation .style_5{z-index:6; margin-left:270px; bottom:65%; animation:solutionsFade 2.67s infinite ease-in;} */

.solutions .animation .style_6 {
  bottom: 30%;
  z-index: 5;
  margin-left: 10px;
  animation: solutionsUpDown 3s infinite ease-in;
}

.solutions .animation .style_7 {
  bottom: 0;
  z-index: 1;
  margin-left: -100px;
}

.solutions .animation .style_8 {
  bottom: 8%;
  z-index: 5;
  margin-left: 373px;
  animation: solutionsUpDown 4s infinite ease-out;
}

.solutions .subTitle {
  margin-top: 50px;
  font-size: 32px;
}

/* 2020-07-08 edit */

.solutions .logoList {
  margin: 25px auto;
}

.solutions .logoList img {
  max-width: 80px;
  max-height: 80px;
  border-radius: 8px;
}

/*
 * @global
 */

.global .title {
  width: 67%;
  color: #ed6f16;
  font-size: 36px;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

.global .map {
  padding: 200px 0 125px 0;
  background: url(../texture/texture_admile/banner_1.jpg) center no-repeat;
  background-size: cover;
}

.global .map .title {
  position: relative;
  z-index: 2;
}

.global .map .list {
  margin-top: 10px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.global .map .content {
  position: relative;
  z-index: 1;
  width: 1300px;
  height: 700px;
}

.global .map .content img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.global .map .map_0 {
  z-index: 1;
  margin-top: -508px;
  margin-left: -654.5px;
  animation: solutionsFade 3s infinite;
}

.global .map .map_1 {
  z-index: 2;
  width: 100px;
  margin-top: -325px;
  margin-left: -600px;
  animation: globalFade 1.67s infinite ease-in-out;
}

.global .map .map_2 {
  z-index: 2;
  width: 50px;
  margin-top: -125px;
  margin-left: -425px;
  animation: globalFade 1.3s infinite ease-in;
}

.global .map .map_3 {
  z-index: 2;
  width: 110px;
  margin-top: 100px;
  margin-left: -375px;
  animation: globalFade 1s infinite ease-out;
}

.global .map .map_4 {
  z-index: 2;
  width: 120px;
  margin-top: -400px;
  margin-left: 475px;
  animation: globalFade 1.67s infinite ease-out;
}

.global .map .map_5 {
  z-index: 2;
  width: 75px;
  margin-top: 0;
  margin-left: 450px;
  animation: globalFade 1.3s infinite ease-in-out;
}

.global .map .map_6 {
  z-index: 2;
  width: 70px;
  margin-top: 125px;
  margin-left: 200px;
  animation: globalFade 1.67s infinite ease-in;
}

.global .map .map_7 {
  z-index: 3;
  margin-top: -220px;
  margin-left: -230px;
  animation: globalZoom 1s infinite ease-in;
}

.global .map .map_8 {
  z-index: 3;
  margin-top: -205px;
  margin-left: 290px;
  animation: globalZoom 1.67s infinite ease-out;
}

.global .map .map_9 {
  z-index: 3;
  margin-top: -85px;
  margin-left: 255px;
  animation: globalZoom 2s infinite;
}

.global .map .map_10 {
  z-index: 3;
  margin-top: 90px;
  margin-left: -95px;
  animation: globalZoom 2.3s infinite ease-in-out;
}

.global .map .map_11 {
  z-index: 3;
  margin-top: 85px;
  margin-left: 90px;
  animation: globalZoom 1.3s infinite ease-out;
}

.global .map .map_12 {
  z-index: 3;
  margin-top: 60px;
  margin-left: 350px;
  animation: globalZoom 1.67s infinite ease-in;
}

.global .map .textBox {
  position: relative;
  z-index: 2;
  margin-top: -50px;
}

.global .map .textBox .block {
  width: 47.5%;
  height: 295px;
  padding: 50px 40px;
  background: rgba(255, 255, 255, 0.067);
}

.global .map .textBox .block:first-child {
  float: left;
}

.global .map .textBox .block:last-child {
  float: right;
}

.global .map .textBox .block:hover {
  background: rgb(255, 255, 255, 0.35);
}

.global .map .textBox .block:hover .t,
.global .map .textBox .block:hover .list {
  transform: rotateY(360deg);
}

.global .map .textBox .t {
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.global .map .textBox .list {
  margin-top: 25px;
}

.global .map .textBox .list .itemText {
  position: relative;
  margin-top: 20px;
  padding-left: 25px;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
}

.global .map .textBox .list .itemText:before {
  position: absolute;
  top: 2.5px;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  background: url(../texture/texture_admile/dot.png) center no-repeat;
  content: "";
}

.global .base {
  padding: 100px 0;
  background: #fff;
}

.global .base .smallTitle {
  color: #1a2835;
  font-size: 24px;
  text-align: center;
}

.global .base .list {
  margin-top: 50px;
}

.global .base .list .item {
  float: left;
  width: 32%;
  height: 250px;
  color: #1a2835;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}

.global .base .list .item:nth-child(3n-1) {
  margin-right: 2%;
  margin-left: 2%;
}

.global .base .list .item.i0 {
  background-image: url(../texture/texture_admile/icon_base_0.png);
}

.global .base .list .item.i1 {
  background-image: url(../texture/texture_admile/icon_base_1.png);
}

.global .base .list .item.i2 {
  background-image: url(../texture/texture_admile/icon_base_2.png);
}

.global .base .list .icon {
  display: block;
  width: 85px;
  height: 85px;
  margin: 25px 0 0 25px;
  background-repeat: no-repeat;
  background-position: center;
}

.global .base .list .item.i0 .icon {
  background-image: url(../texture/texture_admile/icon_base_0_1.png);
}

.global .base .list .item.i1 .icon {
  background-image: url(../texture/texture_admile/icon_base_1_1.png);
}

.global .base .list .item.i2 .icon {
  background-image: url(../texture/texture_admile/icon_base_2_1.png);
}

.global .base .list .itemText {
  margin: 15px 0 0 25px;
  font-size: 20px;
}

.global .base .list .itemTextEx {
  margin: 5px 0 0 25px;
  color: #666;
}

.global .base .list .item:hover .icon {
  animation: globalJumps 1s infinite ease-in;
}

.global .base .list .item:hover .itemText {
  animation: globalFlip 1s 1;
}

.global .base .list .item:hover .itemTextEx {
  animation: globalFlip 1s 1 0.5s;
}

.global .show {
  padding: 100px 0;
  background: #ed6f16;
}

.global .show .title {
  color: #fff;
}

.global .show .smallTitle {
  color: #1a2835;
  font-size: 24px;
  text-align: center;
}

.global .show .list {
  margin-top: 50px;
}

.global .show .list .item {
  float: left;
  width: 23.5%;
  margin-left: 2%;
}

.global .show .list .item:first-child {
  margin-left: 0;
}

.global .show .list .itemImage {
  display: block;
  margin: 0 auto;
}

.global .show .list .item:hover .itemImage {
  transform: translateY(-25px);
}

.global .show .list .item:hover .more {
  transform: translateY(-250px);
}

.global .show .list .more {
  display: block;
  width: 200px;
  height: 50px;
  margin: 25px auto 0 auto;
  color: #1a2835;
  line-height: 50px;
  text-align: center;
  background: #fff;
  border-radius: 20px 0;
  -moz-box-shadow: 2px 2px 5px #1a2835;
  -webkit-box-shadow: 2px 2px 5px #1a2835;
  box-shadow: 2px 2px 5px #1a2835;
}

.global .show .list .more:hover {
  color: #fff;
  background: #1a2835;
}

/*
 * @resources
 */

.resources .case {
  padding: 100px 0;
  color: #1a2835;
  background: #f5f5f5;
}

.resources .case .title {
  font-size: 36px;
  line-height: 1.25;
  text-transform: uppercase;
}

.resources .case .subTitle {
  color: #999;
}

.resources .caseList {
  position: relative;
  margin-top: 50px;
}

.resources .caseList .itemImage {
  width: 100%;
  width: 150px;
  height: 150px;
  background: #fff;
  border-radius: 10px;
}

.resources .caseList .itemText {
  padding: 15px 0 5px 0;
  overflow: hidden;
  font-size: 18px;
  white-space: nowrap;
}

.resources .caseList .itemTextEx {
  color: #666;
  font-size: 14px;
}

.resources .arrow {
  position: absolute;
  top: 50%;
  z-index: 9;
  display: block;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  background: url(../texture/texture_admile/arrow_2.png) no-repeat;
}

.resources .arrow.prev {
  left: -60px;
}

.resources .arrow.next {
  right: -30px;
  transform: scaleX(-1);
}

/*
 * @about
 */

.about .c {
  padding: 100px 0;
  color: #1a2835;
  background: #f5f5f5;
}

.about .c .title {
  font-size: 36px;
  line-height: 1.25;
  text-transform: uppercase;
}

.about .c .text {
  float: left;
  width: 60%;
  padding: 25px 0;
  color: #666;
  line-height: 1.8;
  text-align: justify;
}

.about .c .logo {
  float: right;
  width: 30%;
  margin-top: 75px;
}

.about .c .logo img {
  width: 100%;
}

.about .c .numbers {
  margin-top: 50px;
}

.about .c .numbers .item {
  float: left;
  width: 32%;
  height: 130px;
  padding: 25px 50px;
  text-align: center;
  background: #fff;
}

.about .c .numbers .item:hover {
  background: #ed6f16;
}

.about .c .numbers .item:nth-child(3n-1) {
  margin-right: 2%;
  margin-left: 2%;
}

.about .c .numbers .itemText {
  color: #ed6f16;
  font-size: 24px;
  line-height: 1.2;
  text-transform: capitalize;
}

.about .c .numbers .itemTextEx {
  margin-top: 10px;
  padding: 0 20px;
  color: #666;
  font-size: 14px;
}

.about .c .numbers .item:hover .itemText,
.about .c .numbers .item:hover .itemTextEx {
  color: #fff;
}

/*
 * @contact
 */

.contact .c {
  padding: 100px 0;
  color: #1a2835;
  background: #f5f5f5;
}

.contact .c .title {
  font-size: 36px;
  line-height: 1.25;
  text-transform: uppercase;
}

.contact .c .info {
  margin-top: 50px;
  line-height: 2;
}

.contact .c .info .option {
  margin-right: 10px;
  text-transform: uppercase;
}

.contact .c .info .value {
  color: #666;
}

.contact .c .info .value:hover {
  color: #1a2835;
}

/*
 * @extend
 */

.linkStyle:hover {
  text-decoration: none;
  border-bottom: none !important;
}

.linkStyle:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 0;
  height: 1px;
  background: #141414;
  transition: width ease-in-out 0.67s;
}

.linkStyle:hover:after {
  width: 100%;
}

/*
 * @Mod
 */

.header .navigation .item:hover,
.header .navigation .item.active {
  color: #ed6f16;
}

.header .navigation .line {
  width: 1px;
  height: 15px;
  margin-top: 7.5px;
  margin-left: 20px;
  background: rgba(255, 255, 255, 0.3);
}

.header .navigation .login {
  margin-left: 90px;
}

.header .navigation .register,
.header .navigation .language {
  margin-left: 20px;
}

.header .navigation .language .parent,
.header .navigation .register .parent {
  display: block;
  height: 20px;
  margin-top: 5px;
}

.header .navigation .register .parent {
  transition: transform 0.3s;
}

.header .navigation .register:hover .parent {
  transform: scaleX(-1);
}

.header .navigation .language .parent {
  padding-right: 15px;
}

.header .navigation .language .parent:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 9px;
  height: 8px;
  margin-top: -4px;
  background: url(../texture/texture_admile/arrow.png) no-repeat;
  transform: scaleY(-1);
  transition: all 0.3s;
  content: "";
}

.header .navigation .language:hover .parent:after {
  transform: scaleY(1);
}

.header .navigation .language img {
  display: block;
}

.header .navigation .language .child {
  min-width: 20px;
}

.header .navigation .language .childNode {
  padding: 2.5px 0;
}

/* link */
.header .navigation .item .child .second-container {
  position: relative;
  margin: -7.5px -15px;
  padding: 5px 15px;
}
.header .navigation .item .child .second-container .second-container-title {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #bbb;
  cursor: pointer;
}

.header
  .navigation
  .item
  .child
  .second-container
  .second-container-title:hover {
  color: #fff;
}

.second-container .second-container-dropdown {
  position: absolute;
  top: 0;
  left: -190px;
  display: none;
  width: 160px;
  padding: 7.5px 15px;
  background: rgba(25, 39, 52, 0.933);
  border-radius: 0 20px 0 20px;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  opacity: 0;
}

.header
  .navigation
  .item
  .child:hover
  .second-container:hover
  .second-container-dropdown,
.second-container:hover {
  display: block;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.second-container-dropdown-item {
  display: block;
  margin-top: 5px;
  color: #bbb;
  font-size: 14px;
  white-space: nowrap;
}

.second-container-dropdown-item:hover {
  color: #fff;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

/* end link */

.staticBanner .text {
  height: 80px;
  margin-top: -40px;
  font-size: 48px;
  line-height: 80px;
}

/*
 * suit laptop 1440
 */

@media screen and (min-width: 1440px) {
}

/*
 * suit laptop 1600
 */

@media screen and (max-width: 1600px) {
}

/*
 * suit laptop 1567
 */

@media screen and (max-width: 1567px) {
}

/*
 * suit laptop 1440
 */

@media screen and (max-width: 1440px) {
}

/*
 * suit laptop 1367
 */

@media screen and (max-width: 1367px) {
}

/*
 * suit laptop 1280
 */

@media screen and (max-width: 1280px) {
}

/*
 * suit laptop 1024 & 768
 */

@media screen and (max-width: 1024px) {
  html,
  body {
    overflow-x: hidden;
    font-size: 1rem;
  }
  body,
  .header {
    min-width: 0;
  }
  .inside.static,
  .inside.static {
    width: auto;
    margin-right: 5%;
    margin-left: 5%;
  }
  .header {
    text-align: center;
  }
  .header .logo {
    display: inline-block;
    float: none;
  }
  .header .navigation {
    display: none;
  }
  .header .extend {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 3rem;
    height: 3rem;
    margin-top: -1.5rem;
  }
  .header .extend:before,
  .header .extend:after,
  .header .extend .line {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.5rem;
    height: 2px;
    margin-left: -1rem;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    content: "";
  }
  .header .extend:before {
    margin-top: -10px;
  }
  .header .extend .line {
    margin-top: -1px;
  }
  .header .extend:after {
    margin-top: 9px;
  }
  .header .extend.active:before,
  .header .extend.active:after {
    margin-top: -1px;
  }
  .header .extend.active:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header .extend.active:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header .extend.active .line {
    opacity: 0;
  }
  .mobileNavigation {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 8;
    padding-top: 4.25rem;
    color: #646464;
    text-align: left;
    background: #141414;
    -webkit-transition: none;
    transition: none;
  }
  .mobileNavigation .item {
    position: relative;
    display: block;
    margin: 0 5%;
    padding: 1rem 0;
    font-weight: bold;
    line-height: 1.5rem;
    border-bottom: 1px solid #646464;
  }
  .mobileNavigation .item:after,
  .mobileNavigation .childNode:after {
    position: absolute;
    top: 1.75rem;
    right: 0;
    z-index: 1;
    width: 0.875rem;
    height: 0.4375rem;
    margin-top: -3.5px;
    background: url(../texture/texture_cme/arrow_0.png) no-repeat;
    transform: rotate(-90deg);
    transition: all 0.3s;
  }
  .mobileNavigation .item.active:after {
    transform: rotate(0);
  }
  .mobileNavigation .parent {
    display: block;
  }
  .mobileNavigation .parent .en {
    display: none;
  }
  .mobileNavigation .child {
    height: 0;
    overflow: hidden;
    font-size: 0.9rem;
  }
  .mobileNavigation .child .childNode {
    display: block;
    padding: 1rem 0 1rem 1rem;
    border-top: 1px solid #646464;
  }
  .mobileNavigation .child .childNode:last-child {
    padding-bottom: 0;
  }
  .mobileNavigation .child .childNode:first-child {
    margin-top: 1rem;
  }
}

/*
 * suit mobile phone hdpi 640 & 480
 */

@media screen and (max-width: 640px) {
}

@keyframes indexMoreMove1 {
  0% {
    right: 35px;
  }
  50% {
    right: 20px;
  }
  100% {
    right: 35px;
  }
}

@keyframes indexMoreMove2 {
  0% {
    right: 25px;
  }
  50% {
    right: 15px;
  }
  100% {
    right: 25px;
  }
}

@keyframes solutionsUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes solutionsZoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.033);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes solutionsJumps {
  0%,
  79% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  80% {
    transform: scaleY(1.0167);
  }
  85% {
    transform: scaleY(1.0033);
  }
  90% {
    transform: scaleY(1.0167);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes solutionsFade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.67;
  }
  100% {
    opacity: 1;
  }
}

@keyframes globalZoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.167);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes globalFade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.33;
  }
  100% {
    opacity: 1;
  }
}

@keyframes globalJumps {
  0%,
  79% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  80% {
    transform: scaleY(1.133);
  }
  85% {
    transform: scaleY(1.033);
  }
  90% {
    transform: scaleY(1.133);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes globalFlip {
  0%,
  100% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(-1);
  }
}
