.product_sec_1 {
    padding: 0 !important;
    overflow: hidden;
}

.slider_for_product .inner {
    height: 33.25rem;
    position: relative;
    /*border-radius: 1rem;*/
    margin: 0 0.5rem !important;
    overflow: hidden;
    background: #000;
}

.slider_for_product .inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .4;
    transition: .5s all;
}

.slider_for_product {
    max-width: 60rem;
    margin: 0 auto 0.75rem;
}

.slider_for_product .slick-list {
    overflow: unset;
}

.slider_for_product .slick-arrow {
    left: -11rem;
    background: rgb(255 255 255 / 20%);
}

.slider_for_product .slick-arrow.slick-next {
    right: -11rem;
    left: unset;
}

.slider_for_product .slick-current.slick-active .inner img {
    opacity: 1;
}

.slider_for_product .slick-arrow path {
    stroke: #fff;
}

.slider_for_product .slick-arrow:hover {
    background: #34383F;
}

.slider_nav_product .inner {
    height: 6rem;
    position: relative;
    overflow: hidden;
    margin: 0 0.4rem;
    border: 0.1rem solid #fff;
    transition: .5s all;
    cursor: pointer;
}

.slider_nav_product .inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider_nav_product .slick-current.slick-active .inner,
.slider_nav_product .slick-current.slick-slide.slick-center .inner{
    border: 2px solid var(--7, #34383F);
}
.nav_gallery {
    background: #34383F;
    margin-top: 0.8rem;
}

.nav_gallery .col {
    display: flex;
    justify-content: space-between;
}

.nav_gallery ul {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
}

.nav_gallery .box_right {
    display: flex;
    align-items: center;
}

.nav_gallery li {
    margin: 0 !important;
    position: relative;
}

.box_share {
    position: absolute;
    opacity: 0;
    display: flex;
    background: #c8c8c8;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

ul.nav_left a {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    min-height: 4rem;
    padding: 0 1.9rem;
    border-right: 0.05rem solid rgba(230, 230, 230, 0.12);
    border-left: 0.05rem solid rgba(230, 230, 230, 0.12);
    transition: .5s all;
    font-weight: 600;
}

ul.nav_left a svg {
    width: 2.2rem;
    height: auto;
    margin-right: 0.4rem;
}

ul.nav_left a:hover {
    background: var(--7, #D1E282);
    border-color: var(--7, #D1E282);
}

ul.nav_right svg {
    display: block;
    width: 1.5rem;
    height: auto;
}

ul.nav_right a {
    display: inline-flex;
    padding: 0 0.75rem;
    justify-content: center;
    align-items: center;
    min-height: 3rem;
    transition: .5s all;
}

.nav_gallery .button_style {
    min-height: 2rem;
    margin: 0;
    color: var(--2, #34383F);
    background: var(--Gradient, linear-gradient(270deg, #938776 0%, #DBC8AE 50%, #938776 100%));
    Colors
    Hex
    Hex
    Background colors


    Gradient;
}

ul.nav_right a:hover {
    background: var(--7, #34383F);
}

.box_share a {
    width: 2.5rem;
    height: 2.5rem;
    min-height: unset !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box_share a svg {
    width: 1rem;
    height: auto;
}

.box_share a path {
    fill: #fff;
}

.nav_gallery li:hover .box_share {
    opacity: 1;
    pointer-events: unset;
}
.product_sec_2  nav.breadcrumb ul {
    list-style: none;
    margin: 0;
    display: flex;
    filter: brightness(0) invert(0);
    display: flex;
    align-items: center;
}

.product_sec_2 nav.breadcrumb ul * {
    font-style: unset;
}

.product_sec_2 nav.breadcrumb ul svg {
    display: block;
}

.product_sec_2 nav.breadcrumb ul * {
    font-size: 0.75rem;
    opacity: 1;
    color: #333;
}

.product_sec_2 nav.breadcrumb ul li {
    margin: 0;
}

.product_sec_2 nav.breadcrumb {
    padding: 0 0.75rem;
    margin-bottom: 1.5rem;
}

.product_sec_2 nav.breadcrumb span.divider {
    margin: 0 0.5rem;
}

.product_sec_2 nav.breadcrumb  li.title_single * {
    font-weight: 600;
}

div#thong_tin_du_an .item {
    position: relative;
}

.product_sec_2 .wrap_title {
    display: flex;
    justify-content: space-between;
}

.product_sec_2 .wrap_title h1 {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
    color: #231F20;
}

.product_sec_2 .wrap_title .address {
    display: flex;
    align-items: center;
    font-size: 0.75rem;
}

.product_sec_2 .wrap_title .address svg {
    width: 0.8rem;
    flex: 0 0 auto;
    margin-right: 0.25rem;
}

.product_sec_2 .wrap_title .address a {
    color: var(--7, #34383F);
    text-decoration: underline;
    margin-left: 0.5rem;
}

.product_sec_2 .wrap_title .wrap_right {
    flex: 0 0 auto;
    margin-left: 5rem;
}

.product_sec_2 .wrap_title .wrap_right .price {
    font-size: 2rem;
    color: #34383F;
    font-weight: 700;
    flex: 0 0 auto;
    width: 100%;
}

.product_sec_2 .wrap_title .wrap_right .price span {
    font-weight: 400;
    font-size: 1.5rem;
}

.product_sec_2 .wrap_title .price_m {
    font-size: 0.7rem;
    opacity: .8;
}

.box_menu .product_menu a {
    font-size: 0.7rem;
    padding: .8rem 1.2rem !important;
    font-weight: 400;
    height: auto;
}

html[lang="en-GB"] .box_menu .product_menu a {
    font-size: 0.7rem;
    padding: 0.6rem 0.6rem !important;
}
.product_sec_2 .box_menu ul {
    background: #FFF;
    box-shadow: 0rem 0.2rem 2rem 0rem rgba(0, 0, 0, 0.05);
    margin-top: 2rem;
    justify-content: flex-start;
}

.wrap_info_product .item_info {
    padding: 2.25rem 0;
}

.wrap_info_product .item_info+.item_info {
    border-top: 0.05rem solid #D6D6D6;
}

.wrap_info_product .item_info>h2 {
    font-weight: 700;
    font-size: 1.5rem;
    color: #231F20;
}

div#tong_quan ul {
    list-style: none;
    margin: 0 -1.25rem;
    display: flex;
    flex-wrap: wrap;
}

div#tong_quan ul li {
    width: calc(calc(25% - 2.5rem));
    margin: 0 1.25rem;
    padding: 0.75rem 0;
    border-bottom: 0.05rem solid #E6E6E6;
    display: flex;
    align-items: center;
}

div#tong_quan ul li span {
    display: block;
    color: #666;
    font-size: 0.7rem;
    line-height: normal;
}

div#tong_quan ul li .icon {
    width: 1.5rem;
    flex: 0 0 auto;
    margin-right: 0.3rem;
}

div#tong_quan ul li .icon svg {
    max-width: 100%;
    height: auto;
    display: block;
}

div#tong_quan ul li b {
    font-size: 0.8rem;
    font-weight: 600;
    line-height: normal;
}

div#tong_quan ul li b span {
    font-size: 0.8rem;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
    color: var(--8, #333);
}

div#tong_quan ul li:nth-child(n+9) {
    border: none;
    padding-bottom: 0;
}

div#uu_diem .item {
    display: flex;
}

div#uu_diem .item>h3 {
    flex: 0 0 auto;
    width: 11.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    margin-right: 1rem;
}

