@font-face {
    font-family: "arial-regular";
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/arial-regular.eot');
    src: url('../fonts/arial-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/arial-regular.woff2') format('woff2'),
        url('../fonts/arial-regular.woff') format('woff'),
        url('../fonts/arial-regular.ttf') format('truetype'),
        url('../fonts/arial-regular.svg') format('svg');
}
@font-face {
    font-family: "arial-bold";
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/arial-bold.eot');
    src: url('../fonts/arial-bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/arial-bold.woff2') format('woff2'),
        url('../fonts/arial-bold.woff') format('woff'),
        url('../fonts/arial-bold.ttf') format('truetype'),
        url('../fonts/arial-bold.svg') format('svg');
}
@font-face {
    font-family: "FedraSansLight";
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/FedraSansLight.eot');
    src: url('../fonts/FedraSansLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FedraSansLight.woff2') format('woff2'),
        url('../fonts/FedraSansLight.woff') format('woff'),
        url('../fonts/FedraSansLight.ttf') format('truetype'),
        url('../fonts/FedraSansLight.svg') format('svg');
}
@font-face {
    font-family: "FedraSans-Medium";
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/FedraSans-Medium.eot');
    src: url('../fonts/FedraSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FedraSans-Medium.woff2') format('woff2'),
        url('../fonts/FedraSans-Medium.woff') format('woff'),
        url('../fonts/FedraSans-Medium.ttf') format('truetype'),
        url('../fonts/FedraSans-Medium.svg') format('svg');
}
@font-face {
    font-family: "Univers-55";
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Univers-55.eot');
    src: url('../fonts/Univers-55.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Univers-55.woff2') format('woff2'),
        url('../fonts/Univers-55.woff') format('woff'),
        url('../fonts/Univers-55.ttf') format('truetype'),
        url('../fonts/Univers-55.svg') format('svg');
}
@font-face {
    font-family: "Univers65Bold";
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Univers65Bold.eot');
    src: url('../fonts/Univers65Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Univers65Bold.woff2') format('woff2'),
        url('../fonts/Univers65Bold.woff') format('woff'),
        url('../fonts/Univers65Bold.ttf') format('truetype'),
        url('../fonts/Univers65Bold.svg') format('svg');
}
@font-face {
    font-family: "Univers-Light";
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/Univers-Light.eot');
    src: url('../fonts/Univers-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Univers-Light.woff2') format('woff2'),
        url('../fonts/Univers-Light.woff') format('woff'),
        url('../fonts/Univers-Light.ttf') format('truetype'),
        url('../fonts/Univers-Light.svg') format('svg');
}
@font-face {
    font-family: "FedraSansStd-Light";
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/FedraSansStd-Light.eot');
    src: url('../fonts/FedraSansStd-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FedraSansStd-Light.woff2') format('woff2'),
        url('../fonts/FedraSansStd-Light.woff') format('woff'),
        url('../fonts/FedraSansStd-Light.ttf') format('truetype'),
        url('../fonts/FedraSansStd-Light.svg') format('svg');
}
@font-face {
    font-family: "FedraSansStd-Demi";
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/FedraSansStd-Demi.eot');
    src: url('../fonts/FedraSansStd-Demi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FedraSansStd-Demi.woff2') format('woff2'),
        url('../fonts/FedraSansStd-Demi.woff') format('woff'),
        url('../fonts/FedraSansStd-Demi.ttf') format('truetype'),
        url('../fonts/FedraSansStd-Demi.svg') format('svg');
}
body {
    overflow-x: hidden;
    font-family: "Univers-55";
    font-size: 16px;
    line-height: 27px;
    color: #666666;
}
.content-wrapper {
    min-height: 800px;
}
h1 {
    font-size: 40px;
    line-height: 60px;
     font-family: "Univers65Bold";
}
h2 {
    font-size: 36px;
    line-height: 40px;
   font-family: "FedraSansLight";
    color:  #5FAC22;
}
h3 {
    font-family: "FedraSansLight";
    font-size: 30px;
    line-height: 39px;
    padding: 0 0 20px 0;
    color: #666666;
}
h4 {
    font-size: 20px;
  font-family: "FedraSansLight";
      line-height: 27px;
}
p {
   font-family: "Univers-55";
    font-size: 16px;
    line-height: 27px;
   color: #666666;
   
}
 a {
    font-size: 16px;
       font-family: "Univers-55";
}
ul li{
    padding-left: 0;
}
.navbar.navbar-expand-lg ul.navbar-nav li:last-child, .navbar.navbar-expand-lg ul.navbar-nav li:nth-last-child(2) {
    padding-right: 0;
}
.navbar.navbar-expand-lg ul.navbar-nav li.dropdown .dropdown-menu li {
    display: block;
}
.navbar.navbar-expand-lg ul.navbar-nav li.dropdown .dropdown-menu {
   /* width: 1217px;*/
    margin: auto;
    right: 0;
    left: auto;
    top: 60px;
    padding: 10px;
    background: #fff;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: none;
}
.navbar.navbar-expand-lg ul.navbar-nav li.dropdown .dropdown-menu.show .menu-search button {
    font-size: 18px;
    display: block;
    padding-top: 5px;
    position: absolute;
    top: 7px;
    right: 9px;
        border: none;
    background: none;
}
.navbar.navbar-expand-lg ul.navbar-nav li.dropdown .dropdown-menu.show {
    display: block;
}
.navbar.navbar-expand-lg ul.navbar-nav li.dropdown .dropdown-menu button {
    color: #545252;
}

