body {
    font-family: UTM-Avo, Arial, Helvetica, sans-serif;
}

/*Header*/
.header-main {
    /*background: url(../../assets/media/background/bg-header.png) no-repeat center center;*/
    background-size: 100% 100%;
    padding: 10px 0;
    background-color: var(--light);
}

.header-main>.container>.row {
    align-items: center;
}

/*End Header*/
/*Button right*/
.list-btn-fix {
    position: fixed;
    bottom: 114px;
    right: 24px;
    transform: translateY(-50%);
    z-index: 10;
}

.list-btn-fix img {
    width: 45px;
}

/*CALL NOW*/
.call-now {
    position: fixed;
    right: -4px;
    bottom: 62px;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 2000 !important;
}

.img-phone {
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    top: 40px;
    left: 40px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: var(--color-highlight);
}

.small-circle {
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: var(--color-highlight);
    opacity: .75 !important;
}

.big-circle {
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: var(--color-highlight);
    opacity: .5;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05);
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1, -3deg );
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1, -3deg );
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1, 3deg );
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1, 3deg );
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1, -3deg );
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1, -3deg );
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

/*CALL NOW*/
/*Button right*/
/*Title*/
.styleTitle .NH-title {
    font-weight: 700;
    width: 100%;
    margin: 0;
    border-radius: 3px;
    text-transform: uppercase;
    margin-bottom: 35px;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}

.styleTitle .NH-title span {
    color: black;
    position: relative;
    font-size: 24px;
}

.styleTitle .NH-title::before {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    content: "\f005";
    position: absolute;
    right: 0;
    height: 26px;
    left: 0;
    margin: auto;
    bottom: -22px;
    width: 26px;
    border-radius: 50%;
    color: var(--color-highlight);
    border: 1px solid var(--color-highlight);
    background: var(--white);
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    z-index: 1;
}

.styleTitle .NH-title::after {
    content: '';
    height: 6px;
    max-width: 25%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-top: 1px solid var(--color-highlight);
    border-bottom: 1px solid var(--color-highlight);
    bottom: -11px;
}

.subHeading {
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    margin-bottom: 15px;
    color: var(--dark);
}

.styleTitleWhite .NH-title span {
    color: var(--white);
}

.styleTitleWhite .NH-title::after {
    border-top: 1px solid var(--white);
    border-bottom: 1px solid var(--white);
}

.styleTitleWhite .subHeading {
    color: var(--white);
}

/*End Title*/
/*About Us*/
.NH-info {
    margin-bottom: 30px;
}

.boxImgInfo {
    overflow: hidden;
}

.boxImgInfo img {
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
}

.boxImgInfo:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.boxContentInfo h4 {
    margin-top: 10px;
    font-size: 2rem;
    color: var(--color-highlight);
    padding: 6px 0;
    text-align: center;
}

.sboxContentInfo__desc {
    text-align: justify;
}

.boxContentInfo__desc {
    color: var(--color-text);
    font-size: 16px;
}

/*End About Us*/
/*LÄ©nh vá»±c hoáº¡t Ä‘á»™ng*/
.field__item {
    margin-bottom: 30px;
}

.field__item-head {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.field__item-icon {
    height: 44px;
    width: 44px;
    border-radius: 50%;
    margin-right: 20px;
    border: 2px solid var(--white);
    background: var(--color-highlight);
}

.field__item-icon i {
    height: 38px;
    width: 38px;
    margin-top: 1px;
    margin-left: 1px;
    line-height: 38px;
    text-align: center;
    font-size: 24px;
    color: var(--color-highlight);
    background: var(--white);
    border-radius: 50%;
}

.field__item-title {
    margin: 0;
    color: var(--color-highlight);
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
}

.field__item-desc {
    color: var(--white);
}

/*Háº¿t LÄ©nh vá»±c hoáº¡t Ä‘á»™ng*/
/*Products*/
.product-item .inner-image:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    z-index: 10;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);
    transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);
}

.product-item .inner-image:hover:before {
    webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);
    transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);
}

