/**************start reset style*****************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

* {
  box-sizing: border-box !important;
}

@font-face {
  font-family: "iranyekan";
  src: url("../fonts/Yekan.ttf") format("woff");
}
@font-face {
  font-family: "iransans";
  src: url("../fonts/isans.woff2") format("woff");
}
@font-face {
  font-family: "iransansnum";
  src: url("../fonts/iran_sans_web_fa_num_medium.woff2") format("woff");
}
@font-face {
  font-family: "sarbaz";
  src: url("../fonts/sarbaz.ttf");
}
@font-face {
  font-family: "DastNevis";
  src: url("../fonts/dastnevis.ttf");
}
@font-face {
  font-family: "english-text";
  src: url("../fonts/font-english.woff2");
}
a {
  text-decoration: none !important;
  color: inherit;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

a:hover {
  color: #27333e;
}

button:focus {
  box-shadow: unset;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  direction: rtl;
  font-family: "iransans";
  text-align: right;
  color: #6b6b6b;
  background-color: #ffffff;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

i {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  color: #161616;
}

/**************end reset style*****************/
.btn-page {
  display: inline-block;
  background-color: #0071DC;
  color: #ffffff;
  padding: 16px 30px;
  border-radius: 5px;
  font-size: 14px;
  border: 1px solid #0071DC;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.btn-page:hover {
  background-color: #fff;
  color: #0071DC;
}

.title-page {
  display: inline-block;
  padding: 0 30px;
  position: relative;
  font-size: 27px;
  font-weight: 600;
  z-index: 1;
  margin: 0 auto 60px;
  line-height: 1.65;
}
@media screen and (max-width: 575px) {
  .title-page {
    font-size: 22px;
    padding: 0 16px;
  }
}
.title-page::before {
  content: "";
  height: 3px;
  width: 30px;
  background-color: #ffc221;
  left: 100%;
  top: 50%;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .title-page::before {
    left: 97%;
  }
}
.title-page::after {
  content: "";
  height: 3px;
  width: 30px;
  background-color: #ffc221;
  right: 100%;
  top: 50%;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .title-page::after {
    right: 97%;
  }
}

.subtitle_pg {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.65;
  margin: 0 0 30px;
}

/* start header */
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  /* start top-header */
  /* end top-header */
  /* start bottom-header */
  /* end bottom-header */
}
header .top-header {
  background-color: #EBEEF6;
  border-bottom-color: #eee;
  color: #696969;
  padding: 13px 0;
}
header .top-header i {
  color: #0071DC;
  font-size: 17px;
  font-weight: 400;
  margin-left: 8px;
}
header .top-header a {
  display: inline-block;
  font-size: 14px;
}
header .top-header a:hover {
  color: #0071DC;
}
header .top-header .mail {
  border-right: 1px solid #AAACB2;
  margin-right: 10px;
  padding-right: 10px;
  font-size: 14px;
}
header .top-header .top-left .log-in {
  display: inline-block;
  font-size: 14px;
  padding-left: 7px;
  border-left: 1px solid #AAACB2;
  padding-top: 2px;
}
header .top-header .top-left .social-icon li {
  display: inline-block;
}
header .top-header .top-left .social-icon li a {
  color: #000;
}
header .top-header .top-left .social-icon li a i {
  color: #333;
  font-size: 16px;
  font-weight: 100;
  margin: 0 8px 0 0;
}
header .top-header .top-left .social-icon li a:hover i {
  color: #0071DC;
}
header .bottom-header {
  background-color: #f5f7fd;
  color: #333;
  padding: 8px 0;
}
header .bottom-header .header-logo {
  display: inline-block;
  margin-left: 10px;
}
header .bottom-header .header-logo img {
  width: 60px;
}
header .bottom-header .menu-page ul li {
  display: inline-block;
  padding: 18px 10px;
}
header .bottom-header .menu-page ul li a {
  display: inline-block;
  font-size: 12px;
}
header .bottom-header .menu-page ul li a i {
  font-size: 10px;
  font-weight: 300;
}

/* end header */
.top-menu-active {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.08);
}

