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

section#banner_page {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 240px;
    min-height: 240px;
    overflow: hidden;

}

section#banner_page img {
    width: 100%;
    height: 100%;
    max-height: 240px;
    min-height: 240px;
    object-fit: cover;
border-radius: 16px;
}


.banner_page_wrap {
    padding: 0 0 60px 40px;
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.title-page {
    font-size: 36px;
    color: #000;
    margin: 0;
    font-family: 'GMV_DIN_Pro';
    font-weight: 700;
}

section#pages {
    position: relative;
    width: 100%;
    height: auto;
    padding: 35px 0px 35px 0px;
}

.page_pagaination {
    margin-top: 50px;
}

.post_lq .cate_author {
    grid-template-columns: 40% 50%;
}

.pagination {
    clear: both;
    position: relative;
    font-size: 16px;
    line-height: 13px;
    float: right;
    list-style-type: none;
    width: 100%;
    margin: 0px !important;
    display: flex !important;
    justify-content: center;
}

.pagination span {
    display: none !important;
}

.pagination span,
.pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px 9px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #cd1f25;
}

.pagination a:hover {
    color: #fff;
    background: #000000;
}

.pagination .current {
    padding: 6px 9px 5px 9px;
    color: #fff;
}

.pagination .active a,
.pagination .active a:focus,
.pagination .active a:hover,
.pagination .active span,
.pagination .active span:focus,
.pagination .active span:hover {
    background-color: #cd1f25 !important;
    border-color: #cd1f25 !important;
}

.pagination li a:focus,
.pagination li a:hover,
.pagination li span:focus,
.pagination li span:hover {
    color: #ffffff !important;
    background-color: #cd1f25 !important;
    border-color: #cd1f25 !important;
}

.pagination li a,
.pagination li span {
    color: #b2b2b2 !important;
}

.pagination li:last-child a,
.pagination li:last-child span {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important
}





.bresdcrumb {
    font-family: "GMV_DIN_Pro";
    font-size: 14px;
    padding: 24px 0 0;
    color: #cd1f25;
}

.bresdcrumb a {
    color: #000;
}

.bresdcrumb a:hover {
    color: #cd1f25;
}

.bresdcrumb i {
    margin: 0px 5px;
    color: #cd1f25;
    font-size: 14px;
}

.aligncenter {
    display: flex;
    margin: 10px auto;
}

span.page-numbers.current,
a.page-numbers {
    display: inline-block;
    padding: 5px 10px;
    color: #000;
    background-color: transparent;
    border: 1px solid #cd1f25;
    line-height: 1.5;
    transition: 0.3s;
}

span.page-numbers.current,
a.page-numbers:hover {
    color: #fff;
    background-color: #cd1f25;
    text-decoration: none;
}

.phantrang {
    width: 100%;
    margin-top: 30px;
    position: relative;
}

.pdphantrang {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}


/* ------------------------------ Contact ------------------------------ */

section#page_contact {
    padding: 35px 0px 50px 0px;
}

.page_contact_wrap {
    position: relative;
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    column-gap: 30px;
    row-gap: 30px;
}

.page_contact_left {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 25px;
    width: 100%;
    margin-bottom: 20px;
}

.page_contact_right iframe {
    width: 100%;
    height: 100%;
}

.contact_info_wrap {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    column-gap: 20px;
    row-gap: 10px;
}