#media_image-10{
    width: 100px;
}

.menu-search {
   
    margin: 1px 0px 0px -4px;
    position: relative;
    width: 100%;
}
ul.navbar-nav .menu-search input{
        min-height: 50px;
    height: auto;
    display: block;
}

/************************************************/
.navbar-light .navbar-toggler {
   
    outline: none;
}
.right-content p.grey-p a {
    font-size: 17px;
}
ul {
    padding-left: 18px!important;
}
/*ul.navbar-nav.ml-auto {
    padding: 20px 20px;
}*/
.dropdown-toggle::after{
    display: none;
}
li.nav-item a {
    font-family: "FedraSansStd-Demi"!important;
}
/*li.nav-item.dropdown img {
    margin-top: 14px;
}*/
/*********************/
/*i.fa.fa-search {
    position: relative;
    bottom: 0;
    right: 0;
    color: #666666;
    font-size: 20px;
    cursor: pointer;
}*/
ul.navbar-nav li a {
    font-size: 18px;

    color: #666666;
}
li.nav-item.dropdown.active.desktop {
   /* padding: 10px 0px 0px 10px;*/
}
li.nav-item {
    padding: 15px 11px 0 11px;
}
.navbar {
    padding: 15px 0 15px 0;
}
.mb-50 {
    margin-bottom: 50px;
}
.mt-50 {
    margin-top: 50px;
}
ul.navbar-nav li:hover:after {
    border-bottom: 2px solid #5FAC22;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #5FAC22;
        border-bottom: 1px solid #5FAC22;
}
.leftcontent a{
    text-decoration: underline;
}
.banner-wrapper .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.banner-wrapper .carousel-inner .carousel-item {
    min-height: 500px;
}
.cap-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
/*.cap-p {
    float: right;
}*/
.banner-wrapper .carousel-indicators {
    left: unset;
    bottom: 134px;
    cursor: pointer;
    left: 0;
    right: 16px;
    bottom: 105px;
    /*top: 346px;*/
    position: absolute;
        margin-right: 0;
    justify-content: flex-end;
}
ul.blog-download {
    padding-left: 0!important;
}
.module h3 {
    padding-top: 10px;
    padding-bottom: 15px;
}
section.banner-wrapper {
    margin-bottom: 155px;
    position: relative;

}
.banner-wrapper .carousel-caption {
   position: absolute;
    left: 0;
    right: 0;
   /* top: 0;*/
    bottom: 0;
    cursor: pointer;
    
}
.cap-p {
    float: right;
}
.banner-wrapper .carousel-caption p a {
    color: #fff;
    text-decoration: none;
    /* line-height: 24px; */
    margin-left: 50px;
}
.carousel-caption p{
    color: #fff;
}
/*.card {
 height: 296px!important;
}*/
.footer-wrapper h2 {
        font-family: "arial-regular";
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
}
.card-body h3 {
    padding: 0 0 0px 0;
    margin-bottom: 0;
        font-size: 24px;
}
.content-final {
    padding-left: 20px;
}
.banner-over {
    background-color: #5FAC22;
    position: absolute;
    bottom: -99px;
    padding: 30px;
    color: #fff;
        max-width: 980px;
}
.banner-over h2,
.banner-over p{
    color: #fff;
}
.blog-wrap {
    background-color: #f8f8f8;
    padding: 29px 29px 29px 29px;
}

