img {
    height: auto;
}
body{
  background: #F5F5F5;
}

.topnavbar {
    background: #179BD7;
    color: #fff;
    padding: 8px;
    position: relative;
}

.topnavbar a{color:#fff;}
.topnavbar a:hover,.topnavbar a:focus{text-decoration: underline;color:#fff;}


.topnavbar svg *{fill:#fff;}


.rssnews {
    float: right;
}

.rssnews img, .rssnews svg {
    width: 13px;
    margin-left: 5px;
}


.topnavbar ul {
    float: left;
}

.topnavbar ul li {
    float: none;
    display: inline-block;
    color: #fff;
}

.topnavbar ul li img,.topnavbar ul li svg {
    width: 17px;
    height: 17px;
}

.topnavbar ul li a {
    padding: 0 5px;
    display: block;
    position: relative;
    top: 0;
}

header{
  background:#1565C0;
  padding:40px 0 0;
  box-shadow: 0 0 0 300px #1565C0;
}

.navbar-brand {
    height: auto;
    padding: 0;
}

.navbar-brand img {
    width: 243px;
    height: auto;
}

.hdshy-nav .navbar-collapse {
    float: left;
    width: 340px;
    overflow: hidden;
}

.hdshy-nav .navbar-collapse .searchtop {
    display: block;
    float: none;
    position: relative;
    margin-bottom: 10px;
    border-bottom:2px solid #fff;
}

.hdshy-nav .navbar-collapse .searchtop .input-group {
    display: block;
    overflow: hidden;
}

.hdshy-nav .navbar-collapse .searchtop input {
    background: none;
    border: 0;
    color: #fff;
    display: block;
    padding-left: 43px;
}

.hdshy-nav .navbar-collapse .searchtop input:focus{box-shadow:none;}

.hdshy-nav .navbar-collapse .searchtop input::-webkit-input-placeholder { /* WebKit browsers */
    color:    rgba(255,255,255,0.4);
}
.hdshy-nav .navbar-collapse .searchtop input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:    rgba(255,255,255,0.4);
    opacity:  1;
}
.hdshy-nav .navbar-collapse .searchtop input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:    rgba(255,255,255,0.4);
    opacity:  1;
}
.hdshy-nav .navbar-collapse .searchtop input:-ms-input-placeholder { /* Internet Explorer 10+ */
  color:    rgba(255,255,255,0.4);
}

.hdshy-nav .navbar-collapse .searchtop .btn {

    background: none;
    padding: 10px;
    position: absolute;
    left: 0;
    z-index: 9;
    background: none !important;

}


.hd-nav > li > a {
    padding: 8px;
    color: #fff;
    border-radius:40px;
    text-align: center;
}

.btn-link.outline-link {
    border: 2px solid #fff;
    padding: 6px 8px;
    width: 100px;
    margin-left: 10px;
}

.btn-link.yellow-link {
    background: #FACF5A;
    width: 200px;
    color: #1565C0;
}


.bt-nav {
    float: left;
    margin-top: 44px;
}

.bt-nav > li{
position: relative;
}

.bt-nav > li > a {
    padding: 4px 8px;
    margin:0 5px;
    color: #fff;
    border-radius:0px;
    text-align: center;
    border-bottom:2px solid rgba(255,255,255,0);
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus,
.bt-nav > li > a:hover,.bt-nav > li > a:focus{
  background:none;
  border-bottom:2px solid #fff;
}

.dropdown-menu {
    margin: 5px;
    top: 34px;
    border-radius: 3px !important;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    padding: 0;
    left:0;
    right:auto;
    overflow: hidden;
}

.dropdown-menu li a{
    padding: 5px 9px;
}

.main {
    border-radius: 20px;
    background: #fff;
    z-index:9;
    margin-top: -20px;
    position: relative;
    padding-bottom:40px;
    padding-top:14px;
}


.blue_nav {
    background: #179BD7;
    color:#fff;
    padding: 3px;
}

.blue_nav.blue_top {
    border-radius: 20px 20px 0 0;
    padding-bottom: 23px;
    margin-top: -10px;
}

.blue_nav.blue_bt {
    border-radius: 0 0 20px 20px;
    padding-top: 23px;
    z-index: 1;
    position: relative;
    margin-top: -20px;
}

.blue_nav ul{
  padding:0 15px;
}

.blue_nav ul li {
    float: right;
    margin: 5px;
    position: relative;
    font-weight: bold;
    padding:5px 0;
}

.blue_nav ul li img,.blue_nav ul li svg{
  width:16px;
  height:16px;
  margin:0 5px;
  position: relative;
  top:2px;
}

.blue_nav ul li svg path{
  fill:#fff;
}

.blue_nav ul li a{
    color:#fff;
    border-radius: 19px;
    font-weight: bold;
    border:2px solid rgba(255,255,255,0);
    padding:3px 10px;
}

.blue_nav ul li a:hover{
  border:2px solid rgba(255,255,255,1);
  background: none;
}


.blue_nav ul li.btn-link.white-link {
    padding: 0;
    margin: 9px 5px;
}

.blue_nav ul li.btn-link.white-link a{
    color:#fff;
    border:2px solid rgba(255,255,255,1);
    padding:3px 14px;
}

.blue_nav ul li.btn-link.white-link a:hover,.blue_nav ul li.btn-link.white-link a:focus{
    color:#1565C0;
    background:#fff;
    border:2px solid #fff;
}

.blue_nav ul li:hover,.blue_nav ul li:focus{
  text-decoration: none!important;
}

.blue_top .navbar {
    margin: 0;
}

.blue_top .navbar-nav > li > .dropdown-menu{
  right:0;
  left:auto;
  margin-top: 7px;
  padding: 0;
}

.blue_top .open > a, .blue_top .open > a:hover, .blue_top .open > a:focus,
.blue_top > li > a:hover,.blue_top > li > a:focus{
  background:none;
  border:2px solid #fff;
}

.blue_top .navbar-nav > li > .dropdown-menu li {
    float: none;
    padding:0;
    border-bottom: 1px solid #eee;
    margin: 0;
}

.blue_top .navbar-nav > li > .dropdown-menu li a{
  padding:5px;
  margin:0;
  color:#222;
}

footer{
  background:#1565C0;
  padding:40px 0 0;
  color:#fff;
  line-height: 28px;
  box-shadow: 0 0 0 300px #1565C0;
}


.footersec ul li {
    border-bottom: 1px solid #fff;
    padding: 6px;
	overflow:hidden;
}

.footersec ul li b {
    text-align: left;
    direction: ltr;
}

.footersec ul li a{
    display:block;
    color:#fff;
    font-weight: bold;
}

.footersec ul li a:hover,.footersec ul li a:focus{
    color:#FACF5A;
}


.footersec ul li b{
  float:left;
  font-weight: bold;
}


.footersec > p img, .footersec > p svg {
    width: 88px;
    float: right;
    margin-left: 15px;
}

.footersec > p {
    line-height: 24px;
    max-width: 220px;
    display: block;
    margin: 20px auto 0;
}

.footersec > p span {
    position: relative;
    top: 19px;
    font-weight: bold;
}

.footersec > p svg path {
    fill:#fff;
}


.copyright {
    background: #F5F5F5;
    margin: 15px 0 0;
    padding: 20px 0;
    font-weight: bold;
}


.copyright span {
    float: right;
}

.copyright img {
    float: left;
    width: 50px;
    margin:10px 0;
}


.footerlinks {
    background: #179BD7;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}

.footerlinks li{
  float:none;
  display: inline-block;
  margin:0 7px;
}


.footerlinks li a{
  font-weight: bold;
  color:#fff;
  padding:5px 10px;
  border-bottom:2px solid rgba(255,255,255,0);
}

.footerlinks li a:hover,.footerlinks li a:focus{
  color:#fff;
  border-bottom:2px solid #fff;
}

.owl-carousel{direction: ltr;}

.bigslider {
    border-radius: 20px;
    overflow: hidden;
    margin: 5px 0 13px 0;
    background:#1565C0;
}

.bigslider .item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 80%;
    background: -moz-linear-gradient(left, rgba(21,101,192,1) 0%, rgba(21,101,192,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(21,101,192,1) 0%,rgba(21,101,192,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(21,101,192,1) 0%,rgba(21,101,192,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1565c0', endColorstr='#001565c0',GradientType=1 ); /* IE6-9 */
    z-index: 1;
}

.sidebar .bigslider .item::after{display:none;}

.details_slider {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    z-index: 99;
    text-align: right;
    padding: 20px;
    max-width: 400px;
    direction: rtl;
    font-weight: bold;
}

.details_slider h2{font-weight: bolder;line-height: 40px;font-family: sahel_bolder;}

.maincontent .details_slider h2 {
    font-size: 21px;
    line-height: 27px;
}

.details_slider .btnslide {
    display: block;
    background: #fff;
    width: 103px;
    float: left;
    padding: 3px 10px;
    border-radius: 30px;
    text-align: center;
    color: #000;
    font-size: 14px;
    margin: 11px 0;
}

.bigslider:hover .btnslide {
    background: #FACF5A;
}

.details_slider span {
    display: block;
}

.bigslider .owl-dots {
    position: absolute;
    left: 0;
    top: 0;
    margin: 11px;
}

.bigslider .owl-dots .owl-dot span,.bigslider .owl-dots .owl-dot span:hover,.bigslider .owl-dots .owl-dot:hover span{
    background: #fff;
    opacity:1;
    margin:3px;
    transition: width 500ms;-webkit-transition: width 500ms;
}


.bigslider .owl-dots .owl-dot.active span{
  background: #fff;
  opacity:1;
  width:24px;
}

.sidebar .bigslider{background:none;}

.sidebar .bigslider .owl-dots {
    position: relative;
    left: 0;
    right:0;
    top: 0;
    margin: 5px auto;
    text-align: center;
}

.sidebar .bigslider .owl-dots .owl-dot span,.sidebar .bigslider .owl-dots .owl-dot span:hover,.sidebar .bigslider .owl-dots .owl-dot:hover span{
    background: #ddd;
    opacity:1;
    margin:2px;
    width:10px;
    height:10px;
    transition: width 500ms;-webkit-transition: width 500ms;
}


.sidebar .bigslider .owl-dots .owl-dot.active span{
  background: #1565C0;
  opacity:1;
  width:20px;
}

.sidebar .bigslider img{
  border-radius: 20px;
  border:2px solid rgba(0,0,0,0);
}

.sidebar .bigslider h2{
  direction: rtl;
  text-align: center;
  font-size: 13px;
  line-height: 22px;
  color:#333;
}

.sidebar .bigslider:hover h2{
  color:#1565C0;
}

.sidebar{
  float:right;
  width: 310px;
}



.sidemenu{
  background: #FFFFFF;
  border-radius: 20px;
  padding:15px;
  margin:15px 0;
  color:#222;
}


.sidemenu.blue_box{
  background: #1565C0;
  color:#fff;
}

.sidemenu.gray_box{
  background: #F5F5F5;
}


.sidemenu h2{
  display: block;
  overflow: hidden;
  color:#1565C0;
  font-size: 20px;
  margin:10px;
}



.sidemenu.blue_box h2{
  color:#fff;
}


.sidemenu h2 > a {
    display: block;
    float: left;
    padding: 4px 8px;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    background: #1565C0;
}


.sidemenu.blue_box h2 > a {
    color: #1565C0;
    background: #fff;
}


.sidelist li {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 6px;
    overflow: hidden;
}

.sidelist li:last-child{border:0;}

.sidelist li a {
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}
.sidelist li a:hover {
    color: #1565C0;
    font-weight: bold;
}

.sidelist li b {
    float: left;
    background: #eee;
    padding: 0 7px;
    border-radius: 5px;
    font-weight: bold;
    line-height: 23px;
}

.list_wcal li{
  padding:5px 0;
  margin:10px 0;
}

.list_wcal li > a > b {
    background: #fff;
    border-radius: 20px;
    font-size: 20px;
    font-weight: bold;
    display: block;
    float: right;
    text-align: center;
    line-height: 32px;
    width: 50px;
    color: #1565C0;
    padding: 4px;
    margin-left: 5px;
    height: 50px;
    position: relative;
    top:-5px;
}

.list_wcal li > a:hover {
    color: #FACF5A;
}

.list_wcal li > a > b > small {
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 19px;
    margin-top: -10px;
}


.list_wcal li a {

    color: #fff;
    font-weight: normal;
    height: 51px;
    overflow: hidden;
    display: block;
    overflow: hidden;
    line-height: 22px;
    font-size: 13px;
    padding: 5px 0;

}

















.maincontent{
  float:right;
  width:760px;
  padding:0 15px;
}


.thumbnail_news {
    float: right;
    width: 250px;
    height: 250px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #eee;
    background-image: url('../svg/alis.svg');
    margin-left: 15px;
    background-repeat: no-repeat;
    background-size: 58px;
    background-position: center center;
}




.titlenews h2 {
    color: #000;
    font-family: sahel_bolder;
    line-height: 40px;
    font-size:23px;
}

.titlenews h2:hover {
    color: #1565C0;
}

.innernews {
  width: auto;
    display: block;
    padding:5px ;
    overflow: hidden;
    text-align: justify;
    line-height: 21px;
    max-height: 87px;

}

.bignews {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 18px;
}

.bignews:nth-child(odd) {

    background: #f5f5f5;
    border-radius: 20px;

}

.bignews small {
    color: #aeaeae;
    font-size: 12px;
    display: inline;
    margin-right: 10px;
}

.bignews .morelink {
    float: left;
    display: block;
    padding: 9px 25px;
    font-weight: bold;
    font-size: 15px;
    background: #000;
    color: #fff;
    margin-top:12px;
    margin-left:15px;
    border-radius: 27px;
}


.bignews .morelink:hover {
    background: #1565C0;
}



.bigtitle {
    position: relative;
    margin: 25px 0 10px;
    overflow: hidden;
}

.bigtitle:after{
  content:"";
  background:#1565C0;
  height:3px;
  position: absolute;
  right: 0;
  left:0;
  top:13px;
}

.bigtitle p {
    color:#1565C0;
    font-size: 23px;
    background: #fff;
    position: relative;
    z-index: 9;
    float: right;
    padding: 0 0 0 9px;
}

.bigtitle a {
    color:#1565C0;
    font-size: 13px;
    background: #fff;
    position: relative;
    font-weight: normal;
    z-index: 9;
    float: left;
    padding: 4px 9px 0 0;
}


.news_archive {
    overflow: hidden;
    padding:0;
}

.news_archive li {
    width: 50%;
    float: right;
    padding: 15px;
}


.news_archive.gallerymode li{width:25%;}


.owl-carousel.news_archive li,
.owl-carousel.news_archive.gallerymode li {
    width: 100%;
}

.news_archive li .thumbnail_news {
    width: 110px;
    height: 110px;
    position: relative;
}


.news_archive.gallerymode li .thumbnail_news {
    width: 100%;
    height: auto;
    position: relative;
    overflow: visible;
    margin-bottom:10px;
}

.news_archive.gallerymode li .thumbnail_news img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
}



.news_archive.gallerymode li .thumbnail_news .pic2, .news_archive.gallerymode li .thumbnail_news .pic3 {
    position: absolute;
    z-index: -1;
    right:0;
    left:0;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    opacity: 0.4;
    transition: all 500ms;
    -webkit-transition: all 500ms;
}

.news_archive.gallerymode li .thumbnail_news .pic2{right:-23px;left:auto;}
.news_archive.gallerymode li .thumbnail_news .pic3{left:-23px;right:auto;}


.news_archive.gallerymode li .thumbnail_news .pic1{border:1px solid rgba(255,255,255,0.4);box-shadow: 0 0 15px rgba(0,0,0,0.2);}

.news_archive li .thumbnail_news svg {
    width: 20px;
    position: absolute;
    left: 0;
    top: 0;
    margin:5px 10px;
}

.news_archive li .thumbnail_news svg *{fill:#fff;box-shadow:0 0 5px rgba(0,0,0,1);}

.news_archive li h2 {
    color: #000;
    font-family: sahel;
    line-height: 20px;
    font-size:13px;
}

.news_archive.gallerymode li a h2,
.news_archive li a:hover h2{
    color: #1565C0;
}

.news_archive li small {
    color: #aeaeae;
    font-size: 12px;
    display: inline;
    margin-right: 10px;
}

.news_archive.gallerymode li h2,.news_archive.gallerymode li small{
  text-align: center;
  display: block;
  float: none;
  margin:3px;
}


.news_archive .owl-dots {
    position: relative;
    margin: 5px;
}

.news_archive .owl-dots .owl-dot span,.news_archive .owl-dots .owl-dot span:hover,.news_archive .owl-dots .owl-dot:hover span{
    background: #ddd;
    opacity:1;
    margin:3px;
    transition: width 500ms;-webkit-transition: width 500ms;
}


.news_archive .owl-dots .owl-dot.active span{
  background: #1565C0;
  opacity:1;
  width:24px;
}


.squar-btn, .squar-btn:hover, .squar-btn:focus {
    display: block !important;
    z-index: 99;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 10px;
}

.sidebar .squar-btn {
    width: 149px;
    height: 149px;
    padding: 35px 9px;
}


.squar-btn img {
    width: 50px;
    height: auto;
    margin:0 auto 5px;
    display: block;
}


.tabloside a {
    display: block;
    text-align: center;
    padding: 5px;
}

.tabloside a img {
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.tabloside a h2 {
    font-size: 14px;
    line-height: 20px;
}



.panel-group .panel {
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 0;
}

.panel-collapse {
    background: #EAF5FF;
    border-radius: 30px;
    border: 0;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body{border:0;}

.panel-default > .panel-heading {
    background: #1565C0;
    padding: 0;
    height: 80px;
    margin-bottom: -33px;
}

.panel-default > .panel-heading h4 a {
    text-decoration: none;
    color: #fff;
    border: 0;
    padding: 15px;
    display: block;
}

.panel-default > .panel-heading .badge {
    background: #179BD7;
    float: left;
    padding: 4px 9px;
    height: 19px;
    line-height: 9px;
}


.files_list li {
    border-bottom: 2px solid #1565C0;
    padding:5px 0;
    margin:5px 0;
}

.files_list li:last-child{border:0;margin-bottom:0;padding-bottom:0;}

.files_list li > a{
    padding:5px;
    display: block;
    border:0;
    overflow: hidden;
}


.files_list li > a h3 {
    font-size: 14px;
    color:#1565C0;
}

.files_list li > a .btn {
    padding: 6px 9px;
    border-radius: 22px;
    float: left;
    display: block;
}


.downloadbox {
    overflow: hidden;
    margin: 25px 0;
    background: #f6f6f6;
    padding: 19px;
    border-radius: 30px;
}


.file_info li {
    border-bottom: 1px solid #ddd;
    padding: 1px;
    text-align: right;
    overflow: hidden;
    font-size: 13px;
}

.file_info li b {
    float: left;
    background: #ddd;
    padding: 0px 5px;
    border-radius: 4px;
    display: block;
    height: 20px;
    line-height: 20px;
    margin: 6px 0;
}


.downloadinner h5 {
    padding: 6px;
    line-height: 24px;
    text-align: justify;
    margin: 0;
}


.files_list.taghvimlist li > a h3 {
display: block;
float: right;
margin: 5px;

}

.files_list.taghvimlist li > a small {

display: block;
font-size: 15px;
float: left;

}



.sidebar .panel-group .panel {
border-radius: 15px;}

.sidebar .files_list li > a .btn {
padding: 2px 3px;
border-radius: 7px;
float: right;
display: block;
font-size: 12px;
font-weight: normal;
}

.sidebar .files_list li > a .btn img{display: none;}

.sidebar .files_list.taghvimlist li > a small {
font-size: 13px;
}


.sidebar .panel-collapse {
border-radius: 15px;}

.sidebar .panel-body {
padding: 8px;
}

.sidebar .panel-title {

color: #fff;
padding: 14px 10px;

}

.sidebar .panel-group {
margin-bottom: 20px;
margin-top: 14px;
}

.sidebar .panel-default > .panel-heading h4 a {

font-size: 13px;
background: #fff;
float: left;
padding: 2px 4px;
color: #1565C0;
border-radius: 10px;
font-weight: normal;

}



.bt-nav > .menu-item > a::before {
    content: "\f078";
    font-family: fontawesome;
    float: left;
    margin-right: 6px;
    font-size: 10px;
}


.bt-nav > li > .dropdown-menu {
    padding: 6px;
    border-radius: 9px !important;
    overflow: hidden;
}

.bt-nav .dropdown-menu li a {
    padding: 8px 9px;
    border-radius: 10px;
}


.bt-nav .dropdown-menu li a:hover,.bt-nav .dropdown-menu li a:focus {
  color:#1565C0;
background-color: #EAF5FF;
background-image: -webkit-linear-gradient(-90deg, #EAF5FF 0%, #fff  100%);
background-image: -moz-linear-gradient(-90deg, #EAF5FF 0%, #fff  100%);
background-image: -o-linear-gradient(-90deg, #EAF5FF 0%, #fff  100%);
background-image: linear-gradient(-90deg, #EAF5FF 0%, #fff  100%);
}

.bt-nav .dropdown-menu li a::before {
    content: "\f0d9";
    font-family: fontawesome;
    float: right;
    margin-left: 5px;
    font-size: 12px;
    position: relative;
    top: 2px;
}


.size-full.aligncenter {
    display: block;
}
