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

section#banner_page {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 350px;
    min-height: 350px;
    overflow: hidden;
    margin-top: 0px;
}

section#banner_page img {
    width: 100%;
    height: 100%;
    max-height: 350px;
    min-height: 350px;
    object-fit: cover;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    mix-blend-mode: multiply;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.65;
}

.banner_page_wrap {
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.title-page {
    font-size: 43px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    text-align: center;
    padding: 0px 15px;
    text-shadow: 2px 2px 10px #000000;
    font-family: "Roboto-Bold";
}

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

.page_pagaination {
    margin-top: 50px;
}

.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: #345c71;
}

.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: #345c71 !important;
    border-color: #345c71 !important;
}

.pagination li a:focus,
.pagination li a:hover,
.pagination li span:focus,
.pagination li span:hover {
    color: #ffffff !important;
    background-color: #345c71 !important;
    border-color: #345c71 !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 {
    margin: 10px 0px 0px 0px;
    font-size: 16px;
    color: #fff;
    font-family: "Roboto-Regular";
    margin-bottom: 15px;
    text-align: center;
}

.bresdcrumb a {
    color: #fff;
}

.bresdcrumb a:hover {
    color: #345c71;
}

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


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

span.page-numbers.current,
a.page-numbers:hover {
    color: #fff;
    background-color: #345c71;
    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 1fr;
    grid-template-rows: auto;
    column-gap: 30px;
    row-gap: 30px;
}

.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;
}

.page_contact_title,
.page_contact_form_title {
    font-size: 22px;
    font-family: 'Roboto-Bold';
    color: #345c71;
    margin-bottom: 20px;
}

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

.contact_info_item {
    display: grid;
    column-gap: 10px;
    align-items: center;
    grid-template-columns: 36px auto;
}

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

.page_contact_form {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 20px;
    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 #345c71;
}

.page_contact_form .form-contact-btn .form-contact-item p::before {
    left: 60%;
}

.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: "Roboto-Regular";
    font-weight: 400;
}

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

.form-contact-item textarea {
    height: 130px;
}

.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: #345c71;
    padding: 13px 40px 13px 40px;
    border-radius: 50px;
    color: #ffffff;
    font-family: 'Roboto-Bold';
    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;
}

/* ------------------------------ 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;
}

.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: "SVN-Gilroy-SemiBold";
    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;
}

.product_post .project_wrap {
    display: grid;
    grid-template-columns: 55% 42%;
    grid-template-rows: auto;
    row-gap: 30px;
    column-gap: 40px;
}

.product_post .project_title {
    padding-bottom: 15px;
}

.product_post .project_title h1 {
    font-size: 28px !important;
    color: black;
    font-family: 'Roboto-Bold';
    margin: 0px 0px 14px 0px;
    text-transform: uppercase;
}

.product_post .detail_aside_wrapper {
    display: grid;
    width: 100%;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    row-gap: 15px;
    margin-bottom: 25px;
}

.product_post .room_info {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    column-gap: 20px;
    row-gap: 20px;
}

.room_info_item {
    background-color: #ddd;
    padding: 30px 20px;
    text-align: center;
    color: #ae0a3a;
    font-size: 15px;
    font-style: italic;
}

.room_info_icon {
    margin-bottom: 10px;
}

.tien_nghi {
    margin-top: 50px;
}

.tien_nghi_title {
    color: #ae0a3a;
    font-family: 'PlayfairDisplay';
    font-size: 27px;
    font-style: italic;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.tien_nghi_title::before {
    content: "";
    position: absolute;
    bottom: 0;
    color: #ae0a3a;
    width: 100px;
    height: 2px;
    background-color: #ae0a3a;
}

.product_post .aside_gallery_item {
    width: 100%;
    height: 100%;
    max-height: 450px;
    min-height: 450px;
}

.product_post .aside_gallery_item img {
    width: 100%;
    height: 100%;
    max-height: 450px;
    min-height: 450px;
    object-fit: cover;
}

div#owl-gallery .owl-nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 96%;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

div#owl-gallery .owl-prev i,
div#owl-gallery .owl-next i {
    font-size: 30px;
    color: #345c71;
}

.container-projects h1 {
    font-size: 28px;
}

.container-projects h2 {
    font-size: 26px;
}

.container-projects h3 {
    font-size: 24px;
}

.container-projects h4 {
    font-size: 22x;
}

.container-projects h5 {
    font-size: 20px;
}

.container-projects h6 {
    font-size: 18px;
}

.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;
    /* width: 100%; */
}