.blog-download i.fa.fa-minus {
    position: absolute;
    top: 13px;
    left: 0;
}
.book-section {
    padding: 10px 2px 10px 2px;
}
.banner-wrapper .carousel-item .w-100 {
    width: 100% !important;
    height: 500px;
    object-fit: cover;
    object-position: top;
}
.last-frame ul,
.Literatur ul,
.list-section ul {
    padding-left: 17px;
}
li.list-group-item.list-width a[aria-expanded="true"]{
padding-bottom: 2px;
padding-left: 20px;
}
/*p.blog-download {
    position: relative;
}*/
.left-list {
    display: block;
}
.left-list li {
    text-decoration: none;
    display: inline-block;
}
.left-list li a {
    text-decoration: none;
    display: inline-block;
    color: #666666;
    /*padding: 10px 25px 10px 25px;*/
}
button.navbar-toggler.collapsed {
    border: transparent;
}
.left-list li:after {
    content: '/';
 
       padding: 0px 20px 10px 2px;
}
p.span-p{
        font-family: "FedraSansLight";
        font-size: 18px;
}
hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    }
.head-part {
 
    padding: 17px 0 0 0;
        margin-bottom: 27px;
}
.presentation h3 {
    padding-top: 20px;
}
.head-part h4 {
    color: #666666;
    font-size: 20px;
        padding: 12px 0 12px 0;
}
.head-part h2 {
    color: #5FAC22;
}
.online-section ul li {
    display: block;
    list-style-type: circle;
}
span.link-p a {
    color: #5FAC22;
    text-decoration: underline;
}
/*.left-content ul li a:first-child {
    padding-left: 0;
}*/
.left-content {
    border: 1px solid #cdcdcd;
    padding: 31px 30px 31px 30px;
    margin: 20px 0 20px 0;
    margin-top: -81px;
    position: relative;
    z-index: 1;
    background-color: #fff;
}
.navbar-light .navbar-nav .nav-link {
    color: #666666;
    font-family: "FedraSans-Medium";
}
.right-content {
    margin-top: -81px;
    position: relative;
    z-index: 1;
}
ul.list-group.list-wid li {
    padding-left: 20px;
    border-left: none;
    border-right: none;
}
.container{
    position: relative;
}
span.circle-1 {
    /* background-color: #fff; */
      border: 1px solid green;
    height: 300px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 300px;
    position: absolute;
    left: -190px;
    right: 10px;
    /*top: -117px;*/
    top: 0;
    display: block;
    z-index: -3;
}
/*.cap-p {
    float: right;
}*/

span.circle-2{
border: 1px solid #5FAC22;
    height: 400px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 400px;
    position: absolute;
    /* left: 50%; */
    right: -123px;
    /* bottom: -141px; */
    bottom: 0;
    /*top: 112px;*/
    display: block;
    z-index: -3;
}
.circle-frame span.circle-1 {
    /* background-color: #fff; */
    border: 1px solid #5FAC22;
    height: 300px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 300px;
    position: absolute;
    left: -204px;
    right: 10px;
    /*bottom: 0;*/
    /*top: 116px;*/
    top:0;
    display: block;
    z-index: -3;
}
.circle-frame  span.circle-2 {
   
    bottom:0;
 
}
ul.list-group.list-wid li:last-child {
    border-bottom: none;
}
ul.list-group.list-wid li:first-child {
    border-top: none;
        padding-top: 20px;
}
.left-content ul li:last-child:after {
    display: none;
}
/*.address {
    padding-top: 29px;
}*/
p strong {
    font-weight: 600;
    font-size: 16px;
}
.online-section,
.window-section,
.mac-section {
 
    padding-bottom: 25px;
    padding-top: 25px;
}
/*.foot-list li.white-li {
    margin-bottom: 12px;
}*/
.address p {
   
    line-height: 13px;
  
}
.navbar-expand-lg .navbar-nav .nav-link:hover::after {
    border-bottom: 3px solid green;
    content: " ";
}
.right-content p {
    background-color: #5FAC22;
     padding: 15px 10px 16px 22px;
    font-size: 19px;
    margin: 0 auto;
    /* text-align: center; */
}
/*.diploma-1 h3 {
    margin-bottom: 37px;
}*/
.content-final h3 {
    /* line-height: 00; */
    margin-bottom: 7px;
}
.link-a,
.year,
.year-next {
    margin-top: 29px;
}
.right-content p a {
color: #fff;
    font-size: 20px;
}
li.list-group-item.list-width {
    padding: 13px 0px 0px 0px;
}
p.grey-p {
    background-color: #efefef;
    /* color: black; */
    border-bottom: 1px solid #cfcfcf;
}