div#uu_diem .item .content {
    color: #444;
    font-size: 0.75rem;
    font-weight: 500;
}

div#uu_diem .item {
    padding: 1.5rem 0;
}

div#uu_diem .item+.item {
    border-top: 0.05rem solid rgba(214, 214, 214, 0.50);
}

div#uu_diem .item:last-child {
    padding-bottom: 0;
}

div#tien_ich iframe {
    height: 12.5rem;
    width: 100%;
    border-radius: 1rem;
    display: block;
}

div#dich_vu .content ul {
    list-style: none;
    margin: 0;
}

div#dich_vu .content ul li {
    position: relative;
    display: flex;
    align-items: center;
}
div#dich_vu .content ul li:before{
    content: '';
    background-image: url(../images/icon_check.svg);
    width: 1.2rem;
    height: 1.2rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    flex: 0 0 auto;
    display: inline-block;
    margin-right: .5rem;
}

div#dich_vu .content {
    color: #444;
    font-size: 0.75rem;
    font-weight: 500;
}

div#dich_vu .wrap {
    display: flex;
    justify-content: space-between;
}

div#dich_vu .wrap .item {
    width: 50%;
}

div#dich_vu .wrap .item>h2 {
    font-size: 1.5rem;
    font-weight: 600;
}

div#cong_dong {
    border-top: none;
    padding-top: 0;
}

