* {

  position: relative;

  margin: 0;

  padding: 0;

  border: none;

  outline: none;

  box-sizing: border-box;

  -moz-box-sizing: border-box;

  -webkit-box-sizing: border-box;

  resize: none;

  font-size: 14px;

  font-family: "微软雅黑", "Microsoft YaHei", "HelveticaNeueLTStd-MdCn",

    "Helvetica Neue", Helvetica, Arial, sans-serif;

  color: #333;

  list-style: none;

  vertical-align: bottom;

  border-collapse: collapse;

  border-spacing: 0;

  z-index: 1;

}

html,

body {

  width: 100%;

  height: 100%;

}

a {

  cursor: pointer;

  text-decoration: none;

}

.clearfix::before,

.clearfix::after {

  content: "";

  height: 0;

  line-height: 0;

  display: block;

  visibility: none;

  clear: both;

}

.clearfix {

  *zoom: 1;

  z-index: 0;

}

.newline {

  width: 100%;

  float: left;

  padding: 0;

  height: 1px;

  margin: 0;

}

h1,

h2,

h3,

h4,

h5,

h6 {

  font-weight: 500;

}

.out_wrap {

  width: 100%;

  float: left;

}

.out_wrap .content_wrap {

  width: 1250px;

  max-width: 1250px;

  margin: 0 auto;

}

.content_wrap,

.fa-whatsapp:lang(ar) {

  direction: ltr !important;

}

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

  .out_wrap .content_wrap {

    width: 90%;

  }

}

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

  .out_wrap .content_wrap {

    width: 95%;

  }

}

@font-face {

  font-family: "FontAwesome";

  font-weight: normal;

  font-style: normal;

  font-display: swap;

  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");

  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")

      format("embedded-opentype"),

    url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),

    url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),

    url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),

    url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")

      format("svg");

}

.fa:before,

.fa:after {

  display: inline-block;

  font-family: "FontAwesome";

  font-size: inherit;

  text-rendering: auto;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  font-style: normal;

}

.fa-envelope-o:before {

  content: "\f003";

}

.fa-whatsapp:before {

  content: "\f232";

}

.fa-search:before {

  content: "\f002";

}

.fa-angle-down:before {

  content: "\f107";

}

.fa-skype:before {

  content: "\f17e";

}

.fa-linkedin:before {

  content: "\f0e1";

}

.fa-youtube:before {

  content: "\f167";

}

.fa-twitter:before {

  content: "\f099";

}

.fa-facebook:before {

  content: "\f09a";

}

.fa-download:before {

  content: "\f019";

}

.top_info {

  background: #08c;

  position: fixed;

  top: 0;

  left: 0;

  z-index: 7;

}

.top_info .content_wrap {

  height: 40px;

}

.top_info .content_wrap .email {

  display: block;

  float: left;

  margin-right: 10px;

  line-height: 40px;

  color: #fff;

}

.top_info .content_wrap .email:before {

  margin-right: 5px;

}

.top_info .content_wrap .email:hover {

  color: #ebd9d9;

}

.top_info .content_wrap .email:after {

  content: "|";

  color: #fff;

  margin-left: 10px;

}

.top_info .content_wrap .tel {

  display: block;

  float: left;

  color: #fff;

  line-height: 40px;

  position: relative;

}

.top_info .content_wrap .tel:before {

  margin-right: 5px;

}

.top_info .content_wrap .tel:hover {

  color: #ebd9d9;

}

.top_info .content_wrap .tel span {

  display: none;

  position: absolute;

  top: 41px;

  left: 20px;

  transition: 2s;

  -moz-transition: 1s; /* Firefox 4 */

  -webkit-transition: 1s; /* Safari and Chrome */

  -o-transition: 1s;

}

.top_info .content_wrap .tel:hover span {

  display: block;

}

.top_info .content_wrap .search {

  float: right;

  margin-top: 5px;

  margin-right: 10px;

}