/******************header responsive*************************/
.header-section-responsive {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 101;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0 2px 8px #ececec;
}
.header-section-responsive img {
  height: 48px;
  vertical-align: middle;
}
.header-section-responsive .header-right-responsive .menu-icon {
  display: inline-block;
  cursor: pointer;
}
.header-section-responsive .header-right-responsive .menu-icon i {
  color: #4d4d4d;
  font-size: 25px;
  transition: 0.3s;
  vertical-align: middle;
  padding: 10px 0 10px 10px;
}
.header-section-responsive .header-right-responsive .search i {
  font-size: 19px;
}
.header-section-responsive .header-right-responsive button i {
  color: #4d4d4d;
}
.header-section-responsive .header-left-responsive i {
  color: #4d4d4d;
  font-size: 22px;
  vertical-align: middle;
  padding: 6px 8px;
}
.header-section-responsive .header-left-responsive a {
  vertical-align: middle;
}
.header-section-responsive .header-ersponsive-top {
  border-bottom: 1px solid #eee;
  padding: 2px 0;
}
.header-section-responsive .header-responsive-bottom {
  padding: 10px 0;
}
.header-section-responsive .header-responsive-bottom form {
  border: 1px solid #eee;
  margin: 0 auto;
  height: 38px;
  border-radius: 15px;
}
.header-section-responsive .header-responsive-bottom form input {
  border-radius: 15px;
  width: 81%;
  border: 0;
  font-size: 13px;
}
.header-section-responsive .header-responsive-bottom form input:focus {
  outline: 0;
}
.header-section-responsive .header-responsive-bottom form button {
  background: transparent;
  border: 0;
  padding: 10px 20px;
}

.header-left-responsive a:hover i {
  color: #f53e4f !important;
}

.header-left-responsive a:hover {
  text-decoration: none;
}

