* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
}

.share-width > a {
  margin-right: 5px;
}

.share-width > a > img {
  width: 40px;
}

#p_1 {
  background-size: cover;
  width: 100%;
  height: 60px;
  font-family: 'Montserrat';
}

#p_case-1 {
  float: left;
  background: #121212;
}

#p_screen-1 {
  background: #eee;
  margin: 0 auto;
  cursor: pointer;
}

#p_2 {
  background-size: cover;
  width: 100%;
  height: 60px;
  font-family: 'Montserrat';
}

#p_case-2 {
  background: #121212;
}

#p_screen-2 {
  background: #eee;
  margin: 0 auto;
  cursor: pointer;
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.share > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 33.33%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.share > a > img {
  width: 45px;
}

.sub-sho-menu {
  height: auto !important;
}

#menu-1 {
  background: #03cf5d;
  float: left;
  margin: 0;
  padding: 35px 0 0 0;
  overflow: hidden;
  width: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

#menu-1 ul {
  height: -webkit-fill-available;
  padding: 20px 10px;
}

#menu-1 ul > li > a {
  font-size: 14px;
  padding: 5px;
  display: block;
  width: 100%;
  z-index: 0 !important;
  color: #fff;
}

#menu-1 ul > li > a > span {
  margin-right: 5px;
}

#menu-1 ul > li > a > ul {
  height: auto;
  margin: 0;
  padding: 0;
  display: none;
  border-radius: 5px;
  background-color: #ffffff;
  margin: 10px 0 0;
  -webkit-box-shadow: inset 2px 2px 2px #eaeaea;
          box-shadow: inset 2px 2px 2px #eaeaea;
}

#menu-1 ul > li > a > ul > li {
  cursor: pointer;
  padding: 10px 0;
  margin: 0px 15px;
  color: #000;
  font-size: 14px;
  border-bottom: 1px dashed #d3d3d3;
}

#menu-1 ul > li > a > ul > li::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background-image: url(../images/arrow.png);
  margin-right: 10px;
}

#menu-1 ul > li > a > ul > li:last-child {
  border-bottom: none;
}

#menu-2 {
  background: #03cf5d;
  float: right;
  margin: 0;
  padding: 35px 0 0 0;
  overflow: hidden;
  width: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

#menu-2 ul {
  height: -webkit-fill-available;
  padding: 20px 10px;
}

#menu-2 ul > li > a {
  font-size: 14px;
  padding: 5px;
  display: block;
  width: 100%;
  z-index: 0 !important;
  color: #fff;
}

#menu-2 ul > li > a > span {
  margin-right: 5px;
}

#menu-2 ul > li > a > ul {
  height: auto;
  margin: 0;
  padding: 0;
  display: none;
  border-radius: 5px;
  background-color: #ffffff;
  margin: 10px 0 0;
  -webkit-box-shadow: inset 2px 2px 2px #eaeaea;
          box-shadow: inset 2px 2px 2px #eaeaea;
}

#menu-2 ul > li > a > ul > li {
  cursor: pointer;
  padding: 10px 0;
  margin: 0px 15px;
  color: #000;
  font-size: 14px;
  border-bottom: 1px dashed #d3d3d3;
}

#menu-2 ul > li > a > ul > li::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background-image: url(../images/arrow.png);
  margin-right: 10px;
}

#menu-2 ul > li > a > ul > li:last-child {
  border-bottom: none;
}

.m_1-item {
  list-style-type: none;
  font-size: 20px;
  border-bottom: 1px dashed #58ec99;
  color: #fff;
}

.menu-footer {
  width: 200px;
}

#m_button-1 {
  width: 60px;
  cursor: pointer;
  padding: 4px;
  margin: 16px;
  float: left;
  position: absolute;
}

#m_button-2 {
  width: 37px;
  cursor: pointer;
  padding: 4px;
  margin: 16px;
  position: absolute;
  right: 0;
}

.line-1 {
  width: 29px;
  height: 3px;
  border-radius: 5px;
  background-color: #444;
  margin-bottom: 7px;
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.line-2 {
  width: 29px;
  height: 3px;
  border-radius: 5px;
  background-color: #444;
  margin-bottom: 7px;
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.tilt-top {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 15px;
  margin-left: -1px;
  margin-bottom: 3px;
  margin-top: 5px;
}

.tilt-top1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 15px;
  margin-left: 15px;
  margin-bottom: 3px;
  margin-top: 5px;
}

.tilt-bottom {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 15px;
  margin-left: -1px;
  margin-top: -4px;
}

.tilt-bottom1 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 15px;
  margin-left: 15px;
  margin-top: -4px;
}

