﻿.containerMiniatureNews{
    height: 100%;
}

.imgMiniatureNews{
    height: 220px;
}

#findNewsContainer{
    display: flex;
    padding: 40px 0;
    justify-content: center;
    align-items: end;
    column-gap: 10px;
}

#containerDataFindNews{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
}

.selectFindNews{
    flex-direction: column;
}

#findYearNews, #findMonthNews{
    width: 240px;
    padding: 12px 20px;
    border-radius: 5px;
    background: #fff;
    color: #154a8b;
    font-weight: bold;
    border: 1px solid #154a8b;
    text-align-last: center;
}

#btnFindNews1{
    background-color: #6698ff;
    text-align: center;
    color: white;
    font-weight: bold;
    padding: 12px 20px;
    border-radius: 10px;
    width: 240px;
}

.contentCaption{
    color: #ccc;
    font-size: 12px;
    margin: 0 !important;
    padding-bottom: 10px;
    padding-left: 14px;
}

.contentLocationDate{
    color: #ccc;
    font-size: 15px;
    margin: 0 !important;
    padding: 0 0 0 14px;
}

.contentCaptionModal{
    color: #ccc;
    font-size: 15px;
    margin: 0 !important;
    padding-bottom: 10px;
}

.containerCategories{
    border-left: 4px solid #808080;
    background-color: #6698ff;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: max-content;

    position: absolute;
    top: 0;
    left: 0;
}

.card-title{
    margin-top: 0 !important;
}

.btnFullNews{
    background-color: #6698ff;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    padding: 10px 15px;
    border: none;
    position: absolute;
    bottom: 8px;
    right: 10px;
}

.btnLinkDirectNews{
    background-color: #6698ff;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    padding: 5px 10px;
    border: none;
}

.btnFullNews:hover{
    color: #154a8b;
}

.btnLinkDirectNews:hover{
    color: #154a8b;
}

#contentBodyModal{
    width: 100%;
}

#contentBodyModal img{
    width: 100%;
}

#titleModalCurrentNews{
    color: #154a8b;
}

#contentBodyModal, #titleModalCurrentNews{
    padding: 0 10px;
}

.locationDateModal{
    font-size: 16px;
    color: #000;
    padding: 15px 0;
}

.linkDirectNews{
    max-width: 100%;
    min-width: 410px;
}

.flex-direction-nav a:before {
    font-size: 30px !important;
}

.flexslider {
    margin: 0 0 0 0 !important;
}

.flex-control-thumbs {
    display: flex;
    column-gap: 5px;
    flex-direction: row;
    justify-content: center;
}

/* -------------------------------- Reponsive ------------------------------- */
@media only screen and (max-width:1199px){
    #findNewsContainer{flex-direction: column;column-gap: 0;row-gap: 10px;align-items: center;}
}

@media only screen and (max-width:559px){
    #containerDataFindNews{grid-template-columns: repeat(1,1fr);column-gap: 0;}
}

@media only screen and (max-width:460px){
    .linkDirectNews{min-width: 100%;border: 1px solid #a3a3a3 !important;margin-bottom: 5px;}
}
/* -------------------------------------------------------------------------- */