﻿@font-face {
    font-family: 'Montserrat';
    src: url('../../fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
}
.btn-background-news {
    position: relative;
    margin: 10px 0px;
}

.btn-news-feature {
    background-color: rgba(0, 40, 140, 0.1);
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.btn-background-news .line-wrapper, #listnew .line-wrapper {
    display: flex;
    align-items: stretch;
}

.btn-background-news .vertical-line, #listnew .vertical-line{
    width: 5px;
    margin-right: 20px;
    background-color: rgba(255, 155, 74, 1);
}
#listnew .line-wrapper{
    margin: 26px 0px;
}
.btn-background-news .line-wrapper p, #listnew .line-wrapper p {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 35px;
    line-height: 100%;
    vertical-align: middle;
    color: rgba(0, 39, 87, 1);
    margin: 0px;
}
.btn-background-news .item-feature-news {
    position: relative;
    margin: 10px 15px 50px 0px;
}
.btn-background-news .item-feature-news .box-news .img-news {
    border-radius: 6px;
    width: 376px;
    height: 376px;
    object-fit: cover;
}
.btn-background-news .item-feature-news .box-news .title-news{
    position: absolute;
    bottom: 20px;
    padding: 0 8px;
}
.btn-background-news .item-feature-news .box-news .title-news .name{  
    font-family: Montserrat;
    font-weight: 700;
    font-size: 22px;
    line-height: 110%;
    color: #fff;
    
}
.btn-background-news .item-feature-news .box-news .title-news .time {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    color: #fff;
    margin: 7px 0;
}
#listnew #datapagination .item-tour{
    margin: 10px 10px 10px 0px;
}
#listnew #datapagination .item-tour .i-img {
    position: relative;
}
#listnew #datapagination .item-tour .i-img .img {
    width: 340px;
    height: 340px;
    object-fit: cover;
    border-radius: 6px;
}
#listnew #datapagination .item-tour .i-img .introduce-news {
    position: absolute;
    bottom: 20px;
    padding: 0 8px;
}
#listnew #datapagination .item-tour .i-img .introduce-news .name {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 22px;
    line-height: 110%;
    color: #fff;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
}
#listnew #datapagination .item-tour .i-img .introduce-news .time {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    color: #fff;
    margin: 8px 0px;
}
.aps-event-block #listnew .news-filter{
    margin-top: 40px;
}
.aps-event-block #searchNew .filter-search .input-findname {
    background-color: white;
    border-radius: 8px 0px 0px 8px !important;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: center;
}
.aps-event-block #listnew .news-filter .filter-search .btn-default {
    font-size: 20px;
    color: white;
    border-radius: 0px 8px 8px 0px !important;
}
.aps-event-block #listnew .item-tour .introduce-events{
    max-height: 150px
}
.aps-event-block #listnew .item-tour .introduce-events .time {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #4B607A;
    margin: 16px 0px 8px 0px;
}
.aps-event-block #listnew .item-tour .introduce-events .name {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    color: #002757;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
}