.product-item .inner-image img {
    transition: all 1s ease 0s;
}

.product-item .inner-image:hover img {
    transform: scale(1.1);
}

.product-item .inner-content .product-desc {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: var(--black);
}

.product-item .inner-content .product-desc p {
    margin-bottom: 0;
}

/*End Products*/
/*Partners*/
.brand-infore {
    padding: 4px 10px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    overflow: hidden;
}

.brand-infore a {
    height: 100%;
    width: 100%;
}

.brand-section .brand-item img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

/*End Partners*/
/*Footer*/
.footer-copyright {
    background: #333;
}

/*End Footer*/
/*Form Slide*/
.slider-form {
    position: relative;
}

.slider-form__main {
    position: absolute;
    z-index: 1;
    background: #ffffff5e;
    border: 4px solid #ddd;
    padding: 10px 50px;
    left: 75px;
    bottom: 50px;
    border-radius: 5%;
}

.slider-form__main input, .slider-form__main textarea {
    background: #ffffffab;
    border: 1px solid #ccc;
}

.slider-form, .slider-form .item img {
    height: 440px;
}

/*End Form Slide*/
.logo-section img {
    max-width: 160px;
}

/*Slide Banner Right*/
.slider-banner-right {
    border-top: 3px solid #f00;
}

.slider-banner-right .slider-section, .slider-banner-right .slider-section .item img {
    height: 458px;
}

/*End Slide Banner Right*/
.slider-video {
    overflow: hidden;
    background: #ebebeb;
    padding-top: 20px;
    padding-bottom: 20px;
    clear: left;
    border-top: 3px solid #f00;
}

.slider-video .styleTitle h2.NH-title span {
    font-size: 20px;
}

.category-right {
    background-color: var(--light);
    padding: 15px;
}

.category-right .categories-section {
    margin-bottom: 0;
}

.category-right .categories-section a {
    padding: 0;
}

.form-detail-product {
    border: 1px solid #ddd;
    padding: 1rem;
    position: relative;
}

.form-detail-product .h2 {
    text-align: center;
    margin: 15px 0;
    color: var(--color-highlight);
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
}

.product-title-detail {
    font-size: 20px;
    font-weight: bold;
    color: var(--color-highlight);
    margin-bottom: 20px;
}

.product-detail-footer .nav li a.active {
    border: 1px solid #d0d0d0;
    border-bottom: 0;
}

.is-mobile .view-small .article-item .article-title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.social-html {
    width: 100%;
    float: left;
    padding: 14px 0 20px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom: none;
}

.social-html a {
    margin: 0 5px;
    display: inline-block;
}

.news-right-tin-tuc {
    background: #ebebeb;
    padding-top: 20px;
    clear: left;
    border-top: 3px solid #f00;
}

.news-right .styleTitle h2.NH-title span {
    font-size: 20px;
}

.news-right .view-small .col-lg-4 {
    max-width: 100%;
    width: 100%;
    flex: 100%
}

.news-right .article-item {
    display: flex;
    padding: 10px;
    margin-bottom: 10px;
}

.news-right .view-small .article-item .inner-image {
    width: 80px;
    margin-right: 10px;
    float: none;
}

.news-right .view-small .article-item .inner-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.news-right .view-small .article-item .inner-content {
    flex: 1;
}

.hotro_phai {
    background: #ebebeb;
    padding: 20px 5px 5px;
    border-top: 3px solid #f00;
    position: relative;
    clear: both;
    overflow: hidden;
}

.hotro_phai .styleTitle h2.NH-title span {
    font-size: 20px;
}

.img_dt_ht {
    position: relative;
    margin-bottom: 0;
}

.img_dt_ht .dt_ht {
    position: absolute;
    width: 100%;
    z-index: 555555;
    bottom: -2px;
    left: 110px;
    color: #ff0;
    font-size: 23px;
    font-weight: bold;
}

.chay_hotro {
    width: 100%;
    float: left;
    padding: 0 10px;
}