div#cong_dong .item {
    margin: 0 0.5rem;
}

div#cong_dong .item .box_img {
    padding-bottom: 56.25%;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 1.25rem;
}

div#cong_dong .item .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div#cong_dong .item h3 {
    font-size: 0.9rem;
    font-weight: 700;
}

div#cong_dong .item .content {
    font-size: 0.75rem;
    color: #444;
    font-weight: 500;
}

div#thong_tin_du_an .item {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
}

div#thong_tin_du_an .item .box_img {
    flex: 0 0 auto;
    width: 22.85rem;
    height: 15.3rem;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    margin-right: 2.5rem;
}

div#thong_tin_du_an .item .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .5s all;
}

div#thong_tin_du_an .item:hover .box_img img {
    transform: scale(1.2);
}

div#thong_tin_du_an .item h3 {
    font-size: 1.25rem;
}

div#thong_tin_du_an .item .content {
    font-size: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 1rem;
}

div#thong_tin_du_an .item .box_content {
    position: relative;
}

div#thong_tin_du_an .item .box_content a.button {
    position: relative;
    z-index: 20;
    height: 2.5rem;
    background: #34383F;
}

.slider_cong_dong .slick-arrow,
.wrap_posts_right.slider_posts_project .slick-arrow {
    top: -2.5rem;
    right: 0;
    transform: unset;
    min-height: unset;
    background: transparent;
    border: 1px solid #34383F;
}

.slider_cong_dong {
    margin-top: 1rem;
}

.slider_cong_dong .slick-arrow svg,
.wrap_posts_right.slider_posts_project .slick-arrow svg{
    max-width: 33% !important;
    height: auto;
    width: .7rem;
}

.slider_cong_dong .slick-arrow.slick-prev,
.wrap_posts_right.slider_posts_project .slick-arrow.slick-prev{
    left: unset;
}

.slider_cong_dong .slick-arrow:hover,
.wrap_posts_right.slider_posts_project .slick-arrow:hover{
    background: #34383F;
}

.wrap_posts_right.slider_posts_project {
    width: 100% !important;
    overflow: unset;
}

a {
    outline: none !important;
}

.wrap_posts_right.slider_posts_project .item_post {
    display: flex !important;
    margin: 1rem 0;
}

div#tien_do .news_sec_2 {
    padding: 0 !important;
}

div#tien_do .wrap {
    display: flex;
    padding-right: 6.5rem;
}
.box_sidebar_product>h3 {
    color: #231F20;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.box_sidebar_product>.content {
    color: #444;
    font-size: 0.7rem;
    font-weight: 500;
    margin-bottom: 1.2rem;
}

.box_sidebar_product .wrap_form input:not([type="submit"]) {
    border: 0.05rem solid #AEAEAE;
    height: 2.5rem;
    margin-bottom: 0.5rem;
}