div.card-text {
    margin-top: 20px;
}
/*.foot-list li.white-li a {
    color: #fff!important;
}*/
li.list-group-item.list-width a {
    padding-left: 20px;
}
p.grey-p a:hover,
p.grey-p a:active,
p.grey-p a:focus {
    color: #5FAC22;
}
p.grey-p a,
li.list-group-item a {
    color: #666666;
}
li.list-group-item.list-width {
    padding: 11px 0px 8px 0px;
}

.left-content .type-page ul li a,
ul.blog-download li a,
.left-content a {
/*  text-decoration: none;*/
    color: #5FAC22;
}

ul.blog-download li

 {
    text-decoration: none;
    display: block;
    position: relative;
        margin-left: 14px;
    padding-left: 5px;
        padding-bottom: 7px;
}
ul.blog-download li a::before
/*.left-content .type-page ul li a::before*/{
   font-family: FontAwesome;
   width: 10%;
    height: 100%;
    font-size: 12px;
    border: 0;
    content: "\f078";  
        position: absolute;
    left: -14px;
}
.contain {
    max-width: 1271px;
    position: relative;
    margin: 0 auto;
    height: 100%;
        padding-left: 15px;
    padding-right: 15px;
}
ul.blog-download li a::after
{
  font-family: FontAwesome;
    width: 10%;
    height: 100%;
    font-size: 12px;
    border: 0;
    content: "\f068";
      position: absolute;
 left: -12px;
    top: 10px;
  
}
li.list-group-item {
    border-bottom: 1px solid rgba(0,0,0,.125);
        border-left: 0;
    border-right: 0;
}
ul.left-list {
    padding-left: 0!important;
}
ul.left-list li a {
    /* padding-left: 0!important; */
    font-size: 14px;
}
.link-a ul,
.year ul,
.year-next ul,
.link-b ul,
.link-c ul,
.link-d ul{
    padding-left: 17px;
}
p.panel-title a::after {
    font-family: FontAwesome;
    float: right;
    width: 10%;
    height: 100%;
    font-size: 12px;
    border: 0;
    content: "\f078";

}
ul.list-group li {
    font-size: 19px;
}
li.list-group-item.list-width a::after {
    font-family: FontAwesome;
    width: 10%;
    height: 100%;
    font-size: 12px;
    border: 0;
    float: right;
    content: "\f078";
}
li.list-group-item a[aria-expanded="true"]::after {
    content: "\f077";
    font-family: FontAwesome;
    color: #5FAC22;
    width: 10%;
    height: 100%;
    float: right;
    font-size: 12px;
    border: 0;
}
.year h3,
.year-next h3,
.link-c h3{
      font-family: "FedraSansStd-Light";
}
/*.Literatur,
.module,
.module-content,
.list-section,
.section-frame,
.diploma-1 {
    padding-bottom: 20px;
    border-bottom: 1px solid #6666;
    margin-bottom: 20px;
}*/
.link-a ul li a,
.year ul li a,
.year-next ul li a,
.link-b ul li a,
.link-c ul li a,
.link-d ul li a{
    color: #5FAC22;
}
.list-section h3 {
    padding-top: 23px;
}
p.panel-title a[aria-expanded="false"] {
    text-decoration: none;
}
p.panel-title a[aria-expanded="true"] {
    color: #5FAC22;
}
li.list-group-item a:hover,
li.list-group-item a:active{
    color: #5FAC22;
}
p.grey-p a:hover,
p.grey-p a:active {
    color: #5FAC22;
}
p.panel-title a[aria-expanded="true"]::after {
    content: "\f077";
    font-family: FontAwesome;
    color: #5FAC22;
    width: 10%;
    float: right;
    height: 100%;
    font-size: 12px;
    border: 0;
}
section.banner-img img {
    min-height: 300px;
    object-fit: cover;
    object-position: center;
}
/*footer*/
.footer-img {
    border-bottom: 1px solid #918f8f;
    padding: 12px 0 12px 0;
    margin-bottom: 20px;
}
.menu-footer-left-container ul,
.menu-footer-center-container ul,
 .menu-footer-right-container ul{
    padding-left: 0!important;
}
.menu-footer-left-container ul li,
.menu-footer-center-container ul li,
.menu-footer-right-container ul li {
    list-style-type: none;
}
.menu-footer-left-container ul li a,
.menu-footer-center-container ul li a,
 .menu-footer-right-container ul li a{
    color: #999999;
}
/*ul.foot-list li {
  display: block;

}*/
/*ul.foot-list li a {
    text-decoration: none;
    color: #bab9b9;
}
ul.foot-list {
    padding: 33px 0;
}*/
.footer-wrapper {
    margin-top: 50px;
    padding: 50px 0;
    background-color: #666666;
    color:#fff;
}