/**************end header responsive**************/
/* start footer */
footer {
  background-color: #1c2a44;
}
footer .tx_banner .info {
  margin-top: 36px;
}
footer .tx_banner .info span {
  font-weight: 500;
}
footer .tx_banner .info p {
  color: #a7a7a7;
}
footer .title {
  margin-bottom: 34px;
  font-size: 19px;
  font-weight: 500;
  color: #ffffff;
}
footer a {
  color: #bfc0c1;
  transition: all 0.3s ease-in-out;
}
footer a:hover {
  color: #fff;
}
footer .footer-top {
  padding: 90px 0 70px;
}
footer .column-footer {
  /* start list-footer */
  /* end list-footer */
}
footer .column-footer .footer-address i, footer .column-footer .footer-number i, footer .column-footer .footer-email i {
  font-size: 19px;
  margin-left: 8px;
}
footer .column-footer .footer-logo {
  width: 78px;
}
footer .column-footer .footer-address {
  display: inline-block;
  color: #bfc0c1;
  font-size: 17px;
  margin-bottom: 20px;
  margin-top: 13px;
  font-size: 15px;
  line-height: 1.7;
}
footer .column-footer .footer-number {
  font-size: 18px;
  font-weight: 500;
  color: #bfc0c1;
  font-size: 16px;
}
footer .column-footer .footer-email {
  font-size: 17px;
  margin: 18px 0;
  font-weight: 300;
}
footer .column-footer .footer-email a {
  color: #bfc0c1;
}
footer .column-footer .footer-email a:hover {
  color: #fff;
}
footer .column-footer .social li {
  display: inline-block;
  margin-left: 14px;
}
footer .column-footer .social a {
  color: #bfc0c1;
  font-size: 16px;
}
footer .column-footer .social a:hover {
  color: #fff;
}
footer .column-footer .list-footer li {
  margin-bottom: 17px;
  font-size: 16px;
  position: relative;
  z-index: 1;
}
footer .column-footer .list-footer li a {
  position: relative;
  margin-right: 22px;
  font-size: 14px;
  padding-bottom: 3px;
}
@media screen and (max-width: 575px) {
  footer .column-footer .list-footer li a {
    margin-right: 0;
  }
}
footer .column-footer .list-footer li a:hover {
  color: #fff;
}
footer .column-footer .list-footer li a::after {
  content: "";
  height: 1px;
  width: 0;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
footer .column-footer .list-footer li::before {
  content: "";
  height: 12px;
  width: 9px;
  background-color: #0071DC;
  position: absolute;
  top: 0px;
  right: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 575px) {
  footer .column-footer .list-footer li::before {
    opacity: 0;
  }
}
footer .column-footer .list-footer li::after {
  content: "";
  height: 12px;
  width: 9px;
  background-color: #bebfc1;
  position: absolute;
  top: 1px;
  right: 1px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 575px) {
  footer .column-footer .list-footer li::after {
    opacity: 0;
  }
}
footer .column-footer .list-footer li:hover a:after {
  width: 100%;
}
footer .column-footer .list-footer li:hover::before {
  background-color: #bebfc1;
}
footer .column-footer .list-footer li:hover:after {
  background-color: #0071DC;
}
footer .footer-form .description {
  color: #bfc0c1;
  font-size: 14px;
  line-height: 1.65;
}
footer .footer-form form input {
  height: 42px;
  border-color: #3c4454;
  color: #ffffff;
  border-radius: 3px;
  background-color: transparent;
  margin-bottom: 10px;
  font-size: 13px;
}
footer .footer-form form input:focus {
  background-color: transparent;
  outline: 0;
  box-shadow: unset;
  border-color: #3c4454;
  color: #fff;
}
footer .footer-form form input::-moz-placeholder {
  color: #bfc0c1;
}
footer .footer-form form input::placeholder {
  color: #bfc0c1;
}
footer .footer-form form .btn-page {
  padding: 13px 30px;
}
footer .footer-form form .btn-page:hover {
  border-color: #fff;
}
footer .footer-bottom {
  border-top: 1px solid rgba(75, 89, 113, 0.35);
  padding: 20px 0;
}
footer .footer-bottom .footer-copyright {
  color: #bfc0c1;
}
footer .footer-bottom .footer-copyright a {
  color: #0071DC;
}
footer .footer-bottom .footer-copyright a:hover {
  color: #bfc0c1;
}

/* end footer */
.black-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

/* start web-scroll-section */
.web-scroll-section {
  display: inline-block;
  position: fixed;
  bottom: 45px;
  right: 45px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transform: scale(0);
  height: 50px;
  width: 50px;
  border-radius: 10px;
  line-height: 45px;
  background-color: #ffc221;
  transition: all ease 1.5s;
  z-index: 10000;
  font-size: 14px;
  font-weight: 200;
}
.web-scroll-section i {
  color: #fff;
  padding: 16px 11px;
  transition: all ease 1.5s;
}
.web-scroll-section:hover {
  background-color: #0071DC;
}
@media screen and (max-width: 575px) {
  .web-scroll-section {
    bottom: 25px;
    right: 25px;
  }
}

/* end web-scroll-section */
/********************* START MOBILE MENU ******************/
.menu {
  width: 80%;
  background: #fff;
  position: fixed;
  top: 0;
  right: -80%;
  bottom: 0;
  height: 100vh;
  z-index: 300;
  transition: 0.3s;
  border-left: 1px solid #eee;
  padding-bottom: 100px;
}

.menu-active {
  right: 0;
}

.img-menu-mobile {
  display: block;
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.img-menu-mobile img {
  max-width: 50%;
}

.in-main-menu {
  position: absolute;
  width: 400%;
  min-height: calc(100vh - 221px);
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  transition: 0.3s;
}

.in-main-menu-2 {
  right: -100%;
}

.in-main-menu-3 {
  right: -200%;
}

.in-main-menu-4 {
  right: -300%;
}

.main-menu {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.main-menu::before {
  content: "";
  background-image: url(../img/footerbackground.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-position: left bottom;
  opacity: 0.7;
}

.level-one {
  width: calc(25% + 17px);
  overflow: auto;
  overflow-y: scroll;
  float: right;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  z-index: 101;
  background: rgba(255, 255, 255, 0.5);
}

.item-level-one {
  height: 50px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}

.item-level-one a {
  display: inline-block;
  color: #333;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  width: calc(100% - 67px);
  float: right;
  padding: 0 15px;
}

.item-level-one a:before {
  content: "\f111";
  font-family: "FontAwesome";
  vertical-align: middle;
  margin-left: 7px;
  transition: 0.3s;
  color: #ccc;
  font-size: 12px;
}

.item-level-one a:hover:before {
  color: #818181;
}

.item-level-one span {
  cursor: pointer;
  display: inline-block;
  color: #818181;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  width: 50px;
  float: right;
  text-align: center;
  vertical-align: middle;
  font-family: "Ionicons";
  font-size: 20px;
  transition: 0.3s;
}

.item-level-one span:hover {
  padding-right: 10px;
}

.item-level-one span:hover i {
  color: #ffc221;
}

.level-two {
  width: 25%;
  overflow: hidden;
  float: right;
  margin-right: -17px;
  height: 100px;
  min-height: calc(100vh - 221px);
  position: relative;
  z-index: 101;
}

.body-level-two {
  width: calc(100% + 17px);
  overflow: auto;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 102;
  background: #fff;
}

.body-level-two-active {
  z-index: 103;
}

.go-back-menu {
  width: 100%;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  height: 50px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  background: #fdfdfd;
}

.go-back-menu a {
  display: inline-block;
  color: #0071DC;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  width: calc(100% - 67px);
  float: right;
  padding: 0 15px;
}

.go-back-menu a:before {
  content: "\f111";
  font-family: "FontAwesome";
  vertical-align: middle;
  margin-left: 7px;
  transition: 0.3s;
  color: #f013a5;
  font-size: 12px;
}

.go-back-menu span {
  cursor: pointer;
  display: inline-block;
  color: #ffc221;
  height: 50px;
  line-height: 50px;
  width: 50px;
  float: right;
  text-align: center;
  vertical-align: middle;
  font-family: "Ionicons";
  border-right: 1px solid #eee;
  font-size: 17px;
  background: #fdfdfd;
  transition: 0.3s;
  padding-top: 15px;
}

.go-back-menu span:hover {
  background: #ffc221;
  color: #fff;
}

.level-three {
  width: 25%;
  overflow: hidden;
  float: right;
  min-height: calc(100vh - 221px);
  position: relative;
  z-index: 103;
}

.level-four {
  width: 25%;
  overflow: hidden;
  float: right;
  min-height: calc(100vh - 221px);
  position: relative;
  z-index: 103;
}

.body-level-three {
  width: calc(100% + 17px);
  overflow: auto;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 104;
  background: #fff;
}

.body-level-three-active {
  z-index: 105;
}

.body-level-four {
  width: calc(100% + 17px);
  overflow: auto;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 110;
  background: #fff;
}

.body-level-four-active {
  z-index: 112;
}

.header-level-3 {
  width: 100%;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  height: 50px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}

.header-level-3 .ionicoroz-0 {
  cursor: pointer;
  display: inline-block;
  color: #ffc221;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  width: 50px;
  float: right;
  text-align: center;
  vertical-align: middle;
  font-family: "Ionicons";
  border-left: 1px solid #eee;
  font-size: 15px;
  background: #fdfdfd;
  transition: 0.3s;
  padding-top: 16px;
}

.header-level-3 .ionicoroz-1 {
  display: inline-block;
  font-family: "Ionicons";
  transition: 0.3s;
}

.header-level-3:hover .ionicoroz-1 {
  transform: rotate(90deg);
}

.header-level-3 p {
  display: inline-block;
  color: #333;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  width: calc(100% - 67px);
  float: right;
  padding: 0 15px;
}

.filter-option {
  background: #fcfcfc;
  padding: 10px 70px 10px 15px;
  border-bottom: 1px solid #eee;
  display: none;
  transition: none;
}

.item-filter-option {
  display: block;
  height: 35px;
  line-height: 35px;
  color: #333;
}

.item-filter-option:before {
  content: "\f111";
  font-family: fontawesome;
  vertical-align: middle;
  margin-left: 7px;
  transition: 0.3s;
  color: #ccc;
  font-size: 12px;
}

.item-filter-option:hover:before {
  color: #818181;
}

.item-login {
  display: block;
  height: 50px;
  color: #333 !important;
  line-height: 50px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  padding: 0 15px;
  font-weight: 400;
}

.item-level-one i {
  color: #0071DC;
  font-size: 15px;
  margin-top: 15px;
}

.item-login .fa-user {
  font-size: 18px;
  color: #ffc221;
  padding-left: 8px;
  font-weight: 400;
}

.item-login .fa-lock {
  font-size: 18px;
  color: #ffc221;
  padding-left: 8px;
  font-weight: 400;
}

/******************** END MOBILE MENU *******************/
/* start menu style */
.menu-hidden {
  height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
}

#menu .article {
  display: inline-block;
  color: #0071DC;
  padding: 11px 0;
  vertical-align: middle;
}

#menu .article p {
  display: inline;
  padding: 0 15px;
  font-size: 15px;
  color: #333333;
  padding-right: 5px;
}

#menu .article .fa-file-alt {
  font-size: 25px;
  vertical-align: middle;
  font-weight: 300;
}

#menu .article .fa-file-alt:hover {
  color: #3c6cc7;
}