.box_sidebar_product .wrap_form input:focus {
    border: 0.05rem solid var(--7, #34383F);
}

.box_sidebar_product [data-name="your-subject"] input {
    height: 5.75rem;
    border-radius: 1.15rem;
}

.box_sidebar_product .wrap_form .content {color: #444;font-size: 0.6rem;font-style: normal;font-weight: 500;}

.box_sidebar_product {
    max-width: 19.5rem;
    margin-left: auto;
    background: #FFF;
    padding: 1.5rem 1.75rem;
    border-radius: 1.5rem;
    position: sticky;
    top: 7.15rem;
    border-radius: 10px;
    border: 1px solid #EDEDED;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

body.product-template-default.single.single-product {background: #F9F9F9;}

.product_sec_1,.product_sec_2 {
    background: #ffffff;
}

.wrap_member {
    display: flex;
    align-items: center;
    border-radius: 0.5rem;
    background: #F3F3F3;
    padding: 1rem 1.2rem;
}

.wrap_member .avatar {
    width: 2.8rem;
    height: 2.8rem;
    display: flex;
    flex: 0 0 auto;
    margin-right: 1.1rem;
    border-radius: 5rem;
    overflow: hidden;
    position: relative;
}

.wrap_member .avatar img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wrap_member .box_content> span {
    font-size: 0.7rem;
    display: flex;
    align-items: center;
}

.wrap_member .box_content> span span {
    border-radius: 1rem;
    background: #2DA608;
    color: #fff;
    height: 1.05rem;
    padding: 0 0.5rem;
    font-size: 0.55rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.25rem;
}

.box_number {
    height: 1.5rem;
    border: 0.05rem solid var(--7, #34383F);
    border-radius: 5rem;
    padding: 0 0.75rem;
    display: inline-flex;
    align-items: center;
    font-size: 0.65rem;
    color: #333;
    font-weight: 400;
    width: 100%;
    justify-content: space-between;
}

.box_sidebar_product ul {
    list-style: none;
    margin: 0;
}

.box_sidebar_product ul li {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 0.6rem;
}

.box_sidebar_product ul li svg {
    width: 1.25rem;
    flex: 0 0 auto;
    margin-right: 0.5rem;
}

.box_sidebar_product ul li {
    margin: 0  !important;
}

.box_sidebar_product ul li {
    margin-top: 0.75rem !important;
}

.box_sidebar_product .wrap_form input[type="submit"] {
    width: 100%;
}

input#title_product {
    display: none;
}

.single-product {
    overflow-x: unset !important;
}
.box_sidebar_product .wrap {
    position: relative;
}

.box_sidebar_product .wrap label {
    position: absolute;
    z-index: 9;
    left: 1.5rem;
    top: 1.05rem;
    color: #666;
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 400;
}

.box_sidebar_product .wrap textarea {
    height: 5.75rem;
    min-height: unset;
    padding-top: 2.5rem;
    padding-bottom: 0.5rem;
    color: var(--8, #333);
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 600;
    pointer-events: none;
}
.tax-loai-category header#header,
.page-template-so_sanh header#header,
.single-product header#header{
    position: relative;
}
ul.tien_ich_nk {
    list-style: none;
    margin: 1.5rem 0rem 0 -2.5rem;
    display: flex;
    flex-wrap: wrap;
    padding-right: 0;
    max-height: 6.4rem;
    overflow: auto;
}

ul.tien_ich_nk li {
    padding: 0 2.5rem;
    display: flex;
    justify-content: space-between;
    width: 50%;
    font-size: 0.75rem;
    align-items: center;
}

ul.tien_ich_nk li b {
    flex: 0 0 auto;
    margin-left: 1rem;
}
ul.tien_ich_nk::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 0.3rem rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

ul.tien_ich_nk::-webkit-scrollbar
{
    width: 0.217rem;
    background-color: #cedbff;
}

ul.tien_ich_nk::-webkit-scrollbar-thumb
{
    background-color: #34383F;
}



ul.tien_ich_nk li:nth-child(2n + 2) {
    padding-right: 1rem;
}

ul.tien_ich_nk li {
    margin: 0 0 .4rem;
}
.item_post {
    position: relative;
    align-items: center;
}

.box_menu a {
    padding: 0 !important;
    border: none !important;
}

.box_menu li {
    border: none !important;
}

.box_menu ul {
    display: flex;
    background: #F9F9F9;
    border-radius: 5rem;
    margin: 0.25rem 0 0 0;
}

.box_menu ul a {
    padding: 0.6rem 1.5rem !important;
    color: var(--8, #333);
    text-align: center;
    font-size: 0.9rem;
    border-radius: 5rem;
    transition: .3s all;
}

.box_menu ul a:hover, .box_menu ul .current-menu-item a,.box_menu ul a.active {
    background: var(--7, #34383F);
    color: #fff;
}
.box_menu {
    width: 100% !important;
    right: unset;
    position: sticky;
    z-index: 99;
    top: 4.6rem;
}

.single-project {
    overflow: unset;
}

.slick-arrow {
    z-index: 9;
}

.slider_for_product .slick-arrow {
    width: 53.42px;
    height: 53.42px;
    background: rgba(255, 255, 255, 0.20);
    border-radius: 100px;
}

.slider_for_product .slick-arrow svg {
    max-width: 60%;
    max-height: 60%;
    width: auto;
    height: auto;
}

.product_sec_2 {
    padding: 1rem 0 !important;

}

div#tieu_chuan a.button {
    background: #34383F;
    margin: 0;
    flex: 0 0 auto;
}

div#tieu_chuan .wrap {
    display: flex;
    align-items: center;
}

div#tieu_chuan .wrap h2 {
    margin: 0;
}
div#tong_quan ul li:nth-child(n + 5) {
    border: none;
}
.box_sidebar_product .wrap_form .button_style {
    width: 100%;
    margin-top: 1rem;
}

.slider_tien_ich_nk .item {
    position: relative;
    display: block;
    margin: 0.4rem;
}

.slider_tien_ich_nk .box_img {
    height: 14.7rem;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    pointer-events: none;
}

.slider_tien_ich_nk .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    object-fit: cover;
    transform: scale(1);
    filter: blur(0);
    transition: .5s all;
}

.slider_tien_ich_nk h3 {
    font-size: 0.8rem;
    color: #fff;
    position: absolute;
    z-index: 9;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0 1.5rem 1.25rem;
}

.slider_tien_ich_nk .item_slider {
    display: block;
}

.slider_tien_ich_nk .box_img:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    width: 100%;
    height: 6rem;
    content: '';
    position: absolute;
    bottom: 0;
    z-index: 9;
    pointer-events: none;
}