.footer-wrapper * {
    color: inherit !important;
}
/*style for the search*/

.search-wrap form#searchform{
    margin-bottom: 0 !important;
}
.search-wrap .form-inline input.form-control{
    width: 94%;
}
.search-wrap  .btn-primary{
    background-color: #fff;
    border-color: #fff;
}
.search-wrap  .fa-search:before {
    content: "\f002";
    font-family: "FontAwesome" !important;
    font-style: normal !important;
}

/*top navigation style*/

.top-nav li.nav-item{
    position: relative;
}
.top-nav .dropdown-menus{
    display: none;
    position: absolute;
    z-index: 1000;
    width: 233px;
    right: 0;
    left: auto;
    top: 60px;
    padding: 10px;
    background: #fff;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.top-nav .dropdown-menus a{
    margin-bottom: 5px;
    color: #666666 !important;
}

i.fas.fa-exclamation-triangle:before{
    font-family: "FontAwesome" !important;
}


.left-content .left-list.breadcrumbs li {
    font-size: 14px;
}
.left-content .left-list.breadcrumbs li>span {
  padding: 10px 25px 10px 25px;
}

.left-content .left-list.breadcrumbs li>span:first-child {
  padding-left: 0;
}

.left-content .left-list.breadcrumbs li {
  text-decoration: none;
  display: inline-block;
  color: #666666;
  font-size: 14px;
}

.left-content .left-list.breadcrumbs li span,
.left-content .left-list.breadcrumbs li a {
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
}

.right-content p {
  color: #fff;
  font-size: 20px;
}

.right-content .phsg_sublist,
.right-content .phsg_sublist ul {
  padding-left: 0 !important;
  list-style: none;
}

.right-content .phsg_sublist .page_item a {
  display: block;
  background-color: #efefef;
  border-bottom: 1px solid #cfcfcf;
  padding: 15px 10px 16px 22px;
  font-size: 17px;
  color:inherit;
}

.right-content .phsg_sublist .page_item a:hover {
    color:#5FAC22;
}

.top-nav .navbar-nav,
.top-nav .navbar-nav .nav-menu,
.top-nav .navbar-nav .nav-menu ul {
  padding-left: 0 !important;
  width: 100%;
  top: 0;
  list-style: none;
}

.top-nav .navbar-nav .nav-menu>ul {
    text-align: right;
}

.footer-wrapper a {
    text-decoration: underline;
}

.footer-wrapper ul {
    list-style: none;
    padding-left: 0 !important;
}



.right-content .phsg_sublist .page_item {
    position: relative;
}
.right-content .phsg_sublist .page_item .children {
    display: none;
}

.right-content .phsg_sublist  span.dropdown-toggle {
    position: absolute;
    top: 12px;
    right: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    cursor: pointer;
  }  
.right-content .phsg_sublist span.dropdown-toggle::after {
    content: "";
    display: block;
    border: 0;
    width: 7px;
    height: 7px;
    border-width: 2px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    transform: rotate(135deg);
     
  }

  .page_item_has_children.show>span.dropdown-toggle {
    transform: rotate(-180deg);
    top:17px;
  }

  .top-nav .navbar-nav .current_page_item>a,
  .right-content .phsg_sublist .current_page_item>a,
  .top-nav .navbar-nav .current_page_ancestor>a,
  .search-wrapper a {
    color:#5FAC22;
}

.search-wrapper .btn,
.search-wrapper .btn:hover,
.search-wrapper .btn:focus,
.search-wrapper .btn :active {
    background-color: #5FAC22 !important;
    border-color: #5FAC22 !important;
    color: #fff;
    outline: none;
    box-shadow: none;
}