.page_contact_info {
    background-color: #fff;
    /* margin-bottom: 20px; */
    padding: 20px;
    border-radius: 5px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.page_contact_right {
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    /* display: none; */
    height: 300px;
}

.page_contact_title,
.page_contact_form_title {
    font-size: 20px;
    font-family: "GMV_DIN_Pro";
    color: #cd1f25;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.contact_info_icon {
    background-color: #cd1f25;
}

.contact_info_icon {
    background-color: #cd1f25;
    padding: 7px;
    border-radius: 50%;
    display: inline-block;
    width: 32px;
    height: 32px;
}

.contact_info_item {
    display: grid;
    column-gap: 10px;
    align-items: center;
    grid-template-columns: 36px auto;
    border-radius: 5px;
    box-shadow: rgb(60 64 67 / 12%) 0px 1px 2px 0px, rgb(60 64 67 / 6%) 0px 1px 3px 1px;
    padding: 12px;
}

.contact_info_text p {
    margin: 0px 0px 0px 0px;
}

.page_contact_form {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 20px;
    overflow: hidden;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.page_contact_form .form-contact-item input,
.page_contact_form .form-contact-item textarea {
    border: 1px solid #cd1f25;
}

.form-contact-wrap {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    column-gap: 30px;
}

.form-contact-item input,
.form-contact-item textarea,
.form-contact-item label {
    width: 100%;
    margin-bottom: 0px;
}

.form-contact-item input,
.form-contact-item textarea {
    outline: none;
    border-radius: 9px;
    padding: 15px 30px;
    background-color: #ffffff;
    border: 0.75px solid #BCBEC0;
    font-family: "GMV_DIN_Pro";
    font-weight: 400;
}

.form-contact-item input::placeholder,
.form-contact-item textarea::placeholder {
    font-size: 16px;
    font-family: "GMV_DIN_Pro";
    color: #6D6E71;
    font-weight: 400;
}

.form-contact-item textarea {
    height: 130px;
    max-width: 100%;
}

.form-contact-item p {
    margin-bottom: 0px;
}

.form-contact-item {
    margin-bottom: 25px;
    position: relative;
}

.form-contact-item input[type=submit] {
    width: auto;
    display: inline-block;
    text-align: center;
    margin: 0px auto;
    background-color: #cd1f25;
    padding: 12px 22px 12px 22px;
    border-radius: 30px;
    color: #ffffff;
    font-family: "GMV_DIN_Pro";
    font-size: 20px;
    line-height: 1.3;
    position: relative;
    z-index: 9;
    transition: 0.2s ease-in-out;
}

.form-contact-btn {
    text-align: center;
}

.form-contact-btn p {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

h1.project_title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

/* ------------------------------ Content Aside ------------------------------ */

section#content_aside {
    padding: 50px 0px 50px 0px;
}

.aside_item {
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    display: grid;
    width: 100%;
    grid-template-columns: 40% 60%;
    grid-template-rows: auto;
    transition: 0.3s ease-in-out;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
}

.aside_item:hover {
    transition: 0.3s ease-in-out;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.aside_item:hover .aside_item_images img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.content_aside_wrap {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    column-gap: 30px;
    row-gap: 30px;
}

.standard_wrap {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    column-gap: 20px;
    row-gap: 20px;
}

.aside-product-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    column-gap: 4px;
    row-gap: 10px;
}

.aside_item_images {
    overflow: hidden;
    aspect-ratio: 1.3;
}

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

.aside_item_right {
    padding: 13px 15px;
}

.aside_item_title {
    margin-bottom: 10px;
}

.aside_item_title a {
    font-size: 19px;
    font-family: "GMV_DIN_Pro";
    color: #000000;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.aside_item_date {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #828282;
    column-gap: 6px;
    margin-bottom: 5px;
}

.aside_item_date svg {
    fill: #828282;
    width: 14px;
    margin-top: 2px;
}

.aside_item_desc {
    color: #828282;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* ------------------------------ Content Standard ------------------------------ */

section#product_new {
    padding: 35px 0px 60px 0px;
}

.content_standard_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    column-gap: 20px;
    row-gap: 20px;
}

.content_standard_wrap .home_pro_item {
    border: 1px solid #E0E0E0;
}


/* ------------------------------ Project Detail ------------------------------ */

section.detailpage_post {
    padding: 35px 0px 50px 0px;
}

.container-projects h1,
.container-projects h2,
.container-projects h3,
.container-projects h4,
.container-projects h5 {
    font-size: 26px;
    margin-top: 0px;
}

.project_title {
    color: #cd1f25;
}

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

.container-projects ul {
    margin-left: -20px;
}

.container-projects img.aligncenter {
    display: flex;
    justify-content: center;
    margin: 10px auto;
}

.container-projects2 {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 0px 10px #ccc;
    padding: 60px 40px 40px 40px;
    z-index: 9999;
    margin-top: 50px;
}

/* ------------------------------ Search ------------------------------ */

.da_dtk_content {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    column-gap: 30px;
    row-gap: 30px;
}

.duan_btk_item {
    text-align: center;
}

.dadtlk_item_images {
    aspect-ratio: 4/3;
}

.dadtlk_item_images img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ------------------------------ Page-Sidebar ------------------------------ */

.project_wrap {
    display: grid;
    grid-template-columns: 70% 30%;
    grid-template-rows: auto;
    row-gap: 50px;
}

.post_lq {
    margin-top: 40px;
}

p.product_detail_lq_title {
    font-size: 22px;
    color: #cd1f25;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #dadada;
    display: inline-block;
}

.product_box_lq {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
}

.image_product_lq img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3/2;
}

.title_product_lq {
    margin: 0px 0 9px 0;
}

.title_product_lq a {
    text-transform: uppercase;
    color: #101114;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: 0.3s ease-in-out;
    font-weight: 600;
}

.title_product_lq a:hover {
    color: #4380B6;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

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

.image_product_lq {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.image_product_lq img {
    transition: .6s;
}

.show_product_lq {
    border-radius: 10px;
    overflow: hidden;
}

.image_product_lq img:hover {
    transform: scale(1.1);
    transition: .6s;
}

.product_lq_content {
    background-color: #E6E6E6;
    padding: 15px;
}

.related_detail {
    margin: 10px 0px;
    padding-top: 15px;
    text-align: center;
}

.related_detail a {
    background-color: #4380B6;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 17px;
    border: 1px solid #4380B6;
    border-radius: 20px;
    transition: 0.3s ease-in-out;
}

.related_detail a:hover {
    background-color: #ffffff;
    color: #4380B6;
    border: 1px solid #4380B6;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

p.product_detail_lq_title {
    margin-bottom: 0px !important;
}

div#owl-newrel {
    margin-top: 15px;
}

div#owl-newrel .owl-nav.disabled,
div#owl-newrel .owl-nav,
div#owl-newrel .owl-dots.disabled,
div#owl-newrel .owl-dots {
    display: none !important;
}

/* ------------------------------ Page-Sidebar ------------------------------ */

.prd_slider {
    width: 100%;
    height: 100vh;
}

.prd_slider video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}