.slider_tien_ich_nk .item:hover img {
    transform: scale(1.1);
    filter: blur(0.2rem);
}

.product_sec_2 .slick-arrow {
    background: transparent;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 5rem;
    top: -2.75rem;
    left: unset;
    right: 0;
    transform: unset;
    transition: .5s all;
    border-color: #34383F;
}

.product_sec_2 .slick-arrow svg {
    max-width: 38%;
}

.product_sec_2 .slick-arrow.slick-prev {
    right: 2.65rem;
}

.product_sec_2 .slick-arrow:hover {
    background: #34383F;
}

.product_sec_2 .slick-arrow path {
    transition: .5s all;
}

.product_sec_2 .slick-arrow:hover path {
    stroke: #fff;
}
.item_post .box_img {
    height: 10.75rem;
    width: 16.9rem;
    flex: 0 0 auto;
    border-radius: 1rem;
    overflow: hidden;
    margin-right: 1.5rem;
}

.item_post .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    filter: blur(0);
    transition: .5s all;
}

.item_post .content {
    display: none;
}

.item_post h3 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: var(--8, #333);
}

.slider_posts_project .slick-arrow path {
    stroke: #34383F;
}

.slider_cong_dong .slick-arrow:hover, .wrap_posts_right.slider_posts_project .slick-arrow:hover {
    background: #34383F;
}

select#sort_year {
    margin: 0;
    height: 2.35rem;
    border-radius: 5rem;
    width: auto;
    padding: 0 2rem 0 1rem;
    color: #34383F;
    border-color: #34383F;
}

