/* cmsms stylesheet: synexis modified: 07/13/26 11:41:43 */
.row.col-group > p {
    display: none;
}

p:empty {
    margin-bottom: 0 !important;
}

#main-page .clearfix {
    clear: both;
    display: block;
}

#main-page .content figure.d-flex {
    margin-bottom: 15px;
    margin-left: -10px;
}

#main-page .content figure img {
    height: auto !important;
    flex: auto;
    width: 0 !important;
    object-fit: cover;
    min-width: auto;
    margin-left: 10px;
}

#token-hidden {
    display: none;
}

h2.trigger {
    cursor: pointer;
    font-weight: normal;
    height: inherit !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    background: #aaa url(img/more.png) no-repeat !important;
    background-position: center left +10px !important;
    color: #fff !important;
    font-size: 18px !important;
    padding: 15px !important;
    padding-left: 35px !important;
    margin-top: 20px !important;
    display: block !important;
    text-transform: uppercase !important;
    transition: .2s;
    font-weight: 700;
}

h2.trigger:hover {
    opacity: .8;
    transition: .2s;
}

h2.trigger.active {
    background: #ccc url(img/less.png) no-repeat !important;
    background-position: center left +10px !important;
}

.toggle_container {
    width: 100% !important;
}

.hyphens {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

#main-page .img-left {
    float: left !important;
    margin-right: 30px;
    margin-bottom: 15px;
    position: relative;
}

#main-page .img-right {
    float: right !important;
    margin-left: 30px;
    margin-bottom: 15px;
    position: relative;
}

#main-page .img-left-no-mobile {
    float: left !important;
    margin-right: 30px;
    margin-bottom: 15px;
    position: relative;
}

#main-page .img-right-no-mobile {
    float: right !important;
    margin-left: 30px;
    margin-bottom: 15px;
    position: relative;;
}


.date-detail-news {
    font-size: 12px;
}

.summary-news {
    display: block;
    background: #eee;
    color: inherit !important;
    overflow: hidden;
    transform: scale(1);
    transition: .2s;
    height: 100%;
}

.summary-news:hover {
    text-decoration: none !important;
    transform: scale(1.03);
    transition: .2s;
}

.thumb-summary-news {
    position: relative;
    overflow: hidden;
    height: 20vh;
    max-height: 200px;
    min-height: 150px;
    background: #aaa url(/assets/css/img/not-found.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.thumb-summary-news img {
    position: relative;
    z-index: 0;
    margin: 0;
    border-radius: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.img-link-summary-news {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, .8);
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 28px;
    border-radius: 50%;
    opacity: 0;
    transition: .4s;
}

.summary-news:hover .img-link-summary-news {
    top: 50%;
    opacity: 1;
    transition: .4s;
}

.filter-summary-news {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    z-index: 1;
    top: 0;
    opacity: 0;
    transition: .2s;
}

.summary-news:hover .filter-summary-news {
    opacity: 1;
    transition: .2s;
}

.category-summary-news {
    position: absolute;
    z-index: 4;
    top: 20px;
    left: 20px;
    background: #3fa9f5;
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.txt-summary-news {
    padding: 20px;
    border-top: 5px solid #3fa9f5;
}

span.date-summary-news {
    display: block;
    font-size: 12px;
    margin-top: 15px;
}

.summary-news h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.summary-news p {
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.summary-news p:first-child {
    display: -webkit-box;
}


@media only screen and (max-width: 480px) { /* md ---------------------- */
/* start */

#main-page .img-left-no-mobile {
    float: inherit !important;
    margin-right: 0;
    margin-bottom: 15px;
    position: relative;
    position: relative;
    width: 100%;
    height: auto;
}

#main-page .img-right-no-mobile {
    float: inherit !important;
    margin-left: 0;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    height: auto;
}

/* end 767 */ }

table {
    border: 0;
}

.table-col-two table,
.table-col-two-no-mobile table,
.table-col-three table,
.table-col-three-no-mobile table {
    border: 0;
}

.table-col-two table td:first-child {
    padding-right: 10px;
    padding-left: 0;
}

.table-col-two table td:last-child {
    padding-left: 10px;
    padding-right: 0;
}

.table-col-two table td {
    display: inline-grid;
    margin-bottom: 15px;
}

.table-col-three table td {
    padding-right: 10px;
    padding-left: 10px;
}

.table-col-three table td:first-child {
    padding-right: 10px;
    padding-left: 0;
}

.table-col-three table td:last-child {
    padding-left: 10px;
    padding-right: 0;
}

.table-col-three table td {
    display: inline-grid;
    margin-bottom: 15px;
}

.table-col-two-no-mobile table td:first-child {
    padding-right: 10px;
    padding-left: 0;
}

.table-col-two-no-mobile table td:last-child {
    padding-left: 10px;
    padding-right: 0;
}

.table-col-two-mo-mobile table td,
.table-col-two-mo-mobile table td {
    display: inline-grid;
    margin-bottom: 20px;
}


.table-col-three-no-mobile table td {
    padding-right: 10px;
    padding-left: 10px;
}

.table-col-three-no-mobile table td:first-child {
    padding-right: 10px;
    padding-left: 0;
}

.table-col-three-no-mobile table td:last-child {
    padding-left: 10px;
    padding-right: 0;
}

.table-col-three-no-mobile table td {
    display: inline-grid;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) { /* md ---------------------- */
/* start */

.table-col-two-no-mobile table td:first-child {
    padding-right: 0;
    padding-left: 0;
    width: 100% !important;
    display: block;
}

.table-col-two-no-mobile table td:last-child {
    padding-right: 0;
    padding-left: 0;
    width: 100% !important;
    display: block;
}

.table-col-three-no-mobile table td {
    padding-right: 0;
    padding-left: 0;
    width: 100% !important;
    display: block;
}

.table-col-three-no-mobile table td:first-child {
    padding-right: 0;
    padding-left: 0;
    width: 100% !important;
    display: block;
}

.table-col-three-no-mobile table td:last-child {
    padding-right: 0;
    padding-left: 0;
    width: 100% !important;
    display: block;
}

/* end 767 */ }

table.table_border {
    margin-bottom: 15px;
}

table.table_border td {
    border: 1px solid;
    border-right: 0;
    padding: 5px !important;
    margin: 0;
}

table.table_border td:last-child {
    border-right: 1px solid;
}

figure.img-bloc {
    position: relative;
    line-height: 0;
    width: 100%;
    margin-bottom: 20px;
}

figure.img-bloc img {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 580px) { /* md ---------------------- */
/* start */

.hide-mobile {
    display: none;
}

/* end 580 */ }