.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;
}

.form_title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #345c71;
}

.container-projects2 form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    color: #666666;
}

.container-projects2 form i {
    color: #345c71;
}

.container-projects2 form input,
.container-projects2 form textarea {
    width: 100%;
    padding: 10px;
}

.container-projects2 form input:focus,
.container-projects2 form input:active,
.container-projects2 form textarea:focus,
.container-projects2 form textarea:active {
    outline: none;
}

.form_left input {
    border: none;
}

.form_name,
.form_phone,
.form_email {
    display: flex;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #666666;
    margin-bottom: 15px;
}

.form_name i,
.form_phone i,
.form_email i {
    position: relative;
    margin-bottom: auto;
    margin-top: auto;
}

.form_name span,
.form_phone span,
.form_email span {
    width: 100%;
}

.form_right i {
    margin-right: 10px;
}

.form_right textarea {
    margin-top: 3px;
    height: 130px;
    margin-bottom: 9px;
}

.container-projects2 form input[type=submit] {
    border: none;
    background-color: #345c71;
    color: #fff;
    width: 155px;
}

.container-projects2 form .form_btn {
    position: relative;
}

.container-projects2 form .form_btn i {
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}

input#abc {
    display: none;
}

.form_file {
    position: relative;
}

.form_file label {
    position: absolute;
    right: 0;
    margin: 0;
    padding: 10px 0px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
}

.form_left,
.form_right {
    position: relative;
}

.form_file label {
    border: none;
    background-color: #fff;
    color: #345c71;
    border: 1px solid #345c71;
    width: 155px;
}

.form_file label i {
    margin-right: 10px;
}

.image_product_lq,
.image_product_lq img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.room_title {
    margin-bottom: 0px;
}

.detail_pro_box {
    margin-top: 50px;
}

.room_order a {
    text-transform: inherit;
    font-family: 'SVN-Gilroy-Regular';
    color: #ffffff;
    background-color: #ae0a3a;
    padding: 14px 20px;
}

.link_title {
    position: relative;
    text-align: center;
    font-family: 'PlayfairDisplay';
    font-style: italic;
    font-size: 30px;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

.link_title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 1px;
    background-color: #ae0a3b;
}

.trai_nghiem {
    margin-top: 50px;
}

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

.content_link_right {
    padding: 20px 10px;
    background-color: #d1d1d1;
}

.trai_nghiem_item {
    width: 32%;
}

.trai_nghiem_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.trai_nghiem_img,
.trai_nghiem_img img {
    aspect-ratio: 1.5;
}


/* ------------------------------ Product Detail ------------------------------ */

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

.detail_product_box {
    display: grid;
    width: 100%;
    grid-template-columns: 42% auto;
    grid-template-rows: auto;
    column-gap: 75px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide {
    width: 100%;
    overflow: hidden;
}

.detail_product_gallery {
    width: 100%;
    overflow: hidden;
}

.pro_gallery_item {
    width: 100%;
    aspect-ratio: 1;
    position: relative;
}

.pro_gallery_item img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

div#sw_avata {
    margin-bottom: 10px;
}

.detail_product_content {
    margin-top: 70px;
}

.pro_gallery_thumb {
    width: 100%;
    aspect-ratio: 1.5;
    position: relative;
    background-color: #dcdcdc;
    cursor: pointer;
}

.pro_gallery_thumb img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1.5;
    object-fit: cover;
}

h2.detail_product_name {
    margin: 0;
    font-family: 'Roboto-Bold';
    font-size: 30px;
    color: #345c71;
}

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

.detail_product_desc ul {
    padding-left: 20px;
}

.detail_product_desc ul li {
    margin-bottom: 10px;
}

.detail_product_desc {
    margin-top: 20px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 15px 0px;
    margin-bottom: 20px;
    color: #EC1C24;
    font-size: 24px;
    font-family: "SVN-Gilroy-SemiBold";
}

.sing_detail {
    margin-top: 80px;
}

div#pills-tabContent {
    background-color: #F2F2F2;
    padding: 25px;
}