.top_info .content_wrap .search input {

  float: left;

  height: 30px;

  line-height: 30px;

  width: 190px;

  padding: 0 40px 0 15px;

  border-radius: 30px;

  color: #b7b7b7;

}

.top_info .content_wrap .search button {

  position: absolute;

  right: 0;

  top: 0;

  height: 30px;

  width: 38px;

  border-radius: 0 30px 30px 0;

  background-color: #fff;

  cursor: pointer;

  line-height: 1;

  color: #b7b7b7;

}

.top_info .content_wrap .language {

  float: right;

  padding-left: 20px;

}

.top_info .content_wrap .language .cur_language {

  padding: 0 15px 0 25px;

  line-height: 40px;

  height: 40px;

  float: left;

  display: block;

  color: #fff;

}

.top_info .content_wrap .language .cur_language:before {

  content: url("/wp-content/themes/lisun/img/en.jpg");

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  margin: auto;

}

.top_info .content_wrap .language .cur_language:after {

  content: "\f0d7";

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  margin: auto;

}

.top_info .content_wrap .language .list_language::-webkit-scrollbar {

  width: 0 !important;

}

.top_info .content_wrap .language .list_language {

  z-index: 999;

  display: none;

  position: absolute;

  background: #00a2e4;

  padding: 0 6px;

  left: 12px;

  top: 80%;

  border: 1px solid rgba(0, 0, 0, 0.15);

  border-radius: 4px;

  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);

  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);

  overflow-y: scroll;

  overflow-x: hidden;

  overflow: -moz-scrollbars-none;

  -ms-overflow-style: none;

}

.top_info .content_wrap .language .list_language a {

  overflow: hidden;

  display: block;

  padding-left: 25px;

  border-bottom: 2px solid transparent;

  color: #fff;

  height: 30px;

  line-height: 30px;

  background-color: transparent;

}

.top_info .content_wrap .language .list_language a img {

  position: absolute;

  left: 0;

  top: 7px;

  width: 16px !important;

  height: 16px !important;

}

.top_info .content_wrap .language .list_language a:hover {

  color: #ebd9d9;

}

.nav_info {

  z-index: 4;

  position: fixed;

  top: 40px;

  left: 0;

  background: #fff;

}

.nav_info .content_wrap {

  height: 90px;

}

.nav_info .content_wrap .m_nav,

.nav_info .content_wrap .m_search {

  display: none;

}

.nav_info .content_wrap .logo {

  min-width: 200px;

  float: left;

  height: 100%;

  width: 16%;

}

.nav_info .content_wrap .logo img {

  width: 100%;

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  margin: auto;

}

.nav_info .content_wrap .navigation {

  float: right;

  height: 100%;

}

.nav_info .content_wrap .navigation .menu-item {

  float: left;

}

.nav_info .content_wrap .navigation .menu-item > a {

  height: 90px;

  line-height: 90px;

  float: left;

  padding-left: 20px;

  font-weight: 600;

  letter-spacing: 0.2px;

  width: 100%;

}

.nav_info .content_wrap .navigation .menu-item:first-child > a {

  padding-left: 0;

}

.nav_info .content_wrap .navigation .current-menu-item > a,

.nav_info .content_wrap .navigation .current-menu-parent > a {

  color: #08c;

}

.nav_info .content_wrap .navigation .menu-item > a:hover {

  color: #08c;

}

.nav_info .content_wrap .navigation .menu-item:hover > a:after {

  color: #08c;

}

.nav_info .content_wrap .navigation .menu-item-has-children .nav_click {

  position: absolute;

  right: 0;

  width: 14px;

  height: 90px;

}

.nav_info .content_wrap .navigation .menu-item-has-children > a:after {

  display: inline-block;

  font-family: "FontAwesome";

  font-size: inherit;

  text-rendering: auto;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  margin-left: 5px;

  content: "\f107";

  color: #a5a5a5;

}

.nav_info .content_wrap .navigation .sub-menu {

  position: absolute;

  display: none;

  top: 88px;

  left: 0;

  border-top: 2px solid #08c;

  background-color: #fff;

}