.dong_hotro {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    border-bottom: 1px dotted;
    margin-top: 15px;
}

.khung_mxh_ht {
    width: 105px;
    float: left;
    line-height: 48px;
}

.khung_mxh_ht span {
    margin: 0 1px;
}

.khung_mxh_ht span img {
    width: 31%;
    float: left;
}

.khung_nd_ht {
    width: calc(100% - 120px);
    float: right;
}

.khung_nd_ht p {
    color: #005fa8;
    font-size: 14px;
    margin-bottom: 0;
}

.khung_nd_ht h4 {
    color: #f00;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: bold;
}

.emai_ht {
    width: 100%;
    float: left;
    margin: 5px 0;
    color: #3e3e3e;
    font-size: 14px;
}

b, strong {
    font-weight: bold;
}

/*Search Home*/
.slide-home {
    position: relative;
}

.sec-filter-house {
    position: absolute;
    left: 0;
    top: 30%;
    width: 100%;
    z-index: 1;
}

.sec-filter-house .filter-house {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.sec-filter-house .type-listing-home {
    border-bottom: 0;
    padding-bottom: 28px;
}

.sec-filter-house .search-type a {
    background: rgba(0,0,0,.5);
    font-weight: 700;
    color: #fff;
    margin: 0;
    padding: 8px 35px 8px;
    font-size: 16px;
    border-radius: 4px;
}

.sec-filter-house .tabs-search {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.sec-filter-house .btn-advance-search {
    color: #fff;
    font-weight: 600;
    position: absolute;
    right: 0;
    cursor: pointer;
    border-radius: 4px 4px 0 0;
    background: rgba(0,0,0,.8);
    font-size: 13px;
    height: 38px;
    width: 160px;
    text-align: center;
    line-height: 39px;
    top: -38px;
}

.sec-filter-house .topfilter {
    border-radius: 4px;
    box-shadow: 0 2px 15px rgb(0 0 0 / 6%);
    height: 60px;
    background-color: #fff;
    display: flex;
    align-items: center;
}

.sec-filter-house .topfilter:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 5px;
    box-shadow: 0 3px 3px rgb(0 0 0 / 6%);
    position: absolute;
    left: 0;
    top: 53px;
    z-index: 8;
}

.ms-options {
    display: none;
}

.topfilter .ms-options-wrap {
    position: relative;
    width: 100%;
}

.topfilter .ms-options-wrap.topfilter__dropdown {
    max-width: 200px;
}

.topfilter .ms-options-wrap.topfilter__dropdown button {
    border: 0;
    background: var(--white);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 60px;
    border-right: 1px dashed rgba(0,0,0,.1);
    border-radius: 4px;
}

.ms-options {
    position: absolute;
    background: var(--white);
    width: 100%;
    border: 1px solid #eeefee;
    border-radius: 4px;
    z-index: 1;
    max-height: 164px;
    overflow-y: scroll;
}

.ms-options::-webkit-scrollbar {
    width: 6px;
}

.ms-options::-webkit-scrollbar-thumb {
    background: rgba(74,74,74,.35);
    border-radius: 20px;
}

.ms-options::-webkit-scrollbar-track {
    box-shadow: none;
    border-radius: 20px;
    background: #fff;
}

.ms-options__range.ms-options::-webkit-scrollbar {
    display: none;
}

.ms-options__range.ms-options::-webkit-scrollbar-thumb {
    display: none;
}

.ms-options__range.ms-options::-webkit-scrollbar-track {
    display: none;
}

.ms-options ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ms-options ul li {
    padding: 8px 10px 3px 20px;
    border-bottom: 1px solid #e4e4e4;
}

.ms-options ul li label {
    position: relative;
    display: inline-block;
    width: 100%;
    font-weight: 400;
    padding: 4px 2px 4px 28px;
    color: #242933;
    font-size: 14px;
}

.ms-options-wrap>.ms-options>ul input[type=checkbox] {
    margin: 0 5px 0 0;
    position: absolute;
    left: 4px;
    top: 7px;
}

.ms-options-wrap>.ms-options>ul input[type=radio] {
    margin: 0 5px 0 0;
    position: absolute;
    left: 4px;
    top: 7px;
}

.apply-search {
    height: 40px;
    border-radius: 20px;
    width: 170px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background: var(--color-highlight);
    color: var(--white);
    border: 0;
    margin-right: 10px;
}

.apply-search:hover {
    background: var(--color-highlight);
}

.search-keyword-container {
    flex: 1;
}

.search-keyword-container .search-text {
    border: 0;
    height: 60px;
}

.bl-s-filter {
    position: relative;
    background-color: #f8f7f9;
    border-radius: 0 0 8px 8px;
    height: 70px;
    margin-top: -2px;
    padding: 17px 8px;
}

.bl-s-filter .ms-options-wrap button {
    background-color: #fff;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #eeefee;
    width: 100%;
    position: relative;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.ms-options__range {
    width: 370px;
}

.ms-options__range .p-title {
    font-size: 14px;
    font-weight: 700;
    color: #242933;
    margin-bottom: 5px;
    padding: 12px 12px 0;
}

.ms-options__range .div-chart {
    padding: 0 12px 20px;
    border-bottom: 0;
    margin: 0;
}

/*End Search Home*/
.code label {
    margin-right: 4px;
}

.product-table {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.product-table__item {
    width: 33.333333%;
    padding: 6px 0;
}

.entire-info-website.info-contact address p {
    color: var(--color-text);
}

.entire-info-website.info-contact .comp_name {
    margin-bottom: 10px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .boxContentInfo h3 {
        font-size: 16px;
    }

    .styleTitle h2.NH-title span {
        font-size: 20px;
    }

    .field__item-title {
        font-size: 16px;
        line-height: 22px;
        font-weight: 600;
    }

    .sec-filter-house {
        top: 10%;
    }

    .article-title-detail {
        font-size: 22px;
    }

    .form-detail-product h2 {
        font-size: 18px;
    }

    .bl-s-filter {
        height: 108px;
    }

    .bl-s-filter .ms-options-wrap button {
        margin-top: 5px;
    }

    .sec-filter-house .search-type a {
        padding: 4px 20px 4px;
        font-size: 14px;
    }

    .sec-filter-house .btn-advance-search {
        font-size: 11px;
        height: 30px;
        width: 120px;
        line-height: 30px;
        top: -30px;
    }

    .sec-filter-house .topfilter {
        height: 50px;
    }

    .search-keyword-container .search-text {
        height: 50px;
    }

    .apply-search {
        height: 30px;
        width: 100px;
        font-size: 12px;
    }

    .topfilter .ms-options-wrap.topfilter__dropdown button {
        height: 50px;
    }

    .ms-options__range {
        width: 304px;
    }

    .ms-options {
        width: 304px;
    }

    .thongtinct table {
        width: 100%!important;
    }

    .product-table__item {
        width: 50%;
        padding: 6px 0;
    }

    .boxContentInfo .sboxContentInfo__desc {
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .bl-s-filter {
        height: 200px;
    }

    .sec-filter-house .topfilter {
        flex-wrap: wrap;
    }

    .topfilter .ms-options-wrap.topfilter__dropdown {
        max-width: 100%;
    }

    .sec-filter-house .topfilter {
        height: 110px;
    }
}

.d-flex-bv-tin-tuc .inner-image {
    float: left;
    margin-right: 15px;
    margin-bottom: 30px;
    padding-top: 0px;
}

.d-flex-bv-tin-tuc .inner-image img {
    width: 150px;
    height: 80px;
    position: static;
}

.brand-infore-doi-tac {
    padding: 4px 10px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    overflow: hidden;
}

footer {
    background-color: var(--color-highlight);
    padding-top: 45px;
}

footer * {
    color: white;
}

.info-category h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.content-category {
    height: 18.5rem;
    overflow: hidden;
}

.btn-show .btn-a {
    font-weight: bold;
    color: var(--color-main) !important;
    display: block;
    cursor: pointer;
}

.content-category.transform-active {
    display: block !important;
    max-height: unset;
    height: 100%;
}

.content-category.transform-active ~ .btn-show>.btn-s, .content-category ~ .btn-show>.btn-h {
    display: none;
}

.content-category.transform-active ~ .btn-show>.btn-h {
    display: block;
}

.acc-show {
    display: flex;
    flex-direction: column;
}

.title-footer {
    font-size: 1.9rem;
    font-weight: bold;
    color: white;
}

.footer-section ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 12px;
}

.footer-section ul li a {
    color: var(--white);
}

.footer-section ul li:last-child {
    margin-bottom: 0;
}

.bg-breadcrums {
    background-position: center;
    background-size: cover;
    padding: 100px 0 !important;
}

.breadcrumbs-section {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    align-items: center;
    font-size: 13px;
    line-height: 24px;
    justify-content: center;
}

.product-detail-head textarea#content {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    vertical-align: middle;
    border: 1px solid #dee2e6;
    border-radius: 0px;
    height: 66px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

.bg-chi-tiet-du-an {
    background-color: #e2b45f;
}

.title-project-detail {
    text-align: center;
    font-size: 3.5rem;
    text-transform: capitalize;
    padding-top: 15px;
    margin-bottom: 20px;
}

.title-project-detail2 {
    text-align: center;
    font-size: 2.5rem;
    text-transform: capitalize;
}

.link-nhom-project-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.link-nhom-project-detail a {
    background: #846c4c;
    color: white;
    padding: 10px;
    border-radius: 5px;
    transition: all .8s ease;
    position: relative;
    margin-right: 15px;
    font-weight: 700;
}

.link-nhom-project-detail a:hover {
    background: #6f5a3d;
    transform: translateY(-3px);
    bottom: 3px;
    position: relative;
}

.project-detail-logo-top img {
    width: 150px;
    height: auto;
    object-fit: cover;
}

/*CSS quyettq*/
/* ================= CONTAINER ================= */
.contact-fixed {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999;
}

/* ================= BUTTON ================= */
.contact-fixed__button {
    background: var(--blue);
    color: var(--white);
    padding: 12px 18px;
    border-radius: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.contact-fixed.active .contact-fixed__button {
    display: none;
    opacity: 0;
    visibility: hidden;
}

/* ================= CLOSE ================= */
.contact-fixed__close {
    width: 40px;
    height: 40px;
    background: var(--blue);
    color: var(--white);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    display: none;
    visibility: hidden;
    transform: scale(0.5);
    transition: .3s ease;
    position: relative;
    z-index: 123;
}

/* ================= LIST ================= */
.contact-fixed__list {
    position: absolute;
    bottom: 64px;
    right: 0;
    width: 280px;
    padding: 12px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);

    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: .3s ease;
    z-index: 2;
}

/* ================= ITEM ================= */
.contact-fixed__item {
    display: flex;
    gap: 12px;
    padding: 10px;
    border-radius: 8px;
    text-decoration: none;
    align-items: center;
}

.contact-fixed__item .contact-fixed__item-icon img {
    max-height: 36px;
}

.contact-fixed__item:hover {
    background: #f5f5f5;
}

/* ================= PULSATION ================= */
.contact-fixed__pulsation {
    position: absolute;
    inset: -5px;
    border-radius: 40px;
    background: rgb(54 143 255 / 35%);
    animation: pulse 2.2s infinite;
    z-index: 1;
}

.contact-fixed__pulsation:nth-child(4) {
    animation-delay: 1.1s;
}

/* ================= ACTIVE STATE ================= */
.contact-fixed.active .contact-fixed__list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.contact-fixed.active .contact-fixed__close {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    display: flex;
}

.contact-fixed.active .contact-fixed__pulsation {
    opacity: .2;
    transform: scale(.9);
}

/* ================= ANIMATION ================= */
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: .6;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

/*.tower-sheet-table tbody > tr + tr > td {*/
/*    max-width: 100px !important;*/
/*}*/
/*End quyettq*/