.nav-link {
    color: #000000;
    font-size: 20px;
    padding: 15px 25px;
    border-radius: 9px 9px 0px 0px;
    background-color: #ffffff;
    font-family: 'Roboto-Medium';
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

li.nav-item {
    cursor: pointer;
}

li.nav-item.active .nav-link,
li.nav-item:hover .nav-link {
    color: #ffffff;
    background-color: #345c71;
    transition: 0.3s ease-in-out;
}

section.detailpage_post {
    padding: 60px 0px;
}

.project_title,
p.product_detail_lq_title {
    font-size: 22px;
    color: #345c71;
    font-family: 'Roboto-Bold';
    margin-bottom: 30px;
}

/* .container-projects h1,
.container-projects h2,
.container-projects h3,
.container-projects h4,
.container-projects h5 {
    font-size: 22px;
} */
.project_date {
    font-size: 16px;
    font-family: 'Roboto-Regular';
    color: black;
}
.container-projects ul li,
.container-projects ul,
div#pills-tabContent ul,
div#pills-tabContent ul li {
    list-style-type: unset;
}

div#pills-tabContent ul li {
    margin-bottom: 10px;
}

.container-projects ul,
div#pills-tabContent ul {
    margin-left: -20px;
}

.container-projects img.aligncenter,
div#pills-tabContent img.aligncenter {
    display: flex;
    justify-content: center;
    margin: 10px auto;
}

.div#respond form input,
.div#respond form label,
.div#respond form textarea {
    width: 100%;
}

.order a {
    background-color: #345c71;
    padding: 10px 20px;
    border-radius: 5px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Roboto-Bold';
}

.order {
    margin: 10px 0px;
    padding-top: 30px;
}

.product_detail_lq img {
    aspect-ratio: 1.5;
}

.home_new_content img{
    aspect-ratio: auto;
}

/* ------------------------------ Product ------------------------------ */

.owl-next, .owl-prev {
    width: 3%;
    height: 3%;
}

.item_ga img {
    height: 444px;
}

.product_post .content_left,.product_post .content_right,.product_post .project_content {
    box-shadow: 0px 2px 6px #0000003b;
    padding: 20px;
    border-radius: 10px;
}

.project_content {
    margin: 45px 0px;
}

/* .project_content img{
    width: 100%;
} */

.price {
    font-size: 24px;
    font-family: 'Roboto-Bold';
    color: #345c71;
}

.related_title {
    font-size: 30px;
    font-family: 'Roboto-Bold';
    color: #345c71;
    margin-bottom: 20px;
}

.pagepro_desc {
    margin: 20px 0px;
    padding: 20px 0px;
    border: 2px solid #345c71;
    border-right: 0px;
    border-left: 0px;
}

.post_item_img img {
    border-radius: 10px 10px 0px 0px;
}

.post_item_title a {
    font-size: 18px;
    font-family: 'Roboto-Bold';
    color: #345c71;
    /* padding: 15px 0px; */
}

.post_item_title {
    padding: 10px 0px;
}

.sleep img, .bath img, .dien_tich img {
    width: 24px !important;
    margin-right: 15px;
    
}

.sleep, .bath, .dien_tich {
    display: flex;
    align-items: center;
}

.post_item_content {
    /* box-shadow: 0px 2px 6px #0000003b; */
    padding: 15px;
    border: 1px solid #ccc;
    border-top: 0px;
    border-radius: 0px 0px 10px 10px;
}

.post_item_price {
    font-size: 24px;
    font-family: 'Roboto-Bold';
    color: #345c71;
    padding: 15px 0px;
}



/* ------------------------------- */

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

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

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

.project_title {
    margin-bottom: 35px;
    padding-bottom: 15px;
    border-bottom: 1px solid #58595B;
}



.detail_aside_wrapper {
    display: grid;
    width: 100%;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    row-gap: 15px;
    margin-bottom: 25px;
}

.post_lq {
    margin-top: 50px;
}

.room_info {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    column-gap: 20px;
    row-gap: 20px;
}

.room_info_item {
    background-color: #ddd;
    padding: 30px 20px;
    text-align: center;
    color: #ae0a3a;
    font-size: 15px;
    font-style: italic;
}

.room_info_icon {
    margin-bottom: 10px;
}

.tien_nghi {
    margin-top: 50px;
}