.item_post:hover .box_img img {
    transform: scale(1.1);
    filter: blur(0.25rem);
}
div#dktq {
    padding: 0;
    overflow: hidden;
    border-radius: 20px;
}
@media only screen and (max-width: 849px) {
    .slider_for_product .slick-arrow {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .slider_for_product .inner {
        margin: 0 !important;
        border-radius: 0;
        height: 22.25rem;
    }

    .nav_gallery li {
        flex: 0 0 auto !important;
    }

    .nav_gallery .col {
        max-width: 100%;
        display: block;
        padding: 0;
    }

    .nav_gallery .button_style {
        flex: 0 0 auto;
        padding: 0 1rem;
    }

    .nav_gallery .button_style span {
        width: max-content;
    }

    ul.nav_left a {
        padding: 0 .6rem;
        font-size: .8rem;
    }

    .nav_gallery .box_right {
        border-top: 0.05rem solid rgba(230, 230, 230, 0.12);
        justify-content: center;
    }

    .nav_gallery ul {
        justify-content: center;
    }

    .breadcrumbs {
        display: none;
    }

    .product_sec_2 .wrap_title {
        flex-wrap: wrap;
        display: block;
        text-align: left;
    }

    .single-product .product_sec_2 .wrap_title .wrap_right {
        margin: 0;
        text-align: left;
    }

    .product_sec_2 .wrap_title .address {
    }

    .box_menu .product_menu a {}

    .single-product .product_sec_2 .box_menu {
        display: none;
    }

    div#tong_quan ul li {
        width: calc(calc(50% - 2.5rem));
    }

    div#tong_quan ul li .icon {
        margin-right: 1rem;
    }

    div#tong_quan ul li * {
        font-size: .9rem !important;
    }

    div#dich_vu .wrap {
        display: block;
    }

    div#dich_vu .content ul li {
        font-size: 1rem;
    }

    div#dich_vu .wrap .item {
        width: 100%;
    }

    div#dich_vu .wrap .item+.item {
        margin-top: 2rem;
    }

    .slider_cong_dong {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }

    .wrap_project_related .item_project {
        display: block;
    }

    .wrap_project_related .item_project .box_img {
        width: 100% !important;
        height: 15.35rem;
        margin-bottom: 2rem;
    }

    .wrap_project_related .item_project .box_content {
        padding: 0;
    }

    .wrap_project_related .item_project .box_content .nav_bottom {
        position: unset;
        text-align: left;
    }

    .wrap_project_related .item_project .box_content .nav_bottom .price {
        display: flex;
        align-items: center;
    }

    .wrap_project_related .item_project .box_content .nav_bottom .price b {
        margin-right: .5rem;
    }

    div#thong_tin_du_an .item {
        display: block;
    }

    div#thong_tin_du_an .item .box_img {
        margin: 0 0 1rem !important;
        width: 100%;
    }

    div#thong_tin_du_an .item .content {
        font-size: 1rem;
    }

    div#thong_tin_du_an .item h3 {
        font-size: 1.4rem;
    }

    div#tieu_chuan .wrap {
        display: block;
    }

    div#tieu_chuan .wrap h2 {
        margin-bottom: 1rem;
    }

    .slider_cong_dong .slick-arrow, .wrap_posts_right.slider_posts_project .slick-arrow {
        top: -2.2rem;
    }

    .box_sidebar_product {
        max-width: 100%;
        margin-top: 2rem;
    }

    .box_sidebar_product .wrap label {
        font-size: 1rem;
        left: 2rem;
    }

    .box_sidebar_product .wrap textarea {
        font-size: 1rem;
        height: 6.75rem;
        padding-top: 3rem;
        padding-left: .9rem;
    }

    .box_number {
        font-size: 1rem;
        height: 2.2rem;
    }

    a.show_number {
        margin-left: 1rem;
    }

    .wrap_member .box_content> span {
        font-size: 1rem;
        margin-bottom: .5rem;
    }

    .wrap_member .avatar {
        width: 4rem;
        height: 4rem;
    }

    .wrap_member .box_content> span span {
        font-size: .8rem;
    }

    .box_sidebar_product ul li {
        font-size: 1rem;
    }

    .product_sec_3 h2 {
        font-size: 2rem;
    }
    .box_menu{
        display: none;
    }
    .product_sec_2 .wrap_title .address a {
        flex: 0 0 auto;
    }

    .product_sec_2 .wrap_title .wrap_right {
        margin-left: 0;
        margin-top: 1rem;
    }

    .item_post .box_img {
        height: 7.75rem;
        width: 10.9rem;
    }

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

    .box_sidebar_product .wrap_form .row {
        max-width: unset !important;

    }

    section.product_sec_9.home_sec_6>.row>.col {
        padding: 0 15px;
    }
    section.product_sec_9.home_sec_6 h2 {
        font-size: 2rem;
    }
    div#dktq .box_sidebar_product {margin-top: 0;}
}