.nav_info

  .content_wrap

  .navigation

  .sub-menu

  .menu-item-has-children

  > a:hover {

  padding-left: 24px;

  padding-right: 12px;

}

.nav_info .content_wrap .navigation .sub-menu .sub-menu {

  left: 100%;

  top: -2px;

  height: 100%;

  /*min-height: 600px;*/

  background: transparent;

}

.nav_info .content_wrap .navigation .sub-menu .menu-item {

  border-right: 1px solid #ededed;

  width: 100%;

  float: left;

  position: initial;

  background-color: #fff;

}

.nav_info .content_wrap .navigation .sub-menu .menu-item a {

  height: 30px;

  white-space: nowrap;

  line-height: 30px;

  padding: 0 24px 0 12px;

  border-bottom: 1px solid #ededed;

  font-weight: normal;

  font-size: 13px;

  width: 100%;

}

.nav_info .content_wrap .navigation .sub-menu .menu-item a:hover {

  background-color: #08c;

  color: #fff;

}

.nav_bottom {

  padding-top: 130px;

}

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

  .nav_info .content_wrap {

    height: auto;

  }

  .nav_info .content_wrap .logo {

    width: 100%;

    margin: 50px 0 15px;

  }

  .nav_info .content_wrap .logo img {

    width: auto;

    height: 46px;

  }

  .nav_info .content_wrap .navigation {

    width: 100%;

    height: 90px;

    text-align: center;

  }

  .nav_info .content_wrap .navigation .menu-item {

    display: inline-block;

    float: none;

    text-align: left;

  }

  .nav_bottom {

    padding-top: 195px;

  }

}

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

  .nav_info .content_wrap .logo {

    width: 100%;

    height: 90px;

    margin: 0;

  }

  .nav_info .content_wrap .m_nav {

    display: block;

    position: absolute;

    z-index: 8;

    width: 100px;

    text-align: left;

    left: 10px;

    font-size: 30px;

    height: 90px;

    line-height: 90px;

  }

  .nav_info .content_wrap .m_nav:before {

    content: "\f0c9";

  }

  .nav_info .content_wrap .navigation {

    display: none;

    background: #fff;

    border-top: 1px solid #000;

    height: 400px;

    overflow-y: scroll;

    padding: 0 1%;

    text-align: left;

  }

  .nav_info .content_wrap .navigation .menu-item {

    border-bottom: 1px dashed #eee;

    width: 100%;

  }

  .nav_info .content_wrap .navigation .menu-item a {

    height: 40px;

    line-height: 40px;

    padding-left: 20px !important;

  }

  .nav_info .content_wrap .navigation .menu-item .sub-menu {

    display: none;

    position: relative;

    float: left;

    width: 100%;

    padding-left: 10px;

    top: 0;

    left: 0;

    overflow: hidden;

  }

  .nav_info .content_wrap .navigation .menu-item .sub-menu a {

    height: auto;

    white-space: normal;

    line-height: 24px;

    padding: 5px 0;

  }

  .nav_info .content_wrap .navigation .menu-item-has-children .nav_click {

    width: 10%;

    height: 40px;

  }

  .nav_info .content_wrap .navigation .menu-item-has-children > a:after {

    position: absolute;

    top: 0;

    bottom: 0;

    margin: auto;

    right: 20px;

    content: "+";

  }

  .nav_info

    .content_wrap

    .navigation

    .menu-item-has-children

    > a.active-item:after {

    content: "-";

  }

  .nav_bottom {

    padding-top: 130px;

  }

}

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

  .top_info .content_wrap .search {

    position: absolute;

    right: 0px;

    top: 126px;

    display: none;

  }

  .nav_info .content_wrap .m_search {

    display: block;

    position: absolute;

    z-index: 8;

    width: 48px;

    text-align: center;

    right: 10px;

    font-size: 24px;

    height: 90px;

    line-height: 90px;

  }

  .nav_info .content_wrap .m_search:before {

    content: "\f002";

  }

}

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

  .top_info .content_wrap .email:after {

    content: "";

  }

  .top_info .content_wrap .tel {

    display: none;

  }

}

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

  .nav_info .content_wrap .logo img {

    height: 36px;

  }

}

