.error {
    display: none;
    font-size: 12px;
}

video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}


#news_details {
    min-height: 580px;
}
#album {
    min-height: 580px;
}
#news {
    min-height: 580px;
}
#media {
    min-height: 580px;
}

#news .news .img {
    height: 179px;
}
#album .album{
    /*max-height: 390px;*/
}

.contact .form-control {
    margin: 0 auto;
}

.ico_transfer {
    max-width: 657px !important;
}

table.contact tr td h1  {
    text-align: center;
}

#news_details img.thumb {
    margin: 0 auto;
}

.news_details img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.news_content img {
    width:100% !important;
}

#news_details h3 {
    font-size: 21px;
}

.news_details h1 {
    color:#469d46;
}

#others .navs li {
    /*width:21.6% !important;*/
}

.other_banner img {
    width: 100% !important;
}

h1.year{
    font-size:35px;
    margin-bottom:15px;
    color: #ed5e31;
}
#news .more{
    clear:both;
    width:100%;
    display:inline-block;
    margin:15px 0 30px;
}
#news .more a{
    clear:both;
    color:#ed5e31;
    padding:5px 10px;
    border-color:#ed5e31;
}

#propose a {
    color: #1f9747;
}

.news_hide {
    display: none;
}

.owl-buttons i{
    font-size: 30px !important;
    margin: -20px 0 0 !important;
}


.owl-prev{
    left:2%;
}
.owl-next{
    right:4%;
}
.owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
 .owl-nav div {
    cursor: pointer;
    top: 50%;
    margin-top: -17.5px;
    width: 35px;
    height: 35px;
    z-index: 9999;
    text-indent: 0px !important;
    text-align: center;
    line-height: 35px;
    padding-top: 0px;
    position: absolute;
    color: #fff;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
 .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 10px;
    display: block;
    border-radius: 0;
    background: #FFF;
    background-color: rgb(255, 255, 255);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

.owl-dots .owl-dot.active span {

    background-color: #cc1226;

}