iframe {
    max-width: 100%;
}

@media only screen and (min-width: 1024px) {
  .top-nav .navbar-nav .nav-menu > ul > .page_item {
    display: inline-block;
    padding: 15px 25px 30px 11px !important;
    position: relative;
  }

   .top-nav .navbar-nav .nav-menu .page_item .children {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 233px;
    right: 0;
    left: 0;
    top: 60px;
    padding: 0 !important;
    text-align: left;
    background: #fff;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }

  .top-nav .navbar-nav .nav-menu .page_item:hover >.children {
    display: block;
  }

  .top-nav .navbar-nav .nav-menu > ul .page_item:hover>a {
    color:#5FAC22;
  }
  .top-nav .navbar-nav .nav-menu .page_item .children>li {
      padding: 10px;
      position:relative;
  }

  .top-nav .navbar-nav .nav-menu .page_item .children .children {
      top:0;
      left: 100%;
  }

  .top-nav .navbar-nav .nav-menu .page_item:last-child .children .children {
    top:0;
    right: 100%;
    left: auto;
  }

}


table {
   border:0 !important;
   width:100%  !important;
   border-collapse:collapse !important;
   font-family: "Univers-55";
}
table td{
   padding:5px !important;
   /*border:0 !important;*/
   border-bottom:1px solid #ececec  !important;
   /*background-color:transparent !important;*/

}

.status-publish.hentry table td {
    border: 2px dashed #cdcdcd;
}


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

    .top-nav .navbar-nav .nav-menu > ul > .page_item {
        position: relative;
        padding: 15px 25px 30px 11px !important;
        display: inline-block;
     }

    .top-nav .navbar-nav .nav-menu>ul {
        text-align: right;
    }

    .top-nav .navbar-nav .nav-menu .page_item .children {
        display: none;
    }

  span.dropdown-toggle {
    position: absolute;
    top: 12px;
    right: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
  }  
  span.dropdown-toggle::after {
    content: "";
    display: block;
    border: 0;
    width: 7px;
    height: 7px;
    border-width: 2px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    transform: rotate(135deg);
     
  }

  .page_item_has_children.show>span.dropdown-toggle {
    transform: rotate(-180deg);
    top:17px;
  }

  .page_item_has_children .children span.dropdown-toggle{
        top:8px;
  }

  .page_item_has_children .children .page_item_has_children.show>span.dropdown-toggle{
        top:12px;
  }

  .top-nav .navbar-nav .nav-menu .page_item .children>li {
    padding-right: 30px;
    position: relative;
  }

  a#search-trigger {
    position: absolute;
    right: 0;
    top: 25px;
    /* font-size: 20px; */
}
}


@media (max-width: 992px) {

    a#search-trigger {
    position: relative;
    right: unset; 
    top: 0;
    left: 11px;
    }

    .top-nav .navbar-nav .nav-menu > ul > .page_item {
        padding: 15px 25px 0 11px !important;
        display: block;
     }

    .top-nav .navbar-nav .nav-menu>ul {
        text-align: left;
    }

.top-nav .navbar-nav .nav-menu > ul > .page_item,
 .top-nav .navbar-nav .nav-menu .page_item .children>li {
    padding-right: 0 !important;
    }

    .top-nav .navbar-nav .nav-menu > ul > .page_item a,
 .top-nav .navbar-nav .nav-menu .page_item .children>li a {
    display: block;
    max-width: calc(100% - 30px);
 }

 .top-nav .navbar-nav .nav-menu .page_item .children {
    padding: 10px 20px 0 !important;
 }

 .page_item_has_children .children span.dropdown-toggle {
    top: 0px;
}

.navbar-toggler {
    padding-right: 0;
    border:0;
}

.navbar-toggler:focus {
    outline: none;
    border:none;
}
}

@media (max-width: 767px) {
    .top-nav .navbar-nav .nav-menu {
        margin-bottom: 20px;
    }

    form#searchform {
    position: relative;
}

    button#searchsubmit {
    position: absolute;
    right: -14px;
    background-color: transparent;
    border: 0;
}
.left-list li a {
    padding: 0 !important;
}

.left-content .left-list.breadcrumbs li>span {
    padding: 10px 9px 10px 8px;
}
}