.footer_info {

  background-color: #0169ab;

}

.footer_info .content_wrap {

  padding: 20px 0;

  overflow: hidden;

}

.footer_info .content_wrap .menu-footer-menu-container {

  width: 38%;

  float: left;

}

.footer_info .content_wrap .menu-footer-menu-container ul li {

  float: left;

}

.footer_info .content_wrap .menu-footer-menu-container ul li a {

  line-height: 36px;

  height: 36px;

  color: #fff;

  padding: 0 10px;

  text-transform: capitalize;

}

.footer_info .content_wrap .menu-footer-menu-container ul li a:after {

  content: "|";

  float: right;

}

.footer_info

  .content_wrap

  .menu-footer-menu-container

  ul

  li:last-child

  a:after {

  content: "";

}

.footer_info .content_wrap .sns {

  width: 24%;

  float: left;

  text-align: center;

}

.footer_info .content_wrap .sns a {

  line-height: 36px;

  height: 36px;

  width: 36px;

  background-color: #fff;

  color: #999;

  display: inline-block;

  border-radius: 50%;

  margin: 0 2px;

}

.footer_info .content_wrap .sns a:hover {

  background: #c3191e;

  color: #fff;

}

.footer_info .content_wrap .copyright {

  width: 38%;

  float: left;

  color: #fff;

  line-height: 36px;

  height: 36px;

  text-align: right;

}

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

  .footer_info .content_wrap .menu-footer-menu-container {

    width: 100%;

  }

  .about-video i,

  .video_info .content_wrap .left_wrap.about-video img {

    // display: none;

  }

  .footer_info .content_wrap .menu-footer-menu-container ul {

    text-align: center;

  }

  .footer_info .content_wrap .menu-footer-menu-container ul li {

    display: inline-block;

    float: none;

  }

  .footer_info .content_wrap .sns {

    width: 100%;

    padding: 20px 0;

  }

  .footer_info .content_wrap .copyright {

    width: 100%;

    text-align: center;

  }

}

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

  .footer_info .content_wrap .menu-footer-menu-container ul li a {

    padding: 0 4px 0 0;

  }

}

.breadcrumb_info {

  background: #f5f5f5;

  border-top: 1px solid #eaeaea;

  border-bottom: 1px solid #eaeaea;

  font-size: 14px;

  padding: 26px 0 18px 0;

}

.breadcrumb_info .content_wrap a {

  letter-spacing: 0.5px;

  padding-right: 12px;

  float: left;

}

.breadcrumb_info .content_wrap a:hover {

  color: #08c;

}

.breadcrumb_info .content_wrap a:after {

  content: "\f105";

  margin-left: 12px;

}

.breadcrumb_info .content_wrap span,

.breadcrumb_info .content_wrap h1 {

  float: left;

  font-size: 14px;

  color: #08c;

}

.vedio_play {

  position: absolute;

  z-index: 66;

  left: 50%;

  margin-left: -30px;

  top: 50%;

  margin-top: -13px;

  background: #fff;

  height: 20px;

}

.vedio_play:before {

  content: "\f16a";

  font-size: 60px;

  margin-top: -20px;

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);

  opacity: 0.8;

}

.vedio:hover .vedio_play:before {

  color: #f00;

}

.video_info .content_wrap .left_wrap {

  padding: 60px 0;

  padding-right: 20px;

  float: left;

  width: 50%;

  cursor: pointer;

}

.video_info .content_wrap .left_wrap iframe {

  width: 100%;

  box-shadow: 0 2px 12px 0 rgba(3, 0, 0, 0.4);

}

.video_info .content_wrap .left_wrap iframe.about-video-iframe {

  display: none;

}

