/*********** navigation-bar********/
.hstricky {
  margin-bottom: 115px;
}
.stricky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  margin-top: 0 !important;
}
.navigation {
  background: -webkit-gradient(linear, left top, right top, color-stop(2.82%, #2480ab), to(#2480ab));
  background: linear-gradient(90deg, #2480ab 2.82%, #2480ab 100%);
  box-shadow: 0 2px 7px #00000070;
}
.navigation .logo {
  width: 250px;
  float: left;
  background: #ffffff;
  padding: 0 5px;
  position: relative;
  display: block;
  z-index: 5;
	height: 62px;
}
.navigation .logo img {
  width: 100%; 
  display: block; 
}
.navigation .logo strong {
  text-align: center;
  display: block;
  opacity: 0;
  position: absolute;
  color: #000;
  top: 0px;
  left: 0px;
  width: 100%;
  line-height: 70px;
  z-index: 0;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 300;
}
.navigation .desk-nav {
  margin-left: 200px;
}
#main-nav {
  margin-right: 83px;
}
#main-nav ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 62px; 
}
#main-nav ul.menu ul {
  margin: 0;
  padding: 0;
}
#main-nav ul.menu > li.menu-item-has-children {
  padding-right: 15px;
  /*&:after{
                right: 4px;
                position: absolute;
                content: "\f107";
                display: inline-block;
                font-family: FontAwesome;
                font-weight: bold;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                color: #ffffff;
                top: 0;
                line-height: 40px;
                font-size: 19px;
                transition: all .5s;
            }
            &:hover{
                &:after{
                    //content: "\f106";
                    transform: rotate( 180deg );
                }
            }*/
}
#main-nav ul.menu li {
  display: inline-block;
  position: relative;
}
#main-nav ul.menu li a {
  text-decoration: none;
  color: #fff;
  padding: 0px 7px;
  display: block;
  font-size: 17px;
  line-height: 59px;
}
#main-nav ul.menu li > ul {
  z-index: 999999999;
  display: none;
  position: absolute; 
  left: 0;
  top: 105%;
}
#main-nav ul.menu li > ul li {
  display: block;
  z-index: 999999999; 
  background: #4ea55d  !important;
}
#main-nav ul.menu li > ul li:hover{border:0;}
#main-nav ul.menu li > ul li a {
  width: 150px;
  color: #000000;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#main-nav ul.menu li > ul li:hover > a {
  background: #02776c;
  color: #ffffff !important;
}
#main-nav ul.menu li > ul li ul {
  top: 0 !important;
  left: 100% !important;
}
#main-nav ul.menu li:hover > ul {
  display: block;
}
#main-nav ul.menu li:hover {
  background: #4ea55d;
  border-bottom: 3px solid #02585000;
}
#main-nav ul.menu li:hover a {
  color: #000;
}
#main-nav ul.menu li.current-menu-item,
#main-nav ul.menu li.current-post-parent,
#main-nav ul.menu li.current-category-parent,
#main-nav ul.menu li.current-category-ancestor {
  background: #e6e7e8;
  border-bottom: 3px solid #be1e2d;
}
#main-nav ul.menu li.current-menu-item a,
#main-nav ul.menu li.current-post-parent a,
#main-nav ul.menu li.current-category-parent a,
#main-nav ul.menu li.current-category-ancestor a {
  color: #e6e7e8 !important;
}
#main-nav ul.menu li .edi {
  background: #000000 !important;
  padding: 2px;
  font-size: 19px;
  position: relative;
  top: 0px;
}
.all-button {
  float: right;
  cursor: pointer;
  color: #fff;
  position: absolute;
  top: 0px;
  right: 60px;
  z-index: 1;
  line-height: 60px;
  font-size: 18px;
}
.all-button.open i::before {
  content: "\f0c9";
}
.nav-search-form {
  position: absolute;
  text-align: right;
  padding-right: 40px;
  top: 0px;
  right: 0;
  width: 40px;
  transition: all .5s ;
}
.nav-search-form #unicode_font {
  width: 200px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 49px;
  background: #000;
  color: #fff;
  z-index: 1;
  padding: 6px;
  font-size: 13px;
  display: none;
}
.nav-search-form #unicode_font label {
  margin-bottom: 0 !important;
  font-weight: normal;
}
.nav-search-form .search-submit {
  background: #fff;
  line-height: 61px;
  width: 40px;
  text-align: center;
  border: none;
  color: #000;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.nav-search-form .search-field {
  width: 100%;
  line-height: 61px;
  background: #ffffff;
  display: inline-block;
  border: none;
  padding: 0 15px;
  font-size: 16px;
}
.nav-search-form.active {
  width: 100%;
  padding-left: 200px;
}
.nav-search-form.active .search-submit {
  background: #000000;
  border: none;
}
.nav-search-form.active #unicode_font {
  display: block;
}
.nav-search-form.active .search-submit {
  width: 71px;
  z-index: 2;
}
.bottom-bar {
  background: #f8f8f8;
}
.logo-bottom {
  float: left;
}
.logo-bottom .social {
  padding: 7px 0;
  margin: 0;
  width: 190px;
  text-align: center;
}
.logo-bottom .social li {
  display: inline-block;
  width: 17%;
}
.logo-bottom .social li.go a {
  color: #a71e22;
}
.logo-bottom .social li.fb a {
  color: #2a388f;
}
.logo-bottom .social li.tw a {
  color: #00adef;
}
.logo-bottom .social li.li a {
  color: #fff;
}
.logo-bottom .social li.yo a {
  color: #ed1c24;
}
.bar-other-info {
  margin-left: 200px;
  line-height: 36px;
}
.bar-other-info p {
  margin-bottom: 0;
  display: inline-block;
}
@media only screen and (min-device-width: 1024px) {
  .bar-other-info p {
    font-size: 15px;
  }
}
@media only screen and (max-device-width: 1024px) {
  .bar-other-info p {
    font-size: 15px;
  }
}
.bar-other-info .desc {
  font-weight: normal;
}
.bar-other-info .update {
  color: #FF1A00;
  margin-left: 10px;
}
.bar-right-info {
  float: right;
  text-align: right;
}
.bar-right-info a {
  color: #fff;
  padding: 0 10px;
}
.bar-right-info .eng {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.all-menu-item {
  background: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}
.all-menu-item.open {
  height: 100vw;
}
.all-menu-item-bg {
  background: #ffffff;
}
.all-menu-item .containt {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.all-menu-item .all-cat-menu {
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.all-menu-item .all-cat-menu ul {
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.all-menu-item .all-cat-menu li {
  float: left;
  width: 16.6%;
  line-height: 35px;
  font-size: 17px;
}
.all-menu-item .all-cat-menu-bottom {
  padding-top: 10px;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.all-menu-item .all-cat-menu-bottom ul {
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.all-menu-item .all-cat-menu-bottom li {
  display: inline-block;
  line-height: 35px;
  font-size: 17px;
}
.all-menu-item .all-cat-menu-bottom li a {
  display: inline-block;
  padding-right: 40px;
  line-height: 30px;
  font-size: 17px;
  color: #000;
}
.all-menu-item .all-cat-menu-bottom li i {
  color: #4ea55d;
  padding-right: 5px;
}


.all-menu-item .all-cat-menu li a {
  color: black;
  font-size: 17px;
  font-weight: normal;
}

/******* Mobile Navigation Bar ***************/
#mmain-nav {
  max-height: 70vh;
  overflow: auto;
  width: 95%;
}
.header-m.active {
  box-shadow: 0 2px 7px #b0afaf;
  margin-bottom: 11px;
}
.moble-menu {
  background: #ffffff;
  overflow: hidden;
}
.moble-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.moble-menu ul li {
  display: inline-block;
  float: left;
  width: 50%;
  padding: 0 10px;
}
.moble-menu ul li a {
  background-color: #ffffff;
  color: #000;
  font-size: 1.125em;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  transition: all 0.15s ease-in 0s;
  display: block;
  text-decoration: none;
}
.moble-menu ul li a:hover {
  background-color: #e6e7e8;
}
.moble-menu ul li ul {
  padding-left: 10px !important;
}

/****** responsive ***********/
@media all and (max-width: 767px) {
  .social ul {
    padding-right: 5px !important;
  }
  .social ul .so {
    padding-left: 8px !important;
  }
  .header {
    margin-top: 80px;
  }
  .menu-all-category-bottom-container ul {
    clear: both;
    margin-top: 10px;
    border-top: 1px solid #bcbec0;
    padding-top: 10px;
  }
  .logo-aria {
    position: relative; 
  }
  .logo-aria .serach_box_m {
    position: absolute;
    top: -8px;
    left: 0px;
    right: 0px;
    min-height: 80px;
    background: #ffffff;
    z-index: 9999999;
    padding: 10px 20px;
  }
  .logo-aria .serach_box_m .serch_content {
    position: relative;
    background: #e6e7e8;
    padding: 5px 118px 5px 5px;
  }
  .logo-aria .serach_box_m .serch_content .input-tex {
    display: block;
    width: 100%;
    height: 50px;
  }
  .logo-aria .serach_box_m .serch_content .button-group {
    position: absolute;
    right: 0;
    top: 6px;
    margin-right: 7px;
  }
  .logo-aria .serach_box_m .serch_content .button {
    width: 50px;
    height: 50px;
    background: #ffffff;
    text-align: center;
    line-height: 31px;
    border: none;
  }
  .logo-aria .serach_box_m .serch_content .button.submit {
    color: #00a651;
  }
  .logo-aria .serach_box_m .serch_content .button.closes {
    color: #ec2024;
  }
  .logo-aria .row {
    box-shadow: 0 2px 7px #b0afaf;
    margin-bottom: 10px;
    border-top: 7px solid #4ea55d;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background: #ffffff;
  }
  .fa-close {color: #f00;}
  .logo-aria .search-col {
    /*background: #ffffff;*/
  }
  .logo-aria img {   
    margin-left: 10px;
  }
  .logo-aria .search-col {
    padding: 5px 0 !important;
  }
  .logo-aria .fa-search {
    text-align: center;
    cursor: pointer;
  }
  .logo-aria .nav-button {
    padding: 0 !important;
    text-align: center;
    font-size: 30px;
    color: #4ea55d;
    position: relative;
  }
  .logo-aria .nav-button .navbar-toggle {
    float: none !important;
  }
  .logo-aria .nav-button .serch_button {
    position: absolute;
    color: #666666;
    padding: 5px;
    top: 17px;
    left: -29px;
    font-size: 22px;
  }
  .mobile-search-aria {
    padding: 0px 10px;
  }
  .mobile-search-aria .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #cccccc;
  }
  .mobile-search-aria .input-group-btn > .btn {
    border-left-width: 0;
    left: -2px;
    -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);
  }
  #mnav-bar div .menu {
    display: none;
  }
  .mobile-bar {
    text-align: right;
    padding: 0 5px;
  }
  .mobile-bar ul {
    background: #bcdaff;
    padding: 5px;
  }
  .mobile-bar li {
    width: inherit !important;
    float: none !important;
    display: inline-block;
  }
  .mobile-bar li a {
    background: inherit !important;
    padding: 0 !important;
  }
  .current_news .ctitle {
    padding: 2px 18px;
  }
  .share-button span {
    display: none;
  }
  #content-left,
  #right-sidebar {
    width: 100% !important;
    float: none !important;
    clear: both;
  }
}

.search-button {
  float: right;
  cursor: pointer;
  color: #000;
  position: absolute;
  top: 22px;
  right: 0px;
  z-index: 1;
  line-height: 60px;
  font-size: 17px;
}
.all-cat-menu li a:hover, .all-cat-menu-bottom li a:hover {color: #4ea55d;}