@media (min-width: 1025px) and (max-width: 1280px) {
    .banner-over {
      
        min-width: 887px;
    }
    .blog-wrap .card {
        margin-bottom: 29px;
    }
    /*  .navbar.navbar-expand-lg ul.navbar-nav li.dropdown .dropdown-menu {
        width: 1112px;
     
    }*/

    .banner-over {
      
        bottom: -145px;
      
    }
    .banner-wrapper .carousel-indicators {
     
        right: 110px;
    }
    .banner-wrapper .carousel-caption {

        right: 88px;
    }
}
@media only screen and (min-width: 1300px) {
    .container {
        max-width: 1271px;
    }
}
@media only screen and (min-width: 1024px) {
    .top-nav li.nav-item {
        padding: 15px 11px 30px 11px;
    }
    .top-nav .navbar-nav{
        position: relative;
        top:15px;
    }
   .top-nav .navbar-nav li.dropdown-menus-item:hover .dropdown-menus{
        display: block !important;
    }
   .top-nav  ul.navbar-nav li.dropdown .dropdown-menus a{
        font-size:16px;
        margin-bottom: 5px;
   }
}
@media only screen and (max-width: 992px) {
    .top-nav .dropdown-menus a{
        margin-bottom: 0;
    }
    .top-nav .dropdown-menus.show {
        display: block;
        position: relative;
        top: 0;
        box-shadow: none;
        width: 100%;
    }
    .top-nav .dropdown-menus.show a{
        font-size: 16px;
        color: #666666 !important;
    }
    .top-nav li.dropdown-menus-item a{
        width: 90%;
        display:inline-block;
     }
    .top-nav li.dropdown-menus-item span.arrow{
        position: absolute;
        right: 0;
        padding: 20px 26px;
     }
    .top-nav li.dropdown-menus-item{
        position: relative;
        display: block;
    }
    .top-nav li.dropdown-menus-item > .arrow:before{
        position: absolute;
        content: "\f107";
        font-family: "FontAwesome";
        right: 5px;
        top: 9px;
        font-size: 23px;
        transition: all 0.4s ease-in;
    }
    .top-nav li.dropdown-menus-item.icon-show > .arrow:before{
        transform: rotate(180deg);
    }
}
@media only screen and (max-width: 768px){
    .top-nav li.nav-item.dropdown.active.mobile a{
        display: none;
    }
    .top-nav li.nav-item.dropdown.active.mobile .dropdown-menu.search-wrap{
        display: block;
    }
}
@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
     padding-right: 0!important; 
        padding-left: 0!important; 
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    .navbar.navbar-expand-lg ul.navbar-nav li.dropdown .dropdown-menu.show {
        min-width: 830px;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 1024px) {
    ul.navbar-nav li a{
        font-size: 15px;
    }
    li.nav-item.dropdown.active.mobile.desktop a img {
        margin-top: -7px;
    }
}
/* iPad Landscape */
@media only screen and (max-width: 1024px) and (min-width: 993px) {
    .banner-wrapper .carousel-caption {
        right: 48px;  
    }
    .banner-over {
        bottom: -120px;
        padding: 14px 15px 14px 15px;
          min-width: 450px;
    }
    .navbar.navbar-expand-lg ul.navbar-nav li.dropdown .dropdown-menu {
        width: 907px;
    }
    .banner-over {
        bottom: -133px;
        max-width: 789px;
    }
    .banner-wrapper .carousel-indicators {  
        right: 67px;  
    }
    /*.cap-p {
        float: right;
    }*/
    li.nav-item.dropdown img {
        margin-top: -9px;
    }
        ul.navbar-nav li a {
        font-size: 15px;
       /* color: #666666;*/
    }
     .blog-wrap .card {
        margin-bottom: 34px;
    }
    ul.navbar-nav li a {
        font-size: 14px;   
    }
    .right-content p {   
        padding: 15px 12px 16px 12px; 
    }
    .navbar {
        padding: 15px 18px 15px 0px;
    }
    i.fa.fa-search {  
        bottom: 53px;
    }
    li.nav-item {
        padding: 0 10px 0 10px;
    }
    .navbar.navbar-expand-lg ul.navbar-nav li.dropdown .dropdown-menu {
        top: 53px;
    }

}

