.btn_wrapper{
    margin-bottom: 0px;
}

.btn_wrapper .btn{
    display: flex;
    align-items: center;
}

.btn_wrapper .btn::after{
    content: ' ';
    display: flex;
    background: url(../images/yellow-link-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.5s;
    height: 20px;
    width: 20px;
    border: 2px solid;
    border-radius: 50%;
    margin-left: 10px;
}

.btn_wrapper:hover .btn::after{
    background: url(../images/blue-link-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
}

.block__abouts_us .block__header{
    margin-bottom: 20px;
}

.block__abouts_us .block__body{
    padding:0px 20px 20px;
}

/* .block__abouts_us .block__body img{
    margin-bottom: 40px;
} */


.block__abouts_us .block__footer{
    margin-bottom: 30px;
}

.block--border{
    box-shadow: none;
}

.block__description{
    padding: 0px 0px;
    font-size: 16px;
}

.main-announcement .article_list{
    justify-content: flex-start;
    /* padding: 0px 19px; */
}

.main-announcement .article_item{
    margin: 20px 15px;
    height: auto;
    max-width: none;
    flex: 0;
}

.main-announcement  .article_list{
    flex-direction: row;
}

.main-announcement .article__preview{
    height: auto;
    position: static !important; 
    width: 290px;
    height: 100%;
    border-radius: 8px;
    background-color: #eef3f5;
    box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 10%);
}

.main-announcement .article__preview:hover{
    box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 30%);
}

.main-announcement .advertisement_date{
    color : #cccccc;
    padding-bottom: 5px;
    display: flex;
}


.main-announcement .article_list .article__title{
    font-weight: 500;
    font-size: 16px;
    padding: 0px;
 	height: 100%;
    justify-content: space-between;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently
                                    not supported by any browser */
}

.main-announcement .article_list .article__title.theme_link--color{
    color: #224f91;
    text-decoration: none;
}

.main-announcement .article_list .article__title.theme_link--color:hover{
    color: #fac12a;
}

.main-announcement .fn_articles_slide .article__body{
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: none;
    min-height: 200px;
    justify-content: space-between;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently
                                    not supported by any browser */
} 

.main-announcement .fn_articles_slide .article__image{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 50%;
}

.main-announcement .fn_articles_slide .article__image_link{
    height: 100%;
}

.main-announcement .fn_articles_slide .article__image img{
    height: 100%;
    object-fit: cover;
}

.main-announcement .fn_articles_slide .article__annotation p{
    margin: 0px;
}

.main-announcement .article__annotation{
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
}

.main-announcement .fn_articles_slide .annotation-footer{
    padding: 0px;
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    /* border-top: 2px solid #cccccc3d; */
}


.main-announcement .fn_articles_slide .annotation-footer a{
    display: inline;
    color: #224f91;
    text-decoration: 2px underline #224f91;
    transition: 0.5s;
    font-size: 14px;
    font-weight: 500;
    padding: 0px;
}
.main-announcement .fn_articles_slide .annotation-footer a:hover{
    color: #fac12a;
    text-decoration: 2px underline #fac12a;


}

/* ______ News _________ */

.main-news .block--border{
    box-shadow: none;
}
.main-news .article_list{
    justify-content: space-between;
}
.main-news .article__info{
    width: auto;   
}

.main-news .article__info{
    padding: 0px 5px;
}

.main-news .article__info_item{
    font-size: 14px;
    align-items: center;
    margin: 0px;
}

.main-news .article_item{
    margin: 20px 15px;
}

/* ______ Map _______ */

.main-map.container .block--boxed{
    padding: 0px;
    /* box-shadow: 0 0px 4px 3px rgb(0 0 0 / 15%); */
}

.main-map iframe{
    max-width: 100%;
}