body, ul, li{
    margin: 0;
    padding: 0;

}
h1, h2{
    text-align: center;
}
h1{
    color: #fff;
    text-shadow: rgb(70, 70, 70) 3px 3px 3px;
}
h2{
    margin-top: 40px;
}
.container{
    width: 1100px!important;
}
/*----------------------------------------------------------------------------------------------*/
.dgt-header{
    width: 100%;
    /*height: 180px;*/
    padding-bottom: 10px;
    background: linear-gradient(to top, #fff, #19549a);
}
.dgt-header-logo{
    display: inline-block;
    width: 20%;
    height: 160px;
    overflow: hidden;
    float: left;
    position: relative;
    margin-top: 10px;
    text-align: center;
}
.dgt-header-contact{
    display: inline-block;
    width: 20%;
    height: 130px;
    overflow: hidden;
    float: left;
    position: relative;
    margin-top: 25px;
    font-size: 14px;
    color: #fff;
    text-shadow: rgb(70, 70, 70) 2px 2px 3px;
    line-height: 20px;
}
.dgt-header-contact p{
    margin: 0;
    padding: 0;
}
.dgt-header-h1{
    display: inline-block;
    width: 60%;
    float: left;
    text-align: center;
    position: relative;
    margin-top: 35px;
}
.dgt-header-h1 h1{
    font-size: 22px;
}
.dgt-header-h1 h1 span{
    font-size: 18px;
}
.dgt-header-logo img{
    height: 100%;
    width: auto;
}
.dgt-header-menu{
     width: 100%;
     background: #19549a;
     height: 50px;
 }
.dgt-header-menu ul li{
    display: inline-block;
    padding: 14px 15px;
    position: relative;
}
.menu-subcats{
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 300px;
    background: #19549a;
    z-index: 100;
}
.menu-subcats p{
    padding: 12px 20px;
    border-bottom: 1px solid #f1f1f1;
    margin: 0;
    font-size: 13px;
}
.menu-subcats p:hover{
    background: rgba(227, 30, 36, 1);
}
.dgt-header-menu ul li a{
    font-size: 16px;
    color: #fff;
}
.dgt-header-menu a:hover{
    text-decoration: none;
}
.dgt-header-menu ul li:hover{
    text-decoration: none;
    background: rgba(227, 30, 36, 1);
}
.dgt-header-menu .active{
    background: rgba(227, 30, 36, 1);
}
.dgt-search {
    padding: 0!important;
    width: 200px;
    margin-left: 20px;
    background-size: 100% 35px;
    float: right;
    margin-top: 7px;
}
.dgt-search input{
    width: 200px;
    padding: 7px;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
}
.dgt-search input:focus{
    border: 1px solid #54c4d6;
}

/*----------------------------------------------------------------------------------------------*/
.dgt-content{
    min-height: 70vh;
    background: linear-gradient(to top, #ffffff, #fff);
}
.dgt-content-slider .item{
    height: 350px;
}
.dgt-content-slider .item img{
}
.dgt-content-news{
    width: 25%;
    display: inline-block;
    float: left;
    padding: 30px 0px 50px 0px;
    font-size: 13px;
}
.new-inner-block{
    padding: 10px;
    border: 1px solid #19549a;
    margin-bottom: 10px;
}
.news_href_2{
    float: right;
    margin: 10px;
}
.datebg{
    background: #19549a;
    padding: 7px 15px;
    font-size: 16px;
    color: #fff;
}
.dgt-content-text{
    font-size: 15px;
    padding: 30px 20px 50px 40px;
    width: 75%;
    display: inline-block;
    float: left;
}
.dgt-content-news-banner{
    width: 100%;
    display: inline-block;
    overflow: hidden;
    line-height: 13px;
    margin-bottom: 10px;
}
.dgt-content-news-banner img{
    width: 100%;
    height: auto;
}
.dgt-content-news-banner h3{
    font-size: 14px;
    margin-top: 30px;
    color: #19549a;
}
.dgt-content-news-banner p{
    font-size: 11px;

}
/*----------------------------------------------------------------------------------------------*/
.dgt-footer{
    width: 100%;
    height: 90px;
    background: #19549a;
    padding-top: 30px;
    text-align: center;
    color: #fff;
}
.dgt-footer .container{
    position: relative;
}
.dgt-footer a{
    color: #fff;
}
.dgt-footer-social{
    position: absolute;
    right: 0;
    top: 0;
}
.ym-advanced-informer{
    position: absolute;
    top:0;
    right: 150px;
}
.social_links a {
    display: block;
    width: 40px;
    height: 40px;
    background: #669c95;
    margin-right: 1px;
    float: left;
    font-size: 18px;
    padding: 7px;
    text-align: center;
}
.social_links a:hover {
    background: #7ebfb8;
}
.social_links i {
    font-size: 20px;
    margin-top: 0px;
}
/*--------------------------------------------------------------------------------------------------*/
.fotoalbum-image{
    width: 25%;
    display: inline-block;
    padding: 1%;
    overflow: hidden;
    height: 200px;
}
.fotoalbum-image img{
    width: 100%;
    height: auto;
}
/*-------------------------------------------------------------------------------------------------------------*/
.carousel-indicators li {
    display: inline-block;
    width: 100px;
    height: 10px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #19549a;
    background: #19549a;
    border: 1px solid #19549a;
    border-radius: 0px;
}
.carousel-indicators .active {
    display: inline-block;
    width: 100px;
    height: 12px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(227, 30, 36, 1);
    background: rgba(227, 30, 36, 1);
    border: none;
    border-radius: 0px;
}
/*----------------------------------------------------------------------------------------*/
#feedback_form input{
    height: 35px!important;
    padding: 7px;
    border: 1px solid #adadad;
    border-radius: 3px;
    margin-bottom: 5px;
}
#feedback_form textarea{
    border: 1px solid #adadad;
    border-radius: 3px;
    margin-bottom: 5px;
    padding: 7px;
}
#feedback_form textarea:focus, #feedback_form input:focus{
    border: 2px solid #54c4d6;
}
#feedback_form button{
    padding: 7px;
    border: none;
    background: #19549a;
    color: #fff;
    border-radius: 3px;
    width: 50%;
}
#feedback_form button:hover{
    background: #2167b7;
}
/*--------------------------------------------------------------------------*/
.new-prev-img{
    width: 150px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.new-prev-img img{
    width: 100%;
    height: auto;
}
.full-new-image{
    width: 30%!important;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.full-new-image img{
    width: 100%!important;
    height: auto!important;
}