/* ------------------------------ Pages ------------------------------ */

section#banner_pages {
    width: 100%;
    height: 100%;
    min-height: 400px;
    max-height: 400px;
    overflow: hidden;
}

.banner_pages_title {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    z-index: 100;
    color: #fff;
    transform: translateY(-50%);
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
}

.banner_pages_content {
    width: 100%;
    height: 100%;
    min-height: 400px;
    max-height: 400px;
    position: relative;
}

.banner_pages_content img {
    width: 100%;
    height: 100%;
    min-height: 400px;
    max-height: 400px;
    object-fit: cover;
}

.pages_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.45;
    z-index: 9;
}

section#pages {
    position: relative;
    padding: 50px 0px;
}


/* ------------------------------ Liên hệ ------------------------------ */

section#lien_he {
    padding: 60px 0px;
}

.page_contact_item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
}

.page_contact_title {
    font-size: 34px;
    font-family: 'MontserratSBold';
    text-transform: uppercase;
}

.page_contact_name {
    font-size: 18px;
    font-family: 'MontserratSBold';
    text-transform: uppercase;
    margin: 10px 0px 15px 0px;
}


/* ------------------------------ Cat news ------------------------------ */

section#catnews,
.container-projects {
    padding: 60px 0px;
}

.catnews_content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    column-gap: 25px;
    row-gap: 30px;
}

.news_item:hover .catnews_item_images img {
    transform: scale(1.1);
}

.catnews_item_images {
    width: 100%;
    height: 100%;
    min-height: 230px;
    max-height: 230px;
    overflow: hidden;
}

.catnews_item_images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.catnews_item_title {
    font-family: 'MontserratSBold';
    text-transform: uppercase;
    margin: 10px 0px;
}

.catnews_item_title a {
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.catnews_item_title a:hover {
    text-decoration: none;
}

.catnews_item_desc {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.phantrang {
    text-align: center;
    width: 100%;
    margin-top: 30px;
}

.pdphantrang {
    display: inline-block;
}

.pdphantrang a {
    font-weight: 600;
}

.pdphantrang a:hover {
    text-decoration: none;
}

span.page-numbers.current {
    border: 1px solid #ec232b;
    padding: 10px 15px;
    color: #fff;
    background-color: #ec232b;
}

a.page-numbers {
    border: 1px solid #ec232b;
    background-color: #fff;
    color: #000;
    padding: 10px 15px;
}

a.prev.page-numbers,
a.next.page-numbers {
    border: 1px solid #ec232b;
    padding: 10px;
}

.project_title {
    font-size: 24px;
    color: #000;
    margin-bottom: 30px;
    font-family: 'MontserratBold';
}

.detailpage_post ul,
.detailpage_post li {
    list-style-type: unset;
}

.detailpage_post ul {
    margin-left: -20px;
}