.show-menu-1 {
  width: 175px !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  min-height: 980px;
}

.show-menu-2 {
  width: 175px !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  min-height: 980px;
}

.change-1 {
  background: #fff;
}

#info-1 {
  float: left;
  color: #2B3C6D;
  font-size: 20px;
  width: 50%;
  padding: 6%;
  border-radius: 10px;
}

#info-1 h1 {
  border-bottom: 4px solid;
  font-size: 40px;
}

.change-2 {
  background: #fff;
}

#info-2 {
  float: left;
  color: #2B3C6D;
  font-size: 20px;
  width: 50%;
  padding: 6%;
  border-radius: 10px;
}

#info-2 h1 {
  border-bottom: 4px solid;
  font-size: 40px;
}

#calloumi {
  position: fixed;
  width: 160px;
  right: 0;
  margin: 20px;
}

.mainheader-top {
  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;
}

.mainheader-top > .wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100% !important;
}

.mainheader-top > .wrap > .left-menu {
  display: none;
}

.mainheader-top > .wrap > .right-menu {
  display: none;
  position: relative;
}

.search-m {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-m > a {
  position: unset;
}

.search-m > a::before {
  color: #444;
}

.parent {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.parent ul {
  list-style: none;
}

.parent li {
  position: relative;
}

.parent li div {
  background: #FFF;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  font-size: 12px;
}

.parent li div > span {
  font-size: 22px;
  color: #444444;
}

.parent li div i {
  margin-left: 10px;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}

.parent li ul {
  background: #fff;
  text-align: center;
  padding: 5px 10px;
  font-weight: bold;
  color: #333;
  display: none;
  border-radius: 0 0 5px 5px;
  position: absolute;
  top: 48px;
  /* left: 0; */
  right: -15px;
  /* bottom: 0; */
  width: 90px;
  /* height: 50px; */
  -webkit-box-shadow: 3px 3px 3px #bdbfc1;
          box-shadow: 3px 3px 3px #bdbfc1;
}

.parent li ul li {
  margin-top: 5px;
  cursor: pointer;
  font-size: 12px;
  border-bottom: 1px dashed #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.parent li ul li > span {
  margin-right: 7px;
  font-size: 12px;
  color: #7b3735;
}

.mainwrapper {
  padding-top: 0 !important;
}

.main-top-slide {
  max-width: 1200px;
  margin: 0 auto;
}

.web {
  display: block;
}

.baner-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}

.baner-group > div {
  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;
  width: 100%;
  height: 100%;
  margin-bottom: 5px;
}

.mobile {
  display: none;
}

.mar-t-0 {
  margin-top: 0 !important;
}

@media screen and (max-width: 980px) {
  .mainheader-top .wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100% !important;
  }
  .mainheader-top .wrap > .left-menu {
    width: 25%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 111;
  }
  .mainheader-top .wrap > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    line-height: 60px !important;
    padding: 0;
  }
  .mainheader-top .wrap > .right-menu {
    width: 25%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .baner-group > div > img {
    width: 100%;
  }
  .mainwrapper {
    padding-top: 0 !important;
  }
  .mobile {
    display: block;
  }
  .mobile > nav {
    display: none;
  }
  .web {
    display: none !important;
  }
  .mainheader-top {
    float: none;
    height: auto;
    text-align: left;
    font-size: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .search > .wrap > .btn-search {
    display: none;
  }
}

.top-baner {
  max-width: 1200px;
  margin: 15px auto 0;
}

.top-baner > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-baner > ul > li {
  float: left;
  width: 25%;
}

.top-baner > ul > li img {
  width: 100%;
  max-width: 100%;
}

.top-baner > ul > li > a {
  display: block;
}

.top-baner > ul > li > a > img {
  height: auto;
  vertical-align: middle;
}

.top-baner > ul:after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (max-width: 980px) {
  .top-baner {
    max-width: 1200px;
    margin: 15px auto 0;
  }
  .top-baner > ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .top-baner > ul > li {
    float: left;
    width: 50%;
  }
  .top-baner > ul > li > a {
    display: block;
  }
  .top-baner > ul > li > a > img {
    height: auto;
    vertical-align: middle;
  }
}
/*# sourceMappingURL=new_style.css.map */