.video_info .content_wrap .left_wrap img {

  width: 100%;

  height: 100%;

  display: none;

  box-shadow: 0 2px 12px 0 rgba(3, 0, 0, 0.4);

}

.video_info .content_wrap .right_wrap {

  padding: 48px 0;

  padding-left: 20px;

  float: right;

  width: 50%;

}

.video_info .content_wrap .right_wrap p {

  color: #666;

  line-height: 24px;

  font-size: 14px;

  margin-bottom: 20px;

  float: left;

  width: 100%;

  text-align: justify;

}

.strength_info {

  background: #f5f5f5;

  padding: 48px 0;

}

.strength_info .content_wrap p {

  width: 23%;

  float: left;

  margin: 0 1%;

  font-size: 24px;

  color: #08c;

  background-color: #fff;

  padding: 15px 35px;

  box-shadow: 0 0 5px #ecebeb;

}

.strength_info .content_wrap p span {

  padding-top: 6px;

  color: #666;

  width: 100%;

  float: left;

}

.strength_info .content_wrap p:after {

  font-size: 40px;

  color: #ccc;

  position: absolute;

  right: 35px;

}

.strength_info .content_wrap .lightbulb:after {

  content: "\f0eb";

}

.strength_info .content_wrap .thumbs:after {

  content: "\f087";

}

.strength_info .content_wrap .user:after {

  content: "\f007";

}

.strength_info .content_wrap .award:after {

  content: "\f091";

}

.awards_info {

  padding: 48px 0;

}

.awards_info .content_wrap {

  text-align: center;

}

.awards_info .content_wrap h2 {

  float: left;

  width: 90%;

  margin-left: 5%;

  padding-bottom: 14px;

  text-align: center;

  border-bottom: 1px solid #eaeaea;

  letter-spacing: 0.5px;

  text-transform: capitalize;

  font-size: 26px;

  margin-bottom: 30px;

}

.awards_info .content_wrap h2:after {

  content: "";

  position: absolute;

  left: 0;

  right: 0;

  bottom: -1px;

  margin: 0 auto;

  width: 50px;

  height: 1px;

  background: #08c;

}

.awards_info .content_wrap .list {

  width: 20%;

  float: left;

  padding: 0 2px;

  padding-bottom: 30px;

}

.awards_info .content_wrap .list img {

  width: 100%;

  height: auto;

}

.awards_info .content_wrap .list p {

  width: 100%;

  text-align: center;

  color: #666;

  padding-top: 10px;

}

.awards_info .content_wrap .list2 {

  width: 40%;

}

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

  .video_info .content_wrap .left_wrap {

    padding: 40px 0;

    width: 100%;

  }

  .video_info .content_wrap .left_wrap iframe.about-video-iframe {

    display: block;

  }

  .video_info .content_wrap .left_wrap img {

    display: block;

  }

  .video_info .content_wrap .right_wrap {

    padding-top: 0;

    padding-left: 0;

    padding-bottom: 15px;

    width: 100%;

  }

  .video_info .content_wrap .right_wrap p {

    font-size: 12px;

    margin-bottom: 17px;

  }

  .strength_info {

    padding: 15px 0;

  }

  .strength_info .content_wrap p {

    width: 48%;

    margin: 3px 1%;

  }

  .awards_info {

    padding-top: 15px;

    padding-bottom: 15px;

  }

  .awards_info .content_wrap h2 {

    font-size: 20px;

  }

  .awards_info .content_wrap .list {

    width: 50%;

  }

  .awards_info .content_wrap .list p {

    font-size: 12px;

  }

  .awards_info .content_wrap .list2 {

    width: 100%;

  }

}

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

  .strength_info .content_wrap p {

    width: 98%;

  }

}

html[lang|="ar"] .top_info .content_wrap .email:after {

  float: right;

}

html[lang|="ar"] .top_info .content_wrap .email:before,

html[lang|="ar"] .top_info .content_wrap .tel:before {

  float: left;

}

html[lang|="ar"] .top_info .content_wrap .tel {

  direction: ltr !important;

}