#menu .article a:hover {
  text-decoration: none;
}

.me-menu {
  display: inline-block;
  height: 40px;
  padding: 0 8px;
  line-height: 40px;
  vertical-align: middle;
  position: relative;
  color: #333;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: 0.3s;
}

.me-menu:hover {
  border-bottom-color: #0071DC;
}

.me-menu .fa-bars {
  margin-left: 7px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  vertical-align: middle;
  transition: 0.3s;
}

.me-menu:hover .fa-bars {
  color: #0071DC;
}

.body-menu {
  position: absolute;
  width: 60vw;
  height: 500px;
  background-color: #fff;
  top: 40px;
  right: 0;
  z-index: 100;
  opacity: 0;
  display: none;
  transition: 0.3s all;
  overflow: hidden;
  border-radius: 20px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1399px) {
  .body-menu {
    width: 70vw;
  }
}
@media screen and (max-width: 1199px) {
  .body-menu {
    width: 80vw;
  }
}

.me-menu:hover .body-menu {
  display: block;
  opacity: 1;
}

.in-body-menu {
  width: 100%;
  height: 500px;
  position: relative;
}

.first-col {
  display: inline-block;
  background-color: #EBEEF6;
  height: 500px;
  width: 20%;
  padding: 10px 10px 10px 0;
}
@media screen and (max-width: 1399px) {
  .first-col {
    width: 23%;
  }
}