/* iPad Portrait */
@media only screen and (max-width: 992px) and (min-width: 768px) {
   .search-wrap .form-inline input.form-control {
        width: 92%;
    }
    .contain {
        display: none;
    }
       
    .banner-over {
        min-width: 495px;
        padding: 18px 17px 9px 20px;
        bottom: -146px;
        margin: 0 36px 0 1px;
    }
        .blog-wrap .card {
        margin-bottom: 29px;
    }
    .right-content {
       
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .left-content {
       
        margin-top: -41px;
       
    }
    li.nav-item {
        padding: 6px 6px 0 0px;
    }
    ul.navbar-nav {
        padding-left: 0!important;
    }
    .navbar.navbar-expand-lg ul.navbar-nav li.dropdown .dropdown-menu {
        width: 100%;
      
        padding: 9px;
        margin-top: 10px;
      
    }
}

/* Mobile */
@media only screen and (max-width: 767px) {
   h2 {
        font-size: 28px;
    }
    h3{
        font-size: 24px;
            word-break: break-word;
    }
    h4{
        font-size: 18px;
    }
    ul.foot-list {
        padding: 13px 0;
    }
 

    p {
        font-size: 16px;
    }
    .circle-wrap {
        display: none;
    }
    .left-list li a {
           font-size: 16px;
           line-height: 19px;
        padding: 9px 11px 10px 25px;
    }
    .banner-wrapper .carousel-caption,
    .banner-wrapper .carousel-indicators{
        display: none;
    }
    .address p {
      
        line-height: 15px;
        
    }
    .link-a, .year, .year-next {
        margin-top: 18px;
    }
    ul.navbar-nav {
        padding-left: 0!important;
    }
    .content-final {
        padding-left: 0;
        padding-top: 12px;
    }
    .banner-over {
        padding: 10px 15px 18px 15px;
         bottom: -153px;
        left: 0;
        margin: 10px 10px 10px 10px;
    }
    .right-content {
        margin-top: 20px;
    }

    section.banner-wrapper {
       margin-bottom: 219px;

    }
    .blog-wrap .card {
        margin-bottom: 25px;
    }
    li.nav-item {
        padding: 0 9px 0 0px;
    }
    /*.banner-over {
        min-width: 100px;
       bottom: -205px;
       
    }*/
    iframe {
        width: 100%;
        height: 180px;
    }
    .navbar.navbar-expand-lg ul.navbar-nav li.dropdown .dropdown-menu {
        width: 100%;
        }
        .navbar.navbar-expand-lg ul.navbar-nav li.dropdown .dropdown-menu.show {
     
        margin-top: 20px;
    }
}



/* Mobile */
@media only screen and (max-width: 480px) {
    .banner-over {
  
        bottom: -249px;
        left: 0;
      
    }
    .address p {
        line-height: 23px!important;
    }
    section.banner-wrapper {
        margin-bottom: 289px;
    }
}
/*@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3) {
    .banner-over {
    bottom: -279px;
    left: 0;
}
}*/
@media only screen and (max-width: 320px){
    p{
        font-size: 16px;
    }
    h2{
        font-size: 24px;
    }
    .address p {
        line-height: 20px;
    }
}

/* IE */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

  .banner-wrapper .carousel-indicators {
        left: auto;
      
    } 
    .banner-wrapper .carousel-caption {
        left: 0;
    } 
    input::-ms-clear {
        display: none;
    }
}
/* Microsoft Edge */

@supports (-ms-ime-align:auto){
    input::-ms-clear {
        display: none;
    }
    
}

i.fas.fa-exclamation-triangle:before,i.fas{
    font-family: "FontAwesome" !important;
}

/********* added new stle for news page **********/
.right-content .sidebar {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}
.right-content .sidebar .h4 {
    color: #fff;
    font-size: 20px;
    background-color: #5FAC22;
    padding: 15px 10px 16px 22px;
    font-family: "Univers-55";
}

.tagcloud a {
    font-size: 14px !important;
    background: #efefef;
    padding: 1px 15px;
    margin-bottom: 8px;
    display: inline-block;
    color: #666666;
}
.tagcloud a:hover {
    text-decoration: none;
    background: #5FAC22;
    color: #fff;
}  
.pagination li.page-item span {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #fff;
    background-color: #5FAC22;
    border: 1px solid #5FAC22;
}
.pagination li.page-item span {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #fff;
    background-color: #5FAC22;
    border: 1px solid #5FAC22;
}
.pagination  .page-link:hover{
    color: #fff;
    background-color: #5FAC22;
    border: 1px solid #5FAC22;
}

.left-content img {
    width: 100%;
    height: auto;
}

.footer-wrapper h2 {
    font-family: "Univers-55";
}

/********** end new style for news page **********/