.tien_nghi_title {
    color: #ae0a3a;
    font-family: 'PlayfairDisplay';
    font-size: 27px;
    font-style: italic;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.tien_nghi_title::before {
    content: "";
    position: absolute;
    bottom: 0;
    color: #ae0a3a;
    width: 100px;
    height: 2px;
    background-color: #ae0a3a;
}

.aside_gallery_item {
    width: 100%;
    height: 100%;
    max-height: 450px;
    min-height: 450px;
}

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

div#owl-gallery .owl-nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 96%;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

div#owl-gallery .owl-prev i,
div#owl-gallery .owl-next i {
    font-size: 30px;
    color: #000;
}



.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;
    width: 100%;
}

.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;
}

.form_title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #073f82;
}

.container-projects2 form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    color: #666666;
}

.container-projects2 form i {
    color: #073f82;
}

.container-projects2 form input,
.container-projects2 form textarea {
    width: 100%;
    padding: 10px;
}

.container-projects2 form input:focus,
.container-projects2 form input:active,
.container-projects2 form textarea:focus,
.container-projects2 form textarea:active {
    outline: none;
}

.form_left input {
    border: none;
}

.form_name,
.form_phone,
.form_email {
    display: flex;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #666666;
    margin-bottom: 15px;
}

.form_name i,
.form_phone i,
.form_email i {
    position: relative;
    margin-bottom: auto;
    margin-top: auto;
}

.form_name span,
.form_phone span,
.form_email span {
    width: 100%;
}

.form_right i {
    margin-right: 10px;
}

.form_right textarea {
    margin-top: 3px;
    height: 130px;
    margin-bottom: 9px;
}

.container-projects2 form input[type=submit] {
    border: none;
    background-color: #073f82;
    color: #fff;
    width: 155px;
}

.container-projects2 form .form_btn {
    position: relative;
}

.container-projects2 form .form_btn i {
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}

input#abc {
    display: none;
}

.form_file {
    position: relative;
}

.form_file label {
    position: absolute;
    right: 0;
    margin: 0;
    padding: 10px 0px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
}

.form_left,
.form_right {
    position: relative;
}

.form_file label {
    border: none;
    background-color: #fff;
    color: #073f82;
    border: 1px solid #073f82;
    width: 155px;
}

.form_file label i {
    margin-right: 10px;
}

.image_product_lq,
.image_product_lq img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.room_title {
    margin-bottom: 0px;
}

.detail_pro_box {
    margin-top: 50px;
}

.room_order a {
    text-transform: inherit;
    font-family: 'SVN-Gilroy-Regular';
    color: #ffffff;
    background-color: #ae0a3a;
    padding: 14px 20px;
}

.link_title {
    position: relative;
    text-align: center;
    font-family: 'PlayfairDisplay';
    font-style: italic;
    font-size: 30px;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

.link_title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 1px;
    background-color: #ae0a3b;
}

.trai_nghiem {
    margin-top: 50px;
}

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

.content_link_right {
    padding: 20px 10px;
    background-color: #d1d1d1;
}

.trai_nghiem_item {
    width: 32%;
}

.trai_nghiem_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.trai_nghiem_img,
.trai_nghiem_img img {
    aspect-ratio: 1.5;
}

/* ------------------------------ 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;
}

.info {
    display: grid;
    grid-template-columns: 30% 30% auto;
    margin-top: 15px;
}

.avata_wrap {
    display: grid;
    grid-template-columns: 40% auto;
    align-items: center;
    column-gap: 30px;
}

.avata img {
    border-radius: 50%;
    border: 1px solid #345c71;
    padding: 3px;
}

.tu_van_vien {
    margin: 15px 0px;
}

.name {
    font-size: 24px;
    font-family: 'Roboto-Bold';
    color: #345c71;
}

.dien_thoai {
    text-align: center;
    padding: 6px 0;
    background: #eb5155;
    border-radius: 15px;
    margin: 5px 0px;
    width: 60%;
}

.dien_thoai a{
    color: #ffffff;
}

i.fa-solid.fa-phone-volume {
    margin-right: 5px;
}

p.ghi-chu {
    margin-bottom: 0;
    font-style: italic;
    font-size: 14px;
    /* text-align: center; */
    margin-top: 5px;
}

.zalo {
    background: #00ABB8;
    text-align: center;
    padding: 12px 0px;
    margin-top: 20px;
    border-radius: 5px;
}

.zalo a {
    color: #fff;
    font-size: 22px;
    font-family: 'Roboto-Bold';
}

.project_content img {
    width: 100%;
}