.first-col-span {
  display: block;
  line-height: 25px;
  padding: 7px 15px;
  color: #333;
  transition: 0.3s;
  border-top-right-radius: 10px;
  font-weight: 200;
  border-bottom-right-radius: 10px;
  font-size: 13px;
}

.first-col-span:before {
  content: "\f100";
  font-family: fontawesome;
  vertical-align: middle;
  margin-left: 10px;
}

.first-col-span:before:hover {
  color: #0071DC;
}

.first-col-span:hover {
  background-color: #fff;
  color: #0071DC !important;
}

.first-col-span:hover .link-in-first-col {
  color: #0071DC !important;
}

.sub-me-menu {
  position: absolute;
  width: 80%;
  top: 0;
  left: 0;
  height: 100%;
  display: none;
  padding-top: 10px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1399px) {
  .sub-me-menu {
    width: 77%;
  }
}

.first-col-span:hover .sub-me-menu {
  display: block;
  transition: 0.3 all ease-in;
}

.in-sub-me-menu {
  position: relative;
  width: 100%;
}

.three-level {
  height: 500px;
  width: 100%;
  padding-right: 10px;
}

.three-level-span {
  display: block;
  line-height: 25px;
  padding: 6px 15px;
  font-size: 14px;
}

.three-level-span i {
  font-size: 10px;
  padding-right: 7px;
  color: #818181;
}

.three-level-span h3 {
  font-size: 13px;
  font-weight: bold;
}

.three-level-span:hover a {
  color: #0071DC !important;
}

#menu ul {
  display: inline-block;
}

#menu ul li {
  display: inline-block;
  text-align: right;
  padding-left: 1rem;
  font-size: 14px;
  padding: 10px 3px 10px 15px;
  padding-bottom: 0;
}

#menu ul a {
  text-decoration: none;
  color: #333333;
}

#menu li a:hover {
  text-decoration: none;
  color: #0071DC;
}

#menu .blue-border:hover {
  border-bottom: 3px solid #0071DC;
  padding-bottom: 8px;
}

.first-col-span:first-child .sub-me-menu {
  display: block;
}

.three-level-span-space {
  padding-right: 32px;
}

.divider {
  display: inline-block;
  position: relative;
  width: 1px;
  border-right: 1px solid #ccc;
  height: 24px;
  margin-left: 28px;
  top: 8px;
}

.menu-background {
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.menu-background.bg-1 {
  bottom: 0;
  right: 0;
  width: 166px;
  height: 118px;
}
.menu-background.bg-2 {
  bottom: 0;
  left: 0;
  width: 220px;
  height: 220px;
}
.menu-background.bg-3 {
  bottom: 4px;
  left: 24px;
  width: 150px;
  height: 150px;
}

.three-level-span:hover a h3 {
  color: #0071DC;
}

.black-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
  background-color: rgba(192, 192, 192, 0.5);
  display: none;
}

/* end menu style *//*# sourceMappingURL=global.css.map */