﻿.side-news-item:last-child {
    margin-bottom: 0;
}

.side-news-item {
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

    .side-news-item .title {
        margin: 0;
        font-family: 'Kanit-Medium';
        font-weight: 100;
        font-size: 17px;
        color: var(--default-color-3);
        padding-bottom: 12px;
        border-bottom: 1px solid #F2F2F2;
        text-transform: uppercase;
    }

.side-news-link:first-child {
}

.side-news-link:hover h3 {
    color: var(--default-color-2);
}

.side-news-link {
    display: flex;
    padding: 18px 0;
    border-bottom: 1px dashed #d5d5d5;
    transition: 0.8s cubic-bezier(.3,2.2,.3,1);
}

    .side-news-link:hover {
    }

        .side-news-link:hover span {
            transform: translateX(6px) translateY(3px);
            opacity: 1;
        }

        .side-news-link:hover h3 {
            transform: translateX(6px);
        }

    .side-news-link img {
        width: 20px;
    }

    .side-news-link .index {
        background-color: #7AC903;
        height: fit-content;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        color: #fff;
        font-family: 'Kanit-Medium';
        font-size: 13px;
        transition: 0.8s cubic-bezier(.3,2.2,.3,1);
        opacity: .8;
    }

    .side-news-link:last-child {
        border: none;
        padding-bottom: 0;
    }

    .side-news-link h3 {
        margin: 0;
        font-size: 16px;
        flex: 1;
        color: #2c2c2cbd;
        font-weight: 100;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        padding-left: 11px;
        font-family: 'Kanit-Medium';
        line-height: 24px;
        transition: 0.8s cubic-bezier(.3,2.2,.3,1);
    }

.detail-pro {
    padding-top: 70px;
    background: url(/Design/img/SongThanh/About/b2.png);
    background-size: auto;
    padding-bottom: 50px;
}

.detail-pro-container {
    display: flex;
    margin-bottom: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}

.list-lr-product-child {
}

.l-pro-child-list {
    float: left;
    width: 335px;
}

.r-product-child-list {
    float: right;
    width: 68%;
}

.detail-pro-right {
    flex: 1;
    padding-left: 10px;
    /* margin-left: 25px; */
    padding-right: 10px;
    padding-top: 13px;
    flex-direction: column;
    display: flex;
    background: #f3f3f3;
}

.swiperDetailContrus .swiper-slide.fill a img {
    border-radius: 6px;
    /* width: -webkit-fill-available; */
    height: 438px;
}

.detail-pro-right h1 {
    font-size: 22px;
    margin: 0;
    color: var(--default-color-3);
    font-family: 'Kanit-Medium';
    font-style: normal;
    font-weight: 600;
    line-height: 158%;
    text-transform: capitalize;
}

.detail-pro-right h2 {
    color: rgb(51 51 51);
    font-weight: 100;
    font-size: 16px;
    line-height: calc(100% + 10px);
    margin-top: 0;
    font-family: 'Inter-Medium';
    padding-top: 10px;
    border-top: 1px dashed #989898;
    padding-bottom: 10px;
    border-bottom: 1px dashed #989898;
}

.content-cate-price-contrus {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detail-pro-cate {
    font-style: italic;
    font-size: 16px;
    position: relative;
    font-family: 'Kanit-Medium';
    color: #3DA608;
    line-height: 23px;
    display: none;
}

.detail-pro-price {
    font-family: 'Kanit-Medium';
    font-size: 18px;
    color: rgb(220, 29, 29);
}

.detail-pro-img {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .detail-pro-img .swiperDetailPro2 {
        height: 500px;
        border-radius: 5px;
        overflow: hidden;
    }

    .detail-pro-img .btn {
        width: 85px;
        height: 85px;
        margin-right: 10px;
    }

.detail-pro-left {
    width: 50%;
    user-select: none;
    background: #fff;
}

.xzoom-thumbs img {
    width: 85px;
    height: 85px;
    margin-left: 0;
}

.detailproSwiper {
    height: 100%;
}

.w-area-address-contrus-child {
    display: flex;
    align-items: center;
    border-top: 1px dashed #989898;
    margin-top: 10px;
}

.add-item-home-c {
    width: 100%;
    display: flex;
    padding-top: 10px;
    border-top: 1px dashed #989898;
}

.area-project-item-c {
    flex: 1 1 0;
}

.add-item-home-c span {
    display: block;
    margin-left: 6px;
    font-family: 'baiM';
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.area-project-item-c span svg {
    margin-right: 5px;
}

.detail-pro-btn {
    display: flex;
}

    .detail-pro-btn a {
        font-family: 'Kanit-Medium';
        color: var(--default-color-3);
        margin: 10px 0;
        width: fit-content;
        font-size: 18px;
        padding: 10px 10px;
        border-radius: 5px;
        transition: all linear .3s;
        box-shadow: 2px 2px 10px 1px #00000029;
    }

        .detail-pro-btn a i {
            margin-right: 7px;
        }

        .detail-pro-btn a:hover {
            color: rgb(220, 29, 29);
            background-color: #fff;
        }

.detail-pro-bot {
    margin-top: 0;
    display: flex;
    align-items: baseline;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

    .detail-pro-bot .left {
        width: 100%;
        background-color: #f3f3f3;
        box-shadow: 0 0 10px 0px #125ca717;
        padding: 15px;
        border-radius: 5px;
        overflow: hidden;
    }

        .detail-pro-bot .left img {
            max-width: 100%;
        }

.detail-pro-heading {
    display: flex;
    align-items: center;
    font-family: RobotoM;
}

    .detail-pro-heading .item {
        user-select: none;
        transition: all linear .2s;
        font-size: 22px;
        color: var(--default-color-3);
        font-family: 'Kanit-Medium';
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-top: 10px;
    }

        .detail-pro-heading .item.active {
            opacity: 1;
        }

        .detail-pro-heading .item:hover {
            opacity: 1;
        }

        .detail-pro-heading .item:nth-child(1) {
        }

.detail-pro-content {
    padding-top: 0;
}

    .detail-pro-content table {
        max-width: 100%;
    }

    .detail-pro-content iframe {
        width: 100%;
    }

    .detail-pro-content img {
        max-width: 100%;
    }

    .detail-pro-content .item {
        display: none;
        font-size: 16px;
        line-height: 25px;
        color: #333;
        font-family: 'Inter-Regular';
    }

        .detail-pro-content .item a {
            display: inline-block;
            color: var(--default-color-1);
            text-decoration: underline;
        }

        .detail-pro-content .item.active {
            display: block;
        }

.detail-pro-bot .right {
    flex: 1;
}

.same-pro {
    margin-top: 0;
    overflow: hidden;
    position: relative;
    background: url(/Design/img/SongThanh/pro/b2.png) no-repeat;
    background-size: 100% 100%;
}

.same-pro-container {
    padding-top: 40px;
    padding-bottom: 50px;
}

.same-pro-title {
    display: flex;
    align-items: center;
    user-select: none;
    position: relative;
    margin: 0;
    color: var(--default-color-3);
    font-family: 'Kanit-Medium';
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 8px;
}

    .same-pro-title::before {
        content: "";
        position: absolute;
        top: calc(100% + 3px);
        width: 60px;
        height: 2px;
        background-color: var(--default-color-3);
    }

.same-pro-wrap {
    background-color: #fff;
}

    /* width */
    .same-pro-wrap::-webkit-scrollbar {
        width: 7px;
    }

    /* Track */
    .same-pro-wrap::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .same-pro-wrap::-webkit-scrollbar-thumb {
        background: var(--default-color-2);
    }

        /* Handle on hover */
        .same-pro-wrap::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.same-pro-item {
    display: flex;
    margin-bottom: 15px;
}

    .same-pro-item:hover .same-pro-img {
        border-color: var(--default-color-2);
    }

        .same-pro-item:hover .same-pro-img img {
            transform: scale(1.1);
        }

.same-pro-img {
    width: 114px;
    border: 1px solid #3d4a5f61;
    border-radius: 5px;
    overflow: hidden;
    height: 92px;
}

    .same-pro-img img {
        transition: all linear .2s;
    }

.same-pro-content {
    flex: 1;
    padding-left: 13px;
}

.same-pro-item:hover h4 {
    color: var(--default-color-2);
}

.same-pro-content h4 {
    font-family: 'RobotoM';
    font-weight: 100;
    font-size: 17px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin: 0;
    margin-top: 5px;
    height: 40px;
    transition: all linear .2s;
}

.same-pro-content span {
    display: block;
    margin-top: 8px;
    color: var(--default-color-3);
}

.swiperDetailPro {
    position: relative;
    width: 100%;
    height: 85px;
    margin-top: 10px;
}

.detail-pro .swiper-button-next:after, .detail-pro .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 20px;
    color: #fff;
    background-color: var(--default-color-3);
    padding: 12px;
    border-radius: 5px;
}

.detail-pro .swiper-slide .detail-pro-thumb {
    position: relative;
    cursor: pointer;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}

    .detail-pro .swiper-slide .detail-pro-thumb::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .6;
        transition: all linear .3s;
    }

.detail-pro .swiper-slide.swiper-slide-thumb-active .detail-pro-thumb::before {
    opacity: 0;
}

.detail-pro-rating {
    margin: 10px 0;
    display: flex;
    align-items: center;
}

    .detail-pro-rating i {
        color: #fad10e;
        font-size: 15px;
        user-select: none;
    }

    .detail-pro-rating span {
        font-size: 15px;
        font-weight: 500;
        font-family: 'Inter-Medium';
        color: #333;
        margin-left: 5px;
        opacity: .8;
        margin-right: 5px;
    }

.area-project-item-c span {
    display: flex;
    align-items: center;
    color: #4D4D4D;
    font-family: 'baiM';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

.detail-pro-tag {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16px;
}

    .detail-pro-tag a {
        color: var(--default-color-3);
        background-color: transparent;
        transition: all linear .3s;
        border: 1px solid var(--default-color-3);
        padding: 6px 10px;
        margin: 4px;
        border-radius: 5px;
        font-size: 14px;
        display: flex;
        align-items: center;
    }

        .detail-pro-tag a i {
            margin-right: 5px;
        }

        .detail-pro-tag a:hover {
            background-color: var(--default-color-3);
            color: #fff;
        }
      .detail-pro-btn a:first-child {
                margin-right: 0;
                display: flex;
                gap: 8px;
                color: red;
                width: 100%;
                align-items: center;
            }
    .detail-pro-btn a:first-child svg{
    width: 35px;
    }
     .detail-pro-btn a:first-child svg path{
         fill:red
     }
.detail-pro-btn a:first-child {
    border-color: #053380;
    border: 1px dashed #053380;
}

    .detail-pro-btn a:first-child:hover {
        color: var(--default-color-1);
        background-color: #fff;
    }

.detail-pro-cart {
    margin-top: 35px;
    width: fit-content;
    display: flex;
    align-items: center;
}

    .detail-pro-cart span {
        width: 25px;
        height: 25px;
        display: inline-flex;
        user-select: none;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--default-color-1);
        color: var(--default-color-1);
        border-radius: 50%;
        cursor: pointer;
        background-color: #fff;
        transition: all linear .3s;
        margin: 0 5px;
    }

        .detail-pro-cart span:hover {
            background-color: var(--default-color-1);
            color: #fff;
        }

.detail-pro-number {
    display: flex;
    align-items: center;
}

.detail-pro-price {
    margin-top: 0;
}

    .detail-pro-price.old {
        text-decoration: line-through;
        font-size: 16px;
        color: #333333a6;
        margin-left: 10px;
    }

.detail-pro-cart input {
    outline: none;
    border: none;
    background-color: #fff;
    width: 70px;
    text-align: center;
    height: 36px;
    border-radius: 3px;
    color: var(--default-color-1);
    font-size: 20px;
    padding: 0 5px;
}

.detail-pro-container .swiper-button-next {
    display: none;
}

.detail-pro-container .swiper-button-prev {
    display: none;
}

.detail-pro-side {
}

    .detail-pro-side .heading {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 16px;
    }

    .detail-pro-side .heading-btn {
        display: flex;
        flex-direction: row-reverse;
    }

        .detail-pro-side .heading-btn .same::before {
            font-size: 12px;
            color: #fff;
            top: unset;
            position: relative;
            left: unset;
            height: auto;
            margin: 0;
            padding: 0;
        }

        .detail-pro-side .heading-btn .same {
            border-radius: 5px;
            position: relative !important;
            top: unset !important;
            left: unset !important;
            right: unset !important;
            bottom: unset !important;
            width: unset;
            height: auto;
            width: 22px;
            height: 22px;
            background-color: var(--default-color-4);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 2px;
        }

    .detail-pro-side .heading h3 {
        margin: 0;
        font-family: 'QuickB';
        color: #333;
        font-size: 19px;
        text-transform: uppercase;
    }

.detail-pro-side {
    overflow: hidden;
}

.new-same-item:hover .new-same-content h3 {
    color: var(--default-color-3);
}

.new-same-item {
    display: flex;
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #33333329;
    border-radius: 5px;
    overflow: hidden;
    padding: 5px;
}

.new-same-img {
    width: 78px;
    height: 78px;
    overflow: hidden;
}

    .new-same-img img {
        width: 100%;
        height: 100%;
        transition: all linear .2s;
    }

.new-same-content {
    padding-left: 10px;
}

.new-same-item:hover .new-same-img img {
    transform: scale(1.04);
}

.new-same-content h3 {
    margin: 0;
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-family: 'QuickM';
    transition: all linear .2s;
}

.new-same-content span {
    color: var(--default-color-4);
    font-family: 'QuickM';
    font-size: 15px;
    margin-top: 8px;
    display: block;
}

/* RS */

@media(max-width:1023px) {
    .no-display-mobile-tablet {
        display: none !important
    }

    .detail-pro-container {
        flex-direction: column;
        margin-bottom: 0;
    }

    .detail-pro-side {
        margin-top: 50px;
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .no-display-tablet {
        display: none !important
    }

    .detail-pro-left {
        width: 100%;
    }

    .detail-pro-right {
        padding-left: 0;
        padding-top: 35px;
    }

    .same-pro-img {
        width: 84px;
    }

    .same-pro-content h4 {
        font-size: 15px;
    }

    .same-pro-content span {
        font-size: 14px;
    }

    .detail-pro {
        padding: 44px 0;
    }

    .detail-pro-bot {
        /* margin-top: 50px; */
    }
}

@media(max-width:739px) {
    .no-display-mobile {
        display: none !important
    }

    .detail-pro-left {
        width: 100%;
    }

    .same-pro .p-tree {
        display: none;
    }

    .detail-pro-img {
    }

        .detail-pro-img .btn {
            width: 55px;
            height: 55px;
        }

    .detail-pro-right {
        margin-left: 0;
        margin-top: 20px;
        padding-top: 4px;
        padding-bottom: 12px;
    }

        .detail-pro-right h1 {
            font-size: 20px;
            margin-top: 5px;
        }

    .area-project-item-c span {
        font-size: 12px;
    }

    .add-item-home-c span {
        font-size: 12px;
    }

    .detail-pro-bot {
        flex-direction: column;
        margin-top: 30px;
    }

    .detail-ad-title {
        font-size: 18px;
    }

    .detail-ad-item h3 {
        font-size: 12px;
        margin-top: 15px;
    }

    .detail-ad-item img {
        width: 36px;
        height: 36px;
    }

    .detail-ad-img {
        width: 60px;
        height: 60px;
    }

    .detail-pro-bot .left,
    .detail-pro-bot .right {
        width: 100%;
        padding: 0;
    }

    .detail-pro-content {
        padding: 10px;
    }

    .detail-pro {
    }

    .detail-pro-bot .right .same-pro-title {
        font-size: 24px;
        margin-top: 30px;
    }

    .detail-pro-img .swiperDetailPro2 {
        height: 300px;
    }

    .detail-pro-heading .item.active {
        padding: 10px;
        padding-bottom: 0;
        font-size: 18px;
    }

    .same-pro-title {
        font-size: 21px;
    }

    .swiperDetailPro {
        height: 80px;
    }

    .detail-ad-item {
        width: 50%;
        margin: 0;
        margin-bottom: 28px;
    }

    .detail-pro-btn {
        justify-content: space-between;
    }

        .detail-pro-btn a {
            width: max-content;
            font-size: 25px;
            padding: 10px 8px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .detail-pro-btn a i {
                margin-right: 5px;
            }

            .detail-pro-btn a:first-child {
                margin-right: 0;
                display: flex;
                gap: 8px;
                color: red;
                width: 100%;
            }
    .detail-pro-btn a:first-child svg{
    width: 35px;
    }
     .detail-pro-btn a:first-child svg path{
         fill:red
     }
    .asdzz{
        font-size: 22px;
    }
}

/*Contrus*/
.home-project-container h6 {
    margin: 0;
    color: #00ACFA;
    text-align: center;
    font-family: 'Kanit-Medium';
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.home-project-container h3.p-title-cate {
    color: #164390;
    text-align: center;
    font-family: 'Kanit-Medium';
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 22px;
}

img.decorr-img-project-h {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.item-project-img-h {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
}

.home-project-container > span {
    display: block;
    color: #4D4D4D;
    text-align: center;
    font-family: 'Montserrat-Italic';
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 138.688%; /* 27.738px */
    width: 1103px;
    margin: auto;
}

.home-project {
    padding-top: 75px;
    position: relative;
    padding-bottom: 95px;
}

.home-project-list {
    margin-top: 46px;
}

.liat-h-project {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 20px;
}

.item-project-img-h img {
    display: block;
    width: 100%;
    height: 235px;
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
    transition: all .3s;
}

.item-project-h:hover .item-project-img-h img {
    transform: scale(1.1);
}

.w-title-top-address-h h3 {
    margin: 0;
    color: #4D4D4D;
    font-family: 'Kanit-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 158%; /* 25.28px */
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.item-project-h:hover .w-title-top-address-h h3 {
    color: #053380;
}

.add-item-home {
    display: flex;
}

    .add-item-home span {
        display: block;
        color: #4D4D4D;
        font-family: 'Montserrat-Medium';
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 18px */
        margin-left: 3px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

.address-project-item-h span svg {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.item-project-h {
    display: block;
    border-radius: 5px;
    box-shadow: 0px 4px 16.9px 0px rgba(125, 125, 125, 0.25);
}

.content-project-img-h {
    padding: 10px;
    background: #fff;
    border-radius: 0 0 5px 5px;
}

.w-title-top-address-h {
    padding: 5px 7px 17px 13px;
}

.home-project .grid.wide {
    max-width: 1308px;
    padding: 0 5px;
}

.b-address-price-h {
    display: flex;
    justify-content: space-between;
    padding: 15px 13px 7px 13px;
    border-top: 1px solid #DCDCDC;
    align-items: center;
}

.add-item-home {
    margin-top: 10px;
}

.price-project-item-h span {
    color: #053380;
    font-family: 'Montserrat-SemiBold';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
}

.address-project-item-h span {
    color: #4D4D4D;
    font-family: 'Montserrat-Medium';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

@media (min-width: 1024px) and (max-width: 1220px) {
    .home-project-container h3.p-title-cate {
        font-size: 30px;
    }

    .home-project-container > span {
        padding: 0 40px;
        font-size: 16px;
        width: 100%;
    }

    .liat-h-project {
        display: grid;
        grid-auto-rows: minmax(min-content, max-content);
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 25px;
        row-gap: 25px;
    }
}

@media(max-width:1023px) {
    .home-project-container h3.p-title-cate {
        font-size: 28px;
    }

    .item-project-img-h img {
        height: 300px;
    }

    .home-project-list {
        margin-top: 20px;
    }

    .liat-h-project {
        display: grid;
        grid-auto-rows: minmax(min-content, max-content);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 25px;
        row-gap: 25px;
    }

    .home-project-container > span {
        padding: 0 40px;
        font-size: 16px;
        width: 100%;
    }
}

@media(max-width:739px) {
    .home-project-container h6 {
        font-size: 18px;
    }

    .home-project-container h3.p-title-cate {
        font-size: 20px;
    }

    .home-project-container > span {
        padding: 0 3px;
        font-size: 13px;
        width: 100%;
    }

    .liat-h-project {
        display: grid;
        grid-auto-rows: minmax(min-content, max-content);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 10px;
        row-gap: 10px;
    }

    img.decorr-img-project-h {
        position: absolute;
        width: 100%;
        height: 424px;
    }

    .item-project-img-h img {
        height: 125px;
    }

    .w-title-top-address-h {
        padding: 0;
    }

        .w-title-top-address-h h3 {
            font-size: 13px;
        }

    .add-item-home {
        padding-bottom: 10px;
    }

    .b-address-price-h {
        padding: 10px 0;
        display: block;
    }

    .address-project-item-h span, .price-project-item-h span {
        font-size: 13px;
    }

        .address-project-item-h span svg {
            width: 10px;
            height: 13px;
        }

    .home-project {
        padding-bottom: 40px;
    }

    .detail-pro-price {
        font-size: 14px;
    }

    .detail-pro-cate {
        font-size: 13px;
        line-height: normal;
    }

    .ad-wrap {
        padding-bottom: 9px;
    }

    .same-pro {
        padding-bottom: 30px;
    }

    .p-banner-content .icon {
        font-size: 12px;
    }

    i.fa-solid.fa-caret-right {
        font-size: 12px;
    }

    .p-banner-content a {
        font-size: 13px;
    }

    .same-pro-container {
        padding-bottom: 15px;
    }
}
/*End*/

/*SanPham*/
.c-home-product {
    background: #E6E6E7;
    padding-top: 109px;
    padding-bottom: 94px;
    position: relative;
}

img.decor-pro-home-b {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.title-t-home-product h3 {
    margin: 0;
    color: #212F81;
    font-family: 'Kanit-Medium';
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px; /* 133.333% */
    text-transform: uppercase;
}

.title-tab-menu-home-product {
    display: flex;
    justify-content: space-between;
    margin-bottom: 39px;
}

li.item-menu-pro-home {
    list-style: none;
    margin-left: 9px;
}

ul.list-tab-home-product {
    display: flex;
    align-items: center;
}

li.item-menu-pro-home a {
    display: flex;
    height: 55px;
    padding: 12px 18px;
    justify-content: center;
    align-items: center;
    color: #5A5A5A;
    font-family: 'Kanit-Regular';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 100% */
    text-transform: capitalize;
    border-radius: 10px;
    border: 1px solid #628DFB;
    background: #FFF;
    transition: all .3s;
}

.top-home-product section {
    color: #526375;
    font-family: 'Inter-Regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 188%; /* 33.84px */
    text-transform: capitalize;
}

.c-home-product .grid.wide {
    padding: 0;
    position: relative;
    z-index: 1;
}

.title-t-home-product {
    position: relative;
}

    .title-t-home-product:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -16px;
        width: 274px;
        height: 5px;
        border-radius: 1px 0px 0px 1px;
        background: linear-gradient(90deg, #3DA608 2.35%, rgba(61, 166, 8, 0.00) 81.86%);
    }

li.item-menu-pro-home a:hover {
    background: #212F81;
    border: 1px solid #212F81;
    color: #fff;
}

.top-home-product {
    margin-bottom: 40px;
}

li.item-c-home-product {
    list-style: none;
    border-radius: 10px;
    transition: all .3s;
    position: relative;
}

ul.list-item-home-product {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 17px;
    row-gap: 23px;
}

.t-home-product h3 {
    margin: 0;
    color: #464646;
    font-family: 'Kanit-Medium';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.cate-title-home-product h6 {
    margin: 0;
    color: #212F81;
    display: none;
    text-align: center;
    font-family: 'Inter-Medium';
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 151.023%; /* 18.123px */
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: none;
}

.cate-title-home-product section {
    color: #464646;
    text-align: center;
    font-family: 'Inter-Regular';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 151.023%; /* 18.123px */
    text-transform: capitalize;
    margin-top: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

li.item-c-home-product:hover:before {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 1;
}

.top-b-pro-home-item {
    border: 1px solid var(--default-color-1);
    border-bottom: unset;
    border-radius: 10px 10px 0 0;
}

li.item-c-home-product:hover .top-b-pro-home-item {
    border-color: var(--default-color-1);
}

.top-img-home-product img {
    width: 69%;
    height: 245px;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
    background: #fff;
    transition: transform 0.3s ease;
}

li.item-c-home-product:hover .cate-title-home-product {
    /* background: transparent; */
}

.top-img-home-product span {
    position: absolute;
    width: max-content;
    height: max-content;
    left: 0;
    top: 50px;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 7px 20px 13px 20px;
    color: #FFF;
    border-radius: 7px;
    border: 1px solid #3DA608;
    background: #3DA608;
    font-family: 'NEUEPLAKTEXT-REGULAR';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s;
}

li.item-c-home-product:hover .top-img-home-product span {
    opacity: 1;
    visibility: visible;
    top: 0;
    padding: 3px 12px 7px 12px;
    font-size: 12px;
    display: none;
}

.t-home-product {
    text-align: center;
    border-bottom: 1px dashed #AEAEAE;
    padding-bottom: 5px;
}

span.price-pro-home {
    display: block;
    text-align: center;
    color: #FFF;
    font-family: "NEUEPLAKTEXT-REGULAR";
    font-size: 15px;
    padding: 5px 0;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    border-radius: 0px 0px 10px 10px;
    background: var(--default-color-3);
}

li.item-menu-pro-home a h5 {
    margin: 0;
}

span.price-pro-home strong {
    color: #FFF;
    font-family: "NEUEPLAKTEXT-BOLD";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.cate-title-home-product {
    padding: 14px 20px 11px 20px;
    background: #fff;
    transition: 0.5s;
}

.top-img-home-product {
    overflow: hidden;
    padding: 5px 6px 0 7px;
    border-radius: 10px 10px 0px 0px;
    background: #fff;
    transition: 0.5s;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

li.item-c-home-product:before {
    position: absolute;
    left: 20%;
    right: 20%;
    bottom: 20%;
    top: 20%;
    content: "";
    /* background: linear-gradient(195deg, #93D802 42.78%, #3DA608 106.14%); */
    z-index: 0;
    transition: 0.5s;
    opacity: 0;
    border-radius: 10px;
}

li.item-c-home-product a {
    position: relative;
    border-radius: 10px;
}

li.item-c-home-product:hover .cate-title-home-product * {
    color: var(--default-color-3) !important;
}

li.item-c-home-product:hover .t-home-product {
    border-bottom: 1px dashed var(--default-color-3);
}

li.item-c-home-product:hover span.price-pro-home {
    border-radius: 0px 0px 10px 10px;
    background: var(--default-color-3);
}

li.item-c-home-product:hover .top-img-home-product {
    /* background: transparent; */
}

/*RS*/
@media (max-width: 1150px) {
    .title-t-home-product h3 {
        font-size: 30px;
    }

    li.item-menu-pro-home a {
        height: 46px;
        padding: 10px 10px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .c-home-product .grid.wide {
        padding: 0 10px;
    }

    .top-home-product section {
        font-size: 14px;
    }

    ul.list-item-home-product {
        display: grid;
        grid-auto-rows: minmax(min-content, max-content);
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 17px;
        row-gap: 23px;
    }
}

table {
    border-collapse: collapse;
    width: 100%;
    color: #333;
    font-family: 'Inter-Regular';
    font-size: 16px;
    text-align: left;
    border-radius: 10px;
    overflow: hidden;
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); */
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #b8b3b3;
}

    table td p {
        margin: 8px 0;
    }

    table th {
        background-color: #ff9800;
        color: #fff;
        font-weight: bold;
        padding: 10px;
        text-transform: uppercase;
        letter-spacing: 1px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #ccc;
    }

    table tr:nth-child(even) td {
        background-color: #f2f2f2;
    }

    table tr:hover td {
        background-color: #ffedcc;
    }

    table td {
        background-color: #fff;
        padding: 4px 10px;
        border-bottom: 1px solid #ccc;
        font-family: 'Inter-Regular';
    }
/*End*/

/*San pham*/

.side-news-item-pro h3.title {
    margin: 0;
    font-family: 'Kanit-Medium';
    font-weight: 100;
    font-size: 17px;
    color: var(--default-color-3);
    padding-bottom: 12px;
    border-bottom: 1px solid #F2F2F2;
    text-transform: uppercase;
}

.side-news-item-pro {
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

ul.list-item-home-product.list-pro-bar {
    margin-top: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 12px;
    row-gap: 12px;
}

li.item-c-home-product:hover .top-img-home-product img {
    transform: scale(1.05);
}

ul.list-item-home-product.list-pro-bar .top-img-home-product img {
    height: 112px;
    width: 85%;
    transition: transform 0.3s ease;
}

ul.list-item-home-product.list-pro-bar .t-home-product h3 {
    line-height: normal;
    font-size: 14px;
    -webkit-line-clamp: 1;
}

ul.list-item-home-product.list-pro-bar .cate-title-home-product {
    padding: 14px 12px 11px 12px;
}

.side-news-item-pro .p-news-img__type2 {
    width: 145px;
    height: 145px;
}

.side-news-item-pro ul.p-news-list__type2.rs h3.title {
    font-size: 14px;
    overflow: hidden;
    line-height: normal;
    margin: 0;
    height: auto;
    padding: 0;
}

.side-news-item-pro .p-news-item__type2:hover h3.title {
    color: #2d913b;
}

.side-news-item-pro .p-news-link__type2 .descript {
    font-size: 14px;
    /* margin-top: 7px; */
}

.side-news-item-pro .p-news-content__type2 {
    padding-right: 0;
}

.side-news-item-pro .p-news-date__type2 {
    font-size: 12px;
    margin-bottom: 4px;
}

.side-news-item-pro .p-news-item__type2 {
    padding: 8px 0;
}

@media (max-width: 1023px) {
    ul.list-item-home-product {
        display: grid;
        grid-auto-rows: minmax(min-content, max-content);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 17px;
        row-gap: 23px;
    }

    .side-news-item-pro ul.p-news-list__type2.rs {
        display: grid;
        grid-auto-rows: minmax(min-content, max-content);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 17px;
        row-gap: 17px;
        margin-top: 15px;
    }

    .side-news-item-pro .p-news-item__type2 {
        padding: 0;
    }

    .side-news-item-pro .p-news-img__type2 {
        width: 100%;
    }

    .side-news-item-pro .p-news-content__type2 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .title-tab-menu-home-product {
        display: block;
        margin-bottom: 15px;
    }

    .title-t-home-product h3 {
        font-size: 24px;
        line-height: normal;
    }

    ul.list-tab-home-product {
        display: inline-block;
    }

    li.item-menu-pro-home {
        display: inline-block;
        margin: 0;
        margin-bottom: 5px;
    }

    .l-pro-child-list {
        float: none;
        width: 100%;
    }

    .r-product-child-list {
        float: none;
        width: 100%;
    }

    .list-lr-product-child {
        display: flex;
        flex-flow: column-reverse;
    }

    .c-home-product {
        padding-top: 49px;
        padding-bottom: 49px;
    }

    .detail-pro {
        padding-top: 45px;
    }

    .title-t-home-product {
        margin-bottom: 40px;
    }

    .top-img-home-product img {
        height: 118px;
    }

    .t-home-product h3 {
        font-size: 14px;
        -webkit-line-clamp: 2;
    }

    .l-pro-child-list {
        margin-top: 15px;
    }

    table {
        font-size: 13px;
    }

    .cate-title-home-product {
        padding: 14px 6px 11px 6px;
    }

        .cate-title-home-product h6 {
            font-size: 11px;
        }

    img.decor-pro-home-b {
        height: auto;
    }
}
