/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/

@import 'font.css';

.none {
    display: none !important;
}

.btn-contact-home {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    outline: none;
}

.home-contact-error {
    position: relative;
    font-family: roboR !important;
    font-size: 13px !important;
    position: absolute;
    right: calc(100% + 10px) !important;
    left: unset !important;
    white-space: nowrap;
    background-color: var(--tt-default-color);
    color: #fff !important;
    padding: 6px 10px !important;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .home-contact-error::before {
        content: '';
        position: absolute;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent transparent var(--tt-default-color);
        left: calc(100%);
    }

.drop-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: red;
    bottom: 0;
    right: 0;
    z-index: 2;
    display: none;
    pointer-events: none;
}

.my-discount {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: var(--tt-default-color);
    z-index: 2;
    display: flex;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    opacity: .9;
    color: #fff;
    transition: all linear .3s;
}

.hv:hover .my-discount {
    color: rgb(255, 206, 0);
    background-color: var(--tt-default-color-1);
    opacity: 1;
    font-weight: bold;
}

    .hv:hover .my-discount div::before {
        left: 127%;
        transition: all linear .5s;
        transition-delay: .2s;
    }

.my-discount div {
    position: relative;
    padding: 8px 14px;
    font-size: 13px;
    display: block;
    overflow: hidden;
}

    .my-discount div span {
        z-index: 2;
        position: relative;
    }

    .my-discount div::before {
        content: '';
        position: absolute;
        width: 15px;
        height: 200%;
        transform: rotate(33deg);
        top: -18px;
        background-color: rgb(255, 206, 0);
        left: -27px;
        opacity: .4;
    }

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


.options-bv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
}

    .options-bv .op-left {
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #4f4f4f;
        opacity: .5;
    }

        .options-bv .op-left .item:nth-child(2) {
            margin-left: 10px;
        }

.swiperBanner .grid.wide {
    position: absolute;
    top: 0;
}

.swiperBanner .swiper-button-prev {
    color: #fff;
    width: 58px;
    height: 58px;
    font-weight: bold;
    border-radius: 10px;
    opacity: .8;
    transform: translateX(-40px);
    transition: all linear .3s;
    background-color: rgb(255 255 255 / 20%) !important;
    border: 2px solid #fff;
    opacity: 1;
}


.swiperBanner:hover .swiper-button-prev {
    transform: translateX(0);
}

.swiperBanner:hover .swiper-button-next {
    transform: translateX(0);
}

.swiperBanner .swiper-button-prev:after {
    font-size: 20px;
}

.swiperBanner .swiper-button-next {
    color: #fff;
    width: 58px;
    height: 58px;
    border-radius: 10px;
    font-weight: bold;
    opacity: 0.8;
    transition: all linear .3s;
    transform: translateX(40px);
    background-color: rgb(255 255 255 / 20%) !important;
    border: 2px solid #fff;
    opacity: 1;
}

    .swiperBanner .swiper-button-next:hover {
        background-color: #90ce4e !important;
        border-color: #90ce4e;
        opacity: 0.8 !important;
    }

.swiperBanner .swiper-button-prev:hover {
    background-color: #90ce4e !important;
    border-color: #90ce4e;
    opacity: 0.8 !important;
}


.swiperBanner .swiper-button-next:after {
    font-size: 20px;
}

.no-data {
    font-size: 16px;
    color: var(--tt-default-color);
    display: none;
    font-weight: bold;
}

.no-datas {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.no-data.show {
    display: block;
    padding: 15px 0;
}

.bread-cum {
    width: 100%;
    height: 36px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 5px 0;
}

    .bread-cum .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .bread-cum .container a {
            font-size: 16px;
            color: #7f7f7f;
            -webkit-transition: all linear .2s;
            -o-transition: all linear .2s;
            transition: all linear .2s;
            text-transform: capitalize;
        }

            .bread-cum .container a:hover {
                color: var(--tt-default-color-1);
            }

        .bread-cum .container i {
            color: #7f7f7f;
            font-size: 15px;
            -webkit-transform: translateY(2px);
            -ms-transform: translateY(2px);
            transform: translateY(2px);
            padding: 0 6px;
            margin-bottom: 4px;
        }

            .bread-cum .container i:last-child {
                display: none;
            }

.right-sub .hot-pro {
    margin-top: 15px;
}

    .right-sub .hot-pro .heading {
        position: relative;
        color: #fff;
        font-size: 18px;
        font-family: 'roboB';
        background-color: #093c76;
        border-radius: 3px;
        padding: 12px 0;
        padding-left: 15px;
        display: flex;
        align-items: center;
    }

    .right-sub .hot-pro .content {
        padding: 20px 15px;
        border: 1px solid #DADDE1;
        border-top: none;
        margin-top: -1px;
        padding-bottom: 0;
        background-color: #f7f7f7;
    }

        .right-sub .hot-pro .content .item {
            margin-bottom: 10px;
        }

        .right-sub .hot-pro .content .img {
            height: 120px;
            position: relative;
            width: 100%;
            display: block;
            overflow: hidden;
        }

            .right-sub .hot-pro .content .img .title {
                position: unset;
                width: 100%;
                background-color: #fff;
                bottom: 0;
                left: 0;
                height: 30px;
                display: flex;
                align-items: center;
                padding: 0 5px;
                justify-content: center;
                transition: all linear .3s;
            }

            .right-sub .hot-pro .content .img:hover .title {
                /* background-color: #333333; */
            }

                .right-sub .hot-pro .content .img:hover .title span {
                    color: #226dc4;
                }


            .right-sub .hot-pro .content .img span {
                color: #333;
                font-size: 13px;
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                display: -webkit-box;
            }

            .right-sub .hot-pro .content .img img {
                transition: all linear .4s;
                height: 120px !important;
                overflow: hidden !important;
            }

        .right-sub .hot-pro .content .item:hover .img img {
            transform: scale(1.1);
            /* overflow: hidden; */
        }

span.title-pro-rightsub {
    font-size: 15px;
    font-family: 'roboR';
    color: var(--tt-default-color);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 3px;
    cursor: pointer;
}

    span.title-pro-rightsub:hover {
        color: #226dc4;
    }

.right-sub .hot-pro .content .img .img-decor {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    padding: 0 8px;
    z-index: 2;
    background: -webkit-gradient( linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.7)) );
    background: -o-linear-gradient( top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100% );
    background: linear-gradient( to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100% );
    width: 100%;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.right-sub .hot-pro .content .img:hover .img-decor .name,
.right-sub .hot-pro .content .img:hover .img-decor .des {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.right-sub .hot-pro .content .img:hover .img-decor .name {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.right-sub .hot-pro .content .img:hover .img-decor .des {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.right-sub .hot-pro .content .img .img-decor .name {
    font-size: 17px;
    font-family: 'barlowCSemiBold';
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 5px;
    -webkit-transform: translateY(700%);
    -ms-transform: translateY(700%);
    transform: translateY(700%);
    line-height: calc(100% + 5px);
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.right-sub .hot-pro .content .img .img-decor .des {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    display: -webkit-box;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-transform: translateY(750%);
    -ms-transform: translateY(750%);
    transform: translateY(750%);
    line-height: calc(100% + 5px);
    margin-bottom: 15px;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.right-sub .hot-pro .content .img:hover .img-decor {
    opacity: 1;
    top: 22%;
}

.right-sub .hot-pro .content .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 7px 4px;
    padding-bottom: 4px;
}

    .right-sub .hot-pro .content .center .name {
        font-size: 16px;
        font-family: helveNeueBold;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        color: #4f4f4f;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        transition: all ease .3s;
        text-transform: capitalize;
    }

.right-sub .hot-pro .content .item:hover .name {
    color: var(--tt-default-color);
}

.right-sub .hot-pro .content .center .description {
    font-size: 14px;
    color: #616161;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    padding-top: 5px;
    transition: all ease .3s;
}

.right-sub .hot-pro .content .center .code {
    font-size: 14.05px;
    color: #151515;
    padding-top: 2px;
}

.right-sub .hot-pro .content .bot {
    width: 100%;
    font-family: helveNeueMe;
    font-size: 15px;
    margin-top: 5px;
    color: #c01120;
    width: fit-content;
}

.right-sub .hot-pro .content .btn-cart {
    color: var(--tt-default-color);
    font-size: 20px;
    text-align: right;
    transition: all ease .2s;
}

    .right-sub .hot-pro .content .btn-cart i:hover {
        color: #4f4f4f;
    }
/* hot tt */
.right-sub .hot-tt {
    margin-top: 15px;
}

    .right-sub .hot-tt .heading {
        color: #fff;
        font-size: 18px;
        font-family: 'roboB';
        background-color: #093c76;
        border-radius: 3px;
        padding: 12px 0;
        padding-left: 20px;
    }

    .right-sub .hot-tt .content {
        background-color: #f7f7f7;
        padding: 5px 0;
        padding-bottom: 13px;
        border: 1px solid #DADDE1;
        margin-top: -1px;
    }

        .right-sub .hot-tt .content .item {
            border-radius: 5px;
            overflow: hidden;
            padding: 10px 15px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding-bottom: 0;
        }

            .right-sub .hot-tt .content .item .img {
                position: relative;
                height: 100px;
                width: 34%;
                overflow: hidden;
            }

                .right-sub .hot-tt .content .item .img img {
                    transition: all linear .4s;
                }

                .right-sub .hot-tt .content .item .img:hover img {
                    transform: scale(1.1);
                }

                .right-sub .hot-tt .content .item .img .decor {
                    position: absolute;
                    background-color: rgba(0, 0, 0, 0.534);
                    width: 100%;
                    height: 100%;
                    -webkit-transform: scale(.1);
                    -ms-transform: scale(.1);
                    transform: scale(.1);
                    opacity: 0;
                    z-index: 2;
                    -webkit-transition: all ease-in-out .4s;
                    -o-transition: all ease-in-out .4s;
                    transition: all ease-in-out .4s;
                    color: #fff;
                    font-size: 24px;
                }

                .right-sub .hot-tt .content .item .img:hover .decor {
                    -webkit-transform: scale(1);
                    -ms-transform: scale(1);
                    transform: scale(1);
                    opacity: 1;
                }

            .right-sub .hot-tt .content .item .text {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
                padding-left: 10px;
            }

                .right-sub .hot-tt .content .item .text .title {
                    font-size: 15px;
                    font-family: roboM;
                    line-height: calc(100% + 4px);
                    overflow: hidden;
                    -o-text-overflow: ellipsis;
                    text-overflow: ellipsis;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    margin-top: -4px;
                    color: var(--tt-default-color-1);
                    display: -webkit-box;
                    -webkit-transition: all ease .3s;
                    -o-transition: all ease .3s;
                    transition: all ease .3s;
                    text-transform: capitalize;
                }

a.tag-item-sidebar {
    border: 1px solid #333;
    font-size: 16px;
    color: #3c3c3c;
    font-family: roboR;
    margin: 2px;
    display: inline-block;
    border: 1px solid;
    padding: 2px 10px 4px;
    text-decoration: none;
    border-radius: 4px;
}

    a.tag-item-sidebar:hover {
        background: #333;
        color: #90ce4e;
        border: 1px solid #333;
        transition: all linear .1s;
    }

    a.tag-item-sidebar i {
        margin-right: 5px;
    }

.tag-lists-sidebar {
    margin-top: 10px;
}

.right-sub .hot-tt .content .item .text .title:hover {
    color: #90ce4e;
}

.right-sub .hot-tt .content .item .text .descrip {
    font-size: 15px;
    color: #616161;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    padding-top: 9px;
    line-height: calc(100% + 3px);
    margin-bottom: calc(23px - 15px);
}


.menu-rs {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999999999999999999999999999999999999999999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

    .menu-rs.show {
        pointer-events: all;
        opacity: 1;
    }

    .menu-rs .decor {
        position: relative;
        width: 100%;
        height: 100%;
    }

        .menu-rs .decor .item {
            position: absolute;
            width: 100%;
            height: calc(100% / 3);
            background-color: #093c76;
            -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            transform: translateX(-100%);
            -webkit-transition: all linear .2s;
            -o-transition: all linear .2s;
            transition: all linear .2s;
            -webkit-transition-delay: .2s;
            -o-transition-delay: .2s;
            transition-delay: .2s;
        }

    .menu-rs.show .decor .item {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .menu-rs .decor::before {
        content: '';
        border: none;
        position: absolute;
        width: 100%;
        height: calc((100% / 3) + 2px);
        top: 0;
        left: 0;
        background-color: #093c76;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all linear .3s;
        -o-transition: all linear .3s;
        transition: all linear .3s;
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s;
    }

    .menu-rs.show .decor::before {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .menu-rs .decor::after {
        content: '';
        position: absolute;
        width: 100%;
        height: calc((100% / 3) + 2px);
        border: none;
        bottom: 0;
        left: 0;
        background-color: #093c76;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all linear .3s;
        -o-transition: all linear .3s;
        transition: all linear .3s;
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s;
    }

    .menu-rs.show .decor::after {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .menu-rs .container {
        position: absolute;
        z-index: 4;
    }

        .menu-rs .container .logo {
            position: relative;
            padding: 36px 0;
            -webkit-transform: translateY(50px);
            -ms-transform: translateY(50px);
            transform: translateY(50px);
            opacity: 0;
            -webkit-transition: all linear .3s;
            -o-transition: all linear .3s;
            transition: all linear .3s;
            -webkit-transition-delay: .5s;
            -o-transition-delay: .5s;
            transition-delay: .5s;
        }

            .menu-rs .container .logo img {
                position: absolute;
            }

            .menu-rs .container .logo .logo-chinh-rs {
                position: absolute;
                width: unset;
            }

    .menu-rs.show .container .logo {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .menu-rs .container .tenct {
        font-size: 25px;
        color: #90ce4e;
        text-align: center;
        padding-right: 60px;
        opacity: 0;
    }

    .menu-rs.show .container .tenct {
        opacity: 1;
        padding-right: 0;
        transition: all linear .3s;
        transition-delay: .6s;
        text-transform: capitalize;
    }



    .menu-rs .decor-close {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        cursor: pointer;
        z-index: 5;
        right: 20px;
        top: 20px;
        width: 35px;
        height: 35px;
    }

    .menu-rs.show .decor-close::after {
        -webkit-transform: translateX(0) translateY(0) rotate(-45deg);
        -ms-transform: translateX(0) translateY(0) rotate(-45deg);
        transform: translateX(0) translateY(0) rotate(-45deg);
        opacity: 1;
        pointer-events: none;
        -webkit-transition-delay: .7s;
        -o-transition-delay: .7s;
        transition-delay: .7s;
    }


    .menu-rs.show .decor-close::before {
        -webkit-transform: translateX(0) translateY(0) rotate(45deg);
        -ms-transform: translateX(0) translateY(0) rotate(45deg);
        transform: translateX(0) translateY(0) rotate(45deg);
        -webkit-transition-delay: .7s;
        -o-transition-delay: .7s;
        transition-delay: .7s;
        opacity: 1;
        pointer-events: none;
    }

    .menu-rs .decor-close::before {
        content: '';
        position: absolute;
        width: 30px;
        height: 6px;
        border-radius: 40px;
        background-color: #fff;
        -webkit-transform: translateX(-60px) translateY(-60px) rotate(45deg);
        -ms-transform: translateX(-60px) translateY(-60px) rotate(45deg);
        transform: translateX(-60px) translateY(-60px) rotate(45deg);
        opacity: 0;
        -webkit-transition: all linear .2s;
        -o-transition: all linear .2s;
        transition: all linear .2s;
    }

    .menu-rs .decor-close::after {
        content: '';
        position: absolute;
        width: 30px;
        height: 6px;
        border-radius: 40px;
        -webkit-transform: translateX(60px) translateY(-60px) rotate(-45deg);
        -ms-transform: translateX(60px) translateY(-60px) rotate(-45deg);
        transform: translateX(60px) translateY(-60px) rotate(-45deg);
        background-color: #fff;
        opacity: 0;
        -webkit-transition: all linear .2s;
        -o-transition: all linear .2s;
        transition: all linear .2s;
    }

    .menu-rs .container .content {
        /* display: block; */
        display: -ms-flexbox;
        display: block;
        padding-top: 10px;
        padding-left: 95px;
        /* justify-content: center; */
    }

.wp-res-full li {
    list-style: none;
    /* padding: 10px 0; */
    text-align: center;
}

    .wp-res-full li a {
        color: #fff;
        font-size: 15px;
        font-family: roboR;
    }

.menu-rs .container .content .left {
    position: relative;
    width: 50%;
    padding: 0 10px;
}

    .menu-rs .container .content .left li {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 15px;
    }

        .menu-rs .container .content .left li a {
            font-size: 30px;
            font-family: helveNeueBold;
            margin: 15px 0;
            color: #fff;
            -webkit-transition: all linear .3s;
            -o-transition: all linear .3s;
            transition: all linear .3s;
            -webkit-transform: translateX(-100px);
            -ms-transform: translateX(-100px);
            transform: translateX(-100px);
            opacity: 0;
        }

.menu-rs.show .container .content .left li a {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    text-align: center;
}

.menu-rs .container .content .left li a:hover {
    color: #fcf17e;
}

.menu-rs .container .content .right {
    width: 50%;
}

    .menu-rs .container .content .right h3 {
        position: relative;
        text-align: center;
        font-size: 40px;
        color: var(--default-color);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px;
        -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        transform: translateY(-40px);
        opacity: 0;
        -webkit-transition: all linear .5s;
        -o-transition: all linear .5s;
        transition: all linear .5s;
        -webkit-transition-delay: .4s;
        -o-transition-delay: .4s;
        font-family: helveNeueBold;
        transition-delay: .4s;
    }

.menu-rs.show .container .content .right h3 {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    color: rgb(255, 206, 0);
}

.menu-rs .container .content .right h3::before {
    content: '';
    position: absolute;
    width: 10%;
    height: 2px;
    opacity: 0;
    background-color: rgb(255, 206, 0);
    border-radius: 5px;
    top: calc(100% + 18px);
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    transition-delay: .9s;
}

.menu-rs.show .container .content .right h3::before {
    width: 60%;
    opacity: 1;
}

.menu-rs .container .content .right .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 15px;
    height: 434px;
    padding-top: 15px;
    margin-top: 25px;
    padding-bottom: 15px;
    overflow-x: hidden;
    overflow-y: overlay;
}

    .menu-rs .container .content .right .content a {
        font-size: 30px;
        margin: 25px 0;
        color: #fff;
        text-align: center;
        -webkit-transition: all linear .3s;
        -o-transition: all linear .3s;
        transition: all linear .3s;
        -webkit-transform: translateY(60px);
        -ms-transform: translateY(60px);
        transform: translateY(60px);
        opacity: 0;
        -webkit-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s;
    }

.menu-rs.show .container .content .right .content a {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    text-transform: capitalize;
}

.menu-rs .container .content .right .content a:hover {
    color: #fcf17e;
}


.pager {
    padding: 18px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
}

    .pager span {
        color: #4d4d4d;
        margin: 0 5px;
        position: relative;
        font-size: 15px;
        text-transform: inherit;
        font-weight: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        padding-right: 26px;
        justify-content: center;
        color: #fff;
        border: 1px solid #90ce4e;
        background: #90ce4e;
        transition: all linear .2s;
        font-family: roboR;
        border: 1px solid #bababa;
        border-radius: 5px;
        padding: 4px 8px;
    }

    .pager a {
        background: var(--tt-default-color);
        margin: 0 5px;
        color: #4d4d4d;
        margin: 0 5px;
        position: relative;
        font-size: 15px;
        text-transform: inherit;
        font-weight: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        padding-right: 26px;
        justify-content: center;
        color: #fff;
        border: 1px solid #90ce4e;
        transition: all linear .2s;
        font-family: roboR;
        border: 1px solid #bababa;
        border-radius: 5px;
        padding: 4px 8px;
    }

}

.pager a:hover {
    text-decoration: underline;
}


.menu-rs .container .bot {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 25px;
    align-items: center;
    justify-content: center;
    /* background: #333; */
}

    .menu-rs .container .bot a {
        font-size: 20px;
        color: #fff;
        font-family: 'roboR';
        line-height: calc(100% + 5px);
        margin: 10px 0;
        text-align: center;
    }


.back-to-top {
    position: fixed;
    right: 48%;
    bottom: 15px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    background-color: var(--tt-default-color);
    color: #fff;
    z-index: 99999;
    font-size: 24px;
    opacity: 0;
    transition: all linear .3s;
    pointer-events: none;
}

    .back-to-top.show {
        opacity: 1;
        pointer-events: all;
    }


.zalo {
    position: fixed;
    right: 14px;
    bottom: 107px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 999;
    background-color: #0A7CFF;
}

.message .icon {
    position: fixed;
    right: 14px;
    bottom: 189px;
    width: 40px;
    display: flex;
    height: 40px;
    cursor: pointer;
    user-select: none;
    border-radius: 50%;
    z-index: 999;
    align-items: center;
    justify-content: center;
    background-color: #0A7CFF;
}

    .message .icon img {
        pointer-events: none;
    }

.message .content {
    position: fixed;
    right: 15px;
    opacity: 0;
    pointer-events: none;
    z-index: 999;
    bottom: 69px;
    transition: all ease .3s;
}

    .message .content.show {
        opacity: 1;
        pointer-events: all;
        right: 84px;
    }


.hotline-phone-ring-wrap {
    position: fixed;
    bottom: -11px;
    right: -24px;
    z-index: 999999;
}

    .hotline-phone-ring-wrap.sdt-2 {
        bottom: 90px;
        left: -20px;
    }

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.hotline-phone-ring-circle {
    width: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
    pointer-events: none;
}

.hotline-phone-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    pointer-events: none;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

/*hot line*/

.hotline-phone-ring-img-circle {
    background-color: #e60808;
    width: 33px;
    height: 33px;
    top: 36px;
    left: 36px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .hotline-phone-ring-img-circle .pps-btn-img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .hotline-phone-ring-img-circle .pps-btn-img img {
            width: 20px;
            height: 20px;
        }

    .hotline-phone-ring-img-circle span {
        position: absolute;
    }

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}



.mini-cart {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 12px;
    bottom: 200px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    z-index: 999;
    font-size: 16px;
    background-color: #fff;
    color: #4f4f4f;
    box-shadow: 0 0 6px 3px #4f4f4f59;
    transition: all linear .3s;
}

.gm {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: fixed;
    right: 14px;
    background-color: green;
    bottom: 276px;
    z-index: 999;
}

    .gm img {
        width: 75%;
        height: 75%;
        border-radius: 50%;
    }

    .gm .decor-1 {
        background-color: green !important;
    }

    .gm .decor-2 {
        border-color: green !important;
    }

.mini-cart:hover {
    color: #fff;
    background-color: var(--tt-default-color);
}

.mini-cart span {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
}

.help-cart {
    text-align: right;
}

.right-sub .hot-tt .heading {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 15px;
}

    .right-sub .hot-tt .heading img {
        position: absolute;
        width: 48px;
        left: 0;
    }

.project-child-relate .pro.content-item {
    box-shadow: -4px 15px 20px -21px rgb(0 0 0 / 48%);
}

.pro.content-item {
    position: relative;
    width: 100%;
    transition: all linear 240ms;
    margin-bottom: 10px;
    padding: 6px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 15px 80px -30px rgb(0 0 0 / 48%);
}

    .pro.content-item .img {
        position: relative;
        height: 242px;
        width: 100%;
        display: block;
        background-color: #fff;
        overflow: hidden;
    }

.project.content-item .img {
    position: relative;
    height: 262px;
}

.pro1.content-item1 .img {
    position: relative;
    height: 215px;
    width: 100%;
    display: block;
    background-color: #fff;
    overflow: hidden;
}

    .pro.content-item .img img, .pro1.content-item1 .img img {
        transition: all linear 0.1s;
        border-radius: 5px 5px 0 0;
        background: #133251;
    }

.pro.content-item:hover .img img, .pro1.content-item1:hover .img img {
    transform: scale(1.1);
}

.pro1.content-item1 .bottom-content-pro a, .pro1.content-item1 .bottom-content-pro span {
    transition: all linear .3s;
}

.pro1.content-item1:hover .bottom-content-pro {
    color: #4a2e8b;
    /* background: #f5a922; */
}

    .pro1.content-item1:hover .bottom-content-pro .center-pro a {
        color: #4a2e8b;
    }

    .pro1.content-item1:hover .bottom-content-pro .center-pro span {
        color: #333;
    }

.pro.content-item .img .img-decor {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    padding: 0 15px;
    z-index: 2;
    background: -webkit-gradient( linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.7)) );
    background: -o-linear-gradient( top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100% );
    background: linear-gradient( to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100% );
    width: 100%;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.pro.content-item .img:hover .img-decor .name,
.pro.content-item .img:hover .img-decor .des {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    text-transform: capitalize;
}



.pro.content-item .img:hover .img-decor .name {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.pro.content-item .img:hover .img-decor .des {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.pro.content-item .img .img-decor .name {
    font-size: 21px;
    font-family: 'barlowCSemiBold';
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 5px;
    -webkit-transform: translateY(700%);
    -ms-transform: translateY(700%);
    transform: translateY(700%);
    line-height: calc(100% + 5px);
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.pro.content-item .img .img-decor .des {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    display: -webkit-box;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-transform: translateY(750%);
    -ms-transform: translateY(750%);
    transform: translateY(750%);
    line-height: calc(100% + 5px);
    margin-bottom: 15px;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.pro.content-item .img:hover .img-decor {
    opacity: 1;
    top: 22%;
}

.pro.content-item .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    /* height: 76px; */
    padding-left: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .pro.content-item .center .name {
        font-size: 16px;
        color: var(--tt-default-color);
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-align: left;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-transition: all linear .2s;
        -o-transition: all linear .2s;
        transition: all ease .3s;
        font-family: roboM;
        padding-top: 15px;
        /* padding-bottom: 7px; */
        position: relative;
    }

.pro.content-item:hover .center {
    /*background-color: var(--tt-default-color);*/
}

    .pro.content-item:hover .center .name,
    .pro.content-item:hover .center .located,
    .pro.content-item:hover .center .located i {
        /* color: #fff;*/
    }

.pro.content-item:hover {
    box-shadow: 0px 15px 80px -30px rgb(0 0 0 / 60%);
    /* border-radius: 10px; */
    transform: translate3d(0px, -1px, 800px) perspective(200px);
}

    .pro.content-item:hover svg, .pro.content-item:hover svg rect {
        stroke: #6cbd45;
        stroke-width: 2px;
        animation: animate 2s linear infinite;
        stroke-dasharray: 100%;
        /* border-radius: 10px; */
    }

.project.content-item .center .located {
    height: 19px;
    padding-bottom: 0 !important;
}

.pro.content-item .center .located {
    font-size: 15px;
    color: #7dc650;
    font-family: roboM;
    margin-top: 2px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    text-align: left;
    -webkit-box-orient: vertical;
    padding-bottom: 10px;
    display: -webkit-box;
}

    .pro.content-item .center .located i {
        color: #a8a8a8;
        font-size: 14px;
        padding-right: 0;
    }

.same-project .pro.content-item .center .located i {
    padding-right: 7px;
}


.pro.content-item .center .code {
    font-size: 17.05px;
    color: #151515;
    padding-top: 8px;
}

.pro.content-item .bot {
    width: 100%;
    font-family: helveNeueMe;
    font-size: 18px;
    color: #cd120e;
    padding: 14px;
    display: flex;
    align-items: center;
    padding-top: 0;
    position: relative;
}

    .pro.content-item .bot .container {
        width: 100%;
        position: relative;
        border-top: 1px solid #cbcbcb;
        padding-top: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .pro.content-item .bot .container .status-pro {
            color: #6e6e6e;
            font-family: helveNeueRe;
            font-size: 15px;
        }

    .pro.content-item .bot span {
        display: flex;
        align-items: center;
        font-family: helveNeueRe;
        font-size: 18px;
        padding-top: 4px;
    }

        .pro.content-item .bot span i {
            padding-right: 3px;
        }

        .pro.content-item .bot span sup {
            text-decoration: underline;
            margin-top: 1px;
        }

    .pro.content-item .bot .btn-cart {
        position: absolute;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background-color: var(--tt-default-color);
        color: #fff;
        font-size: 14px;
        right: 0;
        transition: all linear .2s;
        border: 1px solid transparent;
    }

.col:nth-child(2) .pro.content-item .check-new {
    display: block;
}

.col:nth-child(3) .pro.content-item .check-new {
    display: block;
}


.check-new {
    position: absolute;
    right: -3px;
    top: -3px;
    z-index: 2;
    display: none;
}

    .check-new .container {
        position: relative;
    }

        .check-new .container img {
            transform: scale(1) !important;
        }

        .check-new .container span {
            position: absolute;
            color: #fff;
            right: 17px;
            top: 6px;
            font-size: 15px;
            font-family: helveNeueBold;
        }

.pro.content-item .bot .btn-cart:hover {
    background-color: #0d5598;
}

.pro.content-item .bot .btn-cart i {
    margin-top: 2px;
}

main {
    position: relative;
}

.company-category {
    position: absolute;
    z-index: 9;
    bottom: -95px;
    width: 100%;
    display: flex;
    justify-content: center;
}


h3.top-construction-title {
    text-align: center;
    font-size: 32px;
    color: #434343;
    font-family: playsb;
    position: relative;
    margin-bottom: 20px;
    margin-top: 12px;
}

span.slogan-construction-top {
    text-align: center;
    font-size: 16px;
    font-family: 'roboR';
    color: #363636;
    line-height: 1.5;
    /* padding-top: 18px; */
}

.c-tabs-nav {
    text-align: center;
    background: #ffffff;
    background-size: cover;
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: auto;
    margin-bottom: 67px;
}

    .c-tabs-nav a {
        font-size: 15px;
        color: #093c76;
        font-family: 'roboM';
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 202px;
        height: 64px;
        position: relative;
    }

        .c-tabs-nav a img {
            padding-right: 7px;
        }

a.c_link.is-active img, a.c_link:hover img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.c-tabs-nav a:before {
    content: "";
    position: absolute;
    background: #9db1c8;
    width: 2px;
    height: 26px;
    left: 0;
    top: 20px;
}

.c-tabs-nav a:nth-child(1):before {
    content: unset;
}

a.c_link.is-active {
    background: #90ce4e;
    border-radius: 5px;
    color: #fff;
}

li.product-building-materials-home {
    list-style: none;
    border-radius: 5px;
    position: relative;
}

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

.img-building-materials-home img {
    display: block;
    width: 100%;
    height: 275px;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    transition: all .3s;
    background: #FFFF;
}

li.product-building-materials-home:hover .img-building-materials-home img {
    transform: scale(1.1);
}

.wp-building-materials-home {
    background: url(/Design/img/XayDungQuocHai/Product/decorBack.png) no-repeat;
    padding-top: 188px;
    background-size: cover;
    padding-bottom: 87px;
}

.title-building-materials-home {
    font-size: 36px;
    font-family: roboBlack;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 19px;
    position: relative;
}

span.slogan-building-materials-home {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    font-family: roboR;
    line-height: 1.5;
}

h1.title-building-materials-home:after {
    content: "";
    position: absolute;
    background: green;
    width: 54px;
    height: 2px;
    bottom: 0;
    left: calc(50% - 17px);
}


a.c_link:hover {
    background: #90ce4e;
    border-radius: 5px;
    color: #fff;
    transition: all linear .2s;
}



img.name-compa-home {
    /* text-align: center; */
    /* display: block; */
    margin-top: 64px;
}

div#tabs {
    margin-top: 45px;
}

ul.construction-list li {
    list-style-type: none;
    box-sizing: border-box;
    position: relative;
    transition: 0.5s;
    /* overflow: hidden; */
    width: 100% !important;
    height: 390px;
    margin: auto !important;
    padding: 0;
    border: none;
}



.c-content {
    overflow: hidden;
}

.c-tab {
    opacity: 0;
    overflow: hidden;
    /* padding-bottom: 82px; */
    height: 0;
    pointer-events: none;
}

    .c-tab.is-active {
        opacity: 1;
        overflow: visible;
        pointer-events: all;
        transition: all linear .3s;
        height: auto;
    }

h6.title-about-top {
    color: #504538;
    font-size: 17px;
    font-family: helveNeueRe;
    font-weight: 500;
    margin: 0;
}

.home-about .container .item.left h3 {
    color: #90ce4e;
    font-size: 16px;
    font-family: roboR;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    padding-top: 20px;
    position: relative;
    padding-left: 12px;
}

    .home-about .container .item.left h3:before {
        content: "";
        position: absolute;
        background: #093c76;
        left: 0;
        top: 16px;
        width: 3px;
        height: 25px;
    }

.decor-title-slogan-about-home span {
    font-size: 15px;
    width: 163px;
    height: 49px;
    color: #093c76;
    line-height: 1.5;
    font-family: roboB;
    text-align: left;
    display: block;
}

.bottom-info-detail-about-home {
    display: flex;
    align-items: center;
    padding-top: 29px;
    border-top: 1px solid #afbfd3;
    padding-bottom: 17px;
}

.decor-check-about {
    width: 46px;
    height: 49px;
    background: #093c76;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    margin-right: 10px;
}

.decor-title-slogan-about-home {
    display: flex;
    align-items: center;
}

.wp-about-home .item.left {
    float: left;
    width: 41%;
}

.home-about .container .item.left section p {
    text-align: left;
    font-size: 16px;
    color: #575757;
    font-family: helveNeueRe;
    line-height: calc(100% + 7px);
    margin: 10px 0;
}

ul.company-category-list {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 38px;
    row-gap: 20px;
    /* padding-left: 0; */
    /* background: #fff; */
    padding: 37px;
    border-radius: 0 0 25px 25px;
    position: relative;
}

    ul.company-category-list:after {
        content: "";
        position: absolute;
        width: 1169px;
        height: 98px;
        bottom: -3px;
        background: url(/Design/img/XayDungQuocHai/About/decorBackBottom.png);
        z-index: -1;
    }

li.item-cate-company:last-child {
    border-right: 0;
}

li.item-cate-company:nth-child(1) {
    /* padding-left: 41px; */
    /* border-right: 1px solid #8c847c; */
}

li.item-cate-company {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    list-style-type: none;
    padding-left: 35px;
    padding-top: 21px;
    padding-bottom: 21px;
    background: #052f7e;
    border-bottom: 2px solid #90ce4e;
    border-radius: 6px 6px 0 0;
}

h3.title-cate-compa {
    color: #90ce4e;
    font-size: 18px;
    font-family: roboM;
    font-weight: 500;
    /* text-transform: uppercase; */
    margin-bottom: 3px;
    margin-top: 5px;
}

span.content-cate-compa {
    font-size: 15px;
    color: #fdfdfd;
    font-family: roboM;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* height: 90px; */
    /* margin-bottom: 62px; */
}

.company-category .grid.wide {
    max-width: 1169px;
}

.img-icon-compa {
    /* margin-top: 74px; */
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    width: 83px;
    height: 83px;
    margin: auto;
    background: url(/Design/img/XayDungQuocHai/QuyTrinh/decor.png) no-repeat;
    background-size: cover;
    float: left;
}

.right-cate-compa {
    float: right;
    width: 68%;
    padding-right: 29px;
}


.wp-right-tab-pro-home {
    display: flex;
    justify-content: center;
    align-items: center;
}

.help-space-mail {
    width: 100%;
    height: calc(66px - 19px);
    background-color: #f3f3f3;
}

.add-mail {
    width: 100%;
    height: 309px;
    background: #8c6736;
    background-image: url(/Design/img/banner-form.png);
    background-size: cover;
    background-repeat: no-repeat;
}

    .add-mail .container {
        flex-direction: column;
    }

        .add-mail .container .title {
            font-size: 32px;
            margin: 0;
            font-family: pm;
            color: #f0b863;
            font-weight: 500;
            margin-bottom: 14px;
        }

.center-form {
    position: relative;
    margin: 17px 5px;
}

.add-mail .container .descrip {
    font-size: 17px;
    margin: 0;
    color: #fff;
    font-family: pr;
    font-weight: 500;
}

.add-mail .container .form {
    display: flex;
}

    .add-mail .container .form .form-group {
        width: 353px;
        height: 42px;
        position: relative;
        border: 1px solid #afada8;
        border-radius: 3px;
        background-color: #ffffff;
        padding: 5px;
        box-sizing: border-box;
        /* margin: 10px 5px; */
        display: flex;
        align-items: center;
    }

        .add-mail .container .form .form-group span {
            position: absolute;
            font-size: 15.16px;
            color: #bcbcbc;
            font-family: pr;
            pointer-events: none;
            right: 0;
            left: 15px;
            transition: all linear .3s;
        }

            .add-mail .container .form .form-group span.active {
                left: unset;
                right: 55px;
                color: var(--tt-default-color);
                background-color: #fff9;
                padding: 5px 8px;
                font-size: 13px;
            }

        .add-mail .container .form .form-group input {
            border: none;
            outline: none;
            width: 100%;
            height: 100%;
            padding: 0 15px;
            background-color: transparent;
            padding-right: 120px;
        }

    .add-mail .container .form .right .form-group:nth-child(2) {
        height: 93px;
    }

        .add-mail .container .form .right .form-group:nth-child(2) span {
            top: 10px;
        }

    .add-mail .container .form .form-group textarea {
        border: none;
        outline: none;
        width: 100%;
        resize: none;
        height: 100%;
        padding: 0 15px;
        padding-top: 7px;
        background-color: transparent;
    }

    .add-mail .container .form .form-group.text span.active {
        left: unset;
        right: 55px;
        top: unset;
        bottom: 10px;
    }

    .add-mail .container .form .btn {
        background-color: #4a2e8b;
        width: fit-content;
        height: 42px;
        /* margin-top: -1px; */
        /* margin-right: 5px; */
        /* float: right; */
        user-select: none;
        box-sizing: border-box;
        border-radius: 0 3px 3px 0;
        border: 1px solid #50453a;
        transition: all linear .3s;
        position: absolute;
        top: 0;
        right: 0;
    }

        .add-mail .container .form .btn img {
            position: relative;
            top: -33px;
            left: 15px;
        }

        .add-mail .container .form .btn .btn-contact-home {
            color: #fff;
            font-family: saB;
            cursor: pointer;
            padding: 8px 19px;
            margin-top: 8px;
            margin-left: 13px;
            font-size: 15px;
            text-transform: uppercase;
            background: url(/Design/img/icon-sent.png) no-repeat;
        }

        .add-mail .container .form .btn:hover {
            color: #fff;
            background-color: #f7a852;
            border-color: transparent;
        }

.icon-fix .icon img {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    transform: scale(0.6);
}

.icon-fix img {
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.icon-fix .decor-1 {
    position: absolute;
    width: 140%;
    height: 140%;
    border-radius: 50%;
    background-color: #0A7CFF;
    opacity: .4;
    animation: forDecor-1 linear 1s infinite;
    pointer-events: none;
}

.icon-fix .decor-2 {
    position: absolute;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #0A7CFF;
    animation: forDecor-2 linear 1s infinite;
    transition-delay: 1s;
    pointer-events: none;
}

@keyframes forDecor-2 {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    100% {
        transform: scale(1.4);
        opacity: 1;
    }
}

@keyframes forDecor-1 {
    0% {
        transform: scale(1);
    }

    80% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes animate {
    0% {
        stroke-dashoffset: 200%;
        stroke-opacity: .8;
    }

    100% {
        stroke-dashoffset: 0%;
        stroke-opacity: 0;
    }
}

svg.product-decor-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* border-radius: 10px; */
    fill: transparent;
}

rect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* border-radius: 10px; */
    height: 100%;
    fill: transparent;
}

.wp-about-img {
    overflow: hidden;
}

ul.list-content-about-bottom {
    padding-left: 0;
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    column-gap: 15px;
    row-gap: 15px;
    padding-bottom: 22px;
}

    ul.list-content-about-bottom li {
        list-style: none;
        font-size: 15px !important;
        line-height: 1.5;
        font-family: 'roboR';
        padding-left: 23px;
        color: #4f4f4f;
        background-image: url(/Design/img/decor-checked.png);
        background-repeat: no-repeat;
        background-size: 20px 20px;
        background-position: 0px 0px;
    }

a.btn-more {
    background: #093c76;
    color: #fff;
    width: 196px;
    height: 49px;
    border-radius: 0 4px 4px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 19px;
    text-transform: uppercase;
    font-family: roboM;
    font-size: 15px;
    position: relative;
}

.wp-about-info-home h4 {
    font-size: 29.66px;
    color: #787878;
    font-family: roboM;
    font-weight: 500;
    margin: 0;
    padding-top: 10px;
}

.wp-about-home .item.right {
    float: right;
    width: 58%;
}

.wp-about-info-home h6 {
    font-size: 48px;
    color: #093c76;
    font-family: roboBlack;
    margin: 0;
}

.list-content-about-right-home img.imgAboutHome {
    display: block;
    width: 378px;
    height: 464px;
    object-fit: cover;
}

.list-content-about-right-home {
    display: flex;
}

span.num-size-strenghts-about, span.decorCong {
    font-size: 41.18px;
    color: #093c76;
    font-family: roboBlack;
}

li.item-strenghts-about-right {
    list-style: none;
    padding: 26px 26px;
    border: 1px solid #81a5ce;
    border-radius: 5px;
}

span.decorCong {
    padding-left: 1px;
}

p.title-size-strenghts-about {
    font-size: 15px;
    color: #90ce4e;
    font-family: roboR;
    margin: 0;
    margin-top: 3px;
}

ul.list-strenghts-about-right {
    padding: 0;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(1,minmax(0,1fr));
    column-gap: 20px;
    row-gap: 20px;
    padding-left: 30px;
}

.left-count-box {
    padding-top: 19px;
    position: relative;
    width: 204px;
}

    .left-count-box:before {
        content: "";
        position: absolute;
        background: #90ce4e;
        width: 37px;
        height: 2px;
        top: 0;
    }

.wp-about-home {
    padding-top: 74px;
    padding-bottom: 170px;
    position: relative;
    background: url(/Design/img/XayDungQuocHai/About/decorBack.png) no-repeat;
    background-size: cover;
}

section.content-about-home-left div span {
    display: block;
    font-size: 15px !important;
    color: #4f4f4f;
    font-family: roboR;
    padding-top: 27px;
    padding-bottom: 18px;
    line-height: 1.5;
    padding-right: 69px;
}

a.btn-more span:before {
    content: "";
    position: absolute;
    background: #90ce4e;
    width: 3px;
    height: 100%;
    left: 0;
    top: 0;
}

.list-size-compa {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-top: 60px;
    padding-bottom: 53px;
}

p.title-size-compa {
    font-size: 18px;
    color: #fefefe;
    font-family: playm;
    margin: 0;
}

span.num-size-compa {
    font-size: 38.97px;
    color: #90ce4e;
    font-family: pb;
    padding-left: 5px;
}

.count-box {
    position: relative;
    display: flex;
    align-items: center;
}

    .count-box img {
        position: absolute;
        top: 0;
        right: 0;
    }

section#facts {
    background: url(/Design/img/decor-Quymo.png) no-repeat;
    background-size: cover;
}

.item-size-compa {
    text-align: center;
    border-right: 1px solid #536e7e;
}

    .item-size-compa:nth-child(2) {
        /* padding: 0 10px; */
        width: 106%;
    }

        .item-size-compa:nth-child(2) .count-box {
            padding-top: -10px;
            position: relative;
            top: -3px;
        }

    .item-size-compa:nth-child(3) {
        /* padding: 0 19px; */
        width: 115%;
    }

    .item-size-compa .count-box:after {
        content: "\2b";
        font-family: fontawesome;
        position: absolute;
        right: 68px;
        top: 27px;
        font-size: 27px;
        /* z-index: 999; */
        color: #90ce4e;
    }

    .item-size-compa:nth-child(1) .count-box:after {
        right: 123px;
        top: 21px;
    }

    .item-size-compa:nth-child(3) .count-box:after {
        right: 83px;
        top: 24px;
    }

    .item-size-compa:nth-child(4) .count-box:after {
        right: -26px;
        top: 22px;
    }

    .item-size-compa:first-child {
        text-align: left;
        width: 103%;
    }

    .item-size-compa:last-child {
        text-align: right;
        border-right: unset;
    }

        .item-size-compa:last-child .count-box {
            padding-top: 7px;
        }

.wp-name-pro-title p {
    font-size: 16px;
    font-family: roboR;
    color: #595959;
    font-weight: 500;
    text-transform: initial;
    margin: 0;
}

.wp-name-pro-title {
    padding-left: 11px;
    border-left: 3px solid #90ce4e;
}

.home-hot-pro .grid.wide {
    max-width: 1300px;
}

@media (min-width: 1400px) {
    .logo-compa {
        position: absolute !important;
        left: 0;
        z-index: 999;
    }
}

a.item-pro-home-show {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

    a.item-pro-home-show img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: unset;
    }

.logo-fix-compa {
    display: none;
}

header .bottom .logo-fix-compa-drop-greenHouse {
    display: none;
}

header .bottom.active .logo-fix-compa {
    display: block;
    width: 100% !important;
    height: 100% !important;
    left: -1px;
}

header .bottom.active .logo-fix-compa-drop-greenHouse {
    display: block;
}

header .bottom.active .logo-fix-compa canvas {
    width: 48%;
    /* left: -79px; */
}

header .bottom.active .logo-fix-compa-drop-greenHouse canvas {
    width: 48%;
    top: 29px;
    right: 0;
}

header .bottom.active .icon-search i {
    background: #093c76;
}

.display-res-title {
    display: none;
}

.wp-header-top {
    background: url(/Design/img/XayDungQuocHai/header/decorBack.png) no-repeat;
    border-top: 3px solid #90ce4e;
    background-size: 100% 100%;
}

    .wp-header-top .grid.wide {
        position: relative;
    }

.wp-right-tab-mobile {
    display: none;
}


.dislay-mobile-compa {
    display: none;
}


/*Code San Pham*/
h2.name-building-materials-home {
    margin: 0;
    /* margin-bottom: 7px; */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

    h2.name-building-materials-home a {
        font-size: 20px;
        color: #226dc4;
        font-family: 'roboM';
    }

li.product-building-materials-home:hover .content-pro-building-materials-home {
    background: #90ce4e;
}

li.product-building-materials-home:hover h2.name-building-materials-home a {
    color: #fff;
}

.content-pro-building-materials-home {
    background: #ffffff;
    padding: 6px 10px;
    border-radius: 0 0 5px 5px;
}

li.product-building-materials-home:hover span.price-building-materials-home {
    color: #fff;
    background: rgb(9 60 117 / 0%);
}

span.price-building-materials-home {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 15px;
    color: #6ca134;
    font-family: 'roboM';
    width: 130px;
    height: 37px;
    /* background: rgb(144 206 78 / 20%); */
    border-radius: 50px;
}

.bottom-building-materials-home .grid.wide {
    max-width: 1175px;
}

.item-building-materials-home {
    border-radius: 5px;
}

.img-building-materials-home {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

li.product-building-materials-home:after {
    content: "";
    position: absolute;
    width: 285px;
    height: 27px;
    bottom: -22px;
    background: url(/Design/img/XayDungQuocHai/Product/dropShadowSP.png) no-repeat;
}

.detail-product-view-home a {
    font-size: 15px;
    color: #939392;
    font-family: 'roboM';
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fcfcfc;
    width: 154px;
    height: 50px;
    font-weight: 500;
    border-radius: 5px;
    margin: auto;
    text-transform: uppercase;
}

.detail-product-view-home {
    margin-top: 54px;
}

li.product-building-materials-home:hover img.decorPriceHome {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

img.decorPriceHome {
    padding-right: 4px;
    position: relative;
    top: -1px;
}


/*Cong trinh thuc hien*/
.wp-contrustion-home {
    background: url(/Design/img/XayDungQuocHai/CongTrinhThucHien/decorBack2.png) no-repeat;
    background-size: cover;
    padding-top: 99px;
    padding-bottom: 69px;
}

h2.title-contrustion-home {
    margin: 0;
    font-size: 34px;
    font-family: roboBlack;
    color: #093c76;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 16px;
    margin-bottom: 25px;
    position: relative;
}

span.slogan-contrustion-home {
    display: block;
    text-align: center;
    line-height: 1.5;
    font-size: 16px;
    color: #8a8a8a;
    font-family: roboR;
}

h2.title-contrustion-home:after {
    content: "";
    position: absolute;
    background: green;
    width: 54px;
    height: 2px;
    bottom: 0;
    left: calc(50% - 17px);
}

.top-contrustion-home {
    margin-bottom: 30px !important;
}

ul.list-contrustion-home {
    padding: 0;
}

li.item-contrustion-home {
    list-style: none;
    position: relative;
}

.list-img-content-contrustion-home img {
    display: block;
    width: 100%;
    height: 400px;
    border-radius: 5px;
    object-fit: cover;
}

.contructor-child .grid.wide {
    max-width: 1279px;
}

.wp-contrustion-home .grid.wide {
    max-width: 1279px;
}

h4.name-contrustion-home {
    font-size: 19px;
    font-family: roboB;
    color: #0d488c;
    margin: 0;
    position: relative;
    padding-top: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    /* height: 55px; */
    overflow: hidden;
    text-overflow: ellipsis;
}

.contructor-child {
    padding-bottom: 20px;
}

.content-bottom-contrustion-home.contrus-child-bottom {
    padding-left: 0;
}

span.address-contrustion-home {
    display: block;
    font-size: 16px;
    color: #4c4c4c;
    font-family: roboR;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
}

    span.address-contrustion-home i {
        color: #90ce4e;
        font-size: 16px;
        position: relative;
        top: -2px;
    }



.content-bottom-contrustion-home {
    padding-left: 20px;
    padding-bottom: 10px;
    background: #fff;
}


a.view-all-contrustion-home {
    font-size: 15px;
    color: #939392;
    font-family: 'roboM';
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fcfcfc;
    width: 154px;
    height: 50px;
    font-weight: 500;
    border-radius: 5px;
    margin: auto;
    text-transform: uppercase;
    margin-top: 56px;
}
/*end*/
.wp-banner-home a img {
    display: block;
}
/*Green house*/
.wp-greenHouse-home {
    background: url(/Design/img/XayDungQuocHai/GreenHouse/decorBack.png) no-repeat;
    background-size: cover;
    padding-top: 132px;
    padding-bottom: 100px;
}

h5.title-greenHouse-home {
    margin: 0;
    font-size: 15px;
    color: #003fae;
    font-family: 'roboM';
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 26px;
    padding-left: 46px;
    position: relative;
}

    h5.title-greenHouse-home:before {
        content: "";
        position: absolute;
        left: 0;
        width: 44px;
        height: 48px;
        background: url(/Design/img/XayDungQuocHai/GreenHouse/decorTitle.png) no-repeat;
        top: 3px;
    }

.top-greenHouse-home h6 {
    margin: 0;
    font-size: 25.66px;
    color: #787878;
    font-family: 'roboM';
}

.top-greenHouse-home h1 {
    font-family: 'roboBlack';
    color: #2a9e4b;
    font-size: 48px;
    margin: 0;
}

span.slogan-greenHouse-home {
    display: block;
    font-size: 16px;
    color: #4f4f4f;
    font-family: 'roboR';
    line-height: 1.5;
}

ul.list-about-GioiThieuGreenHouse {
    padding: 0;
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 24px;
}

li.item-GioiThieuGreenHouse {
    list-style: none;
    position: relative;
}

    li.item-GioiThieuGreenHouse:nth-child(1):before {
        content: "";
        position: absolute;
        width: 83px;
        height: 67px;
        background: url(/Design/img/XayDungQuocHai/GreenHouse/decorList1.png) no-repeat;
        left: -97px;
        top: 0;
    }

    li.item-GioiThieuGreenHouse:nth-child(2):before {
        content: "";
        position: absolute;
        width: 87px;
        height: 69px;
        background: url(/Design/img/XayDungQuocHai/GreenHouse/decorList2.png) no-repeat;
        left: -97px;
        top: 0;
    }

    li.item-GioiThieuGreenHouse h4 {
        font-size: 22px;
        color: #545454;
        font-family: 'roboM';
        margin: 0;
        margin-bottom: 10px;
    }

    li.item-GioiThieuGreenHouse span {
        font-size: 15px;
        color: #818181;
        font-family: 'roboR';
        display: block;
        line-height: 1.5;
    }

.left-greenHouse-home {
    float: left;
    width: 50%;
}

.right-greenHouse-home {
    float: right;
    width: 50%;
    position: relative;
    text-align: right;
}

.bottom-greenHouse-home {
    padding-left: 97px;
    padding-top: 10px;
}

.img-greenHouseLeft {
    position: absolute;
    left: 24px;
    top: -78px;
    z-index: 2;
}

.img-greenHouseRight {
    padding-right: 24px;
    position: relative;
    z-index: 1;
    text-align: right;
}

    .img-greenHouseRight:after {
        content: "";
        position: absolute;
        bottom: -26px;
        background: #90ce4e;
        width: 148px;
        height: 174px;
        right: 0;
        z-index: -1;
    }

    .img-greenHouseRight img {
        width: 444px;
        height: 481px;
        /* display: block; */
        object-fit: cover;
    }

.img-greenHouseLeft img {
    width: 186px;
    height: 186px;
    display: block;
}
/*End*/

/*Dich vu*/
.star-service-home i {
    color: #90ce4e;
    font-size: 14px;
}

.star-service-home {
    margin-bottom: 19px;
    margin-top: 30px;
}

.content-item-service-home {
    position: relative;
}

    .content-item-service-home:before {
        content: "";
        position: absolute;
        background: #0d5d9a;
        width: 3px;
        height: 104px;
        left: -26px;
        bottom: 4px;
    }

h3.title-service-home:after {
    content: "";
    position: absolute;
    background: #ffff;
    width: 50px;
    height: 2px;
    bottom: 0;
    left: calc(50% - 25px);
}

.wp-service-home {
    background: url(/Design/img/XayDungQuocHai/DichVu/decorBack.png) no-repeat;
    background-size: cover;
    padding-top: 79px;
    padding-bottom: 51px;
}

.top-service-home {
    text-align: center;
    padding: 0 137px;
}

h3.title-service-home {
    margin: 0;
    font-size: 34px;
    color: #ffffff;
    font-family: roboBlack;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 28px;
    position: relative;
}

span.slogan-service-home {
    display: block;
    font-size: 16px;
    color: #ffffff;
    font-family: roboR;
    line-height: 1.5;
}

.wp-service-home .grid.wide {
    max-width: 1290px;
}

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

li.item-service-home {
    list-style: none;
}

.top-img-service-home img {
    display: block;
    width: 100%;
    height: 273px;
    object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
    transition: all .3s;
}

li.item-service-home:hover .top-img-service-home img {
    transform: scale(1.1);
}

h2.name-item-service-home {
    margin: 0;
}

.top-img-service-home a {
    overflow: hidden;
}

.top-img-service-home {
    overflow: hidden;
}

h2.name-item-service-home a {
    font-size: 22px;
    font-family: 'roboB';
    color: #38a64d;
    overflow: hidden;
    height: 28px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.bottom-content-service-home {
    position: relative;
}

.bottom-content-service-home {
    background: #ffffff;
    padding: 26px 45px 24px 26px;
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 0 0 5px 5px;
}

span.des-item-service-home {
    font-size: 16px;
    color: #4c4c4c;
    font-family: 'roboR';
    display: block;
    line-height: 1.5;
    margin-top: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

a.view-detail-service-home {
    font-size: 15px;
    color: #38a64d;
    font-family: 'roboR';
    display: block;
    margin-top: 20px;
}

.img-wattage-service-home {
    width: 84px;
    height: 84px;
    background: #beff77;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    transition: all .4s;
}

li.item-service-home:hover .img-wattage-service-home {
    background: #fff;
}

h6.title-wattage-service-home {
    font-size: 16px;
    margin: 0;
    font-family: 'roboB';
    color: #ffffff;
    width: 257px;
    height: 46px;
    background: url(/Design/img/XayDungQuocHai/DichVu/decorCongXuat.png) no-repeat;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    position: relative;
    right: 26px;
    padding-left: 34px;
}

.wattage-service-home {
    display: flex;
    align-items: center;
    /* background: #08a336; */
    position: absolute;
    top: -44px;
}

.bottom-service-home {
    margin-top: 60px;
}
/*End*/

/*Phan hoi khach hang*/
.wp-review-cus-home {
    background: #e8e8e8;
    padding-top: 78px;
    padding-bottom: 95px;
}

.top-review-cus-home h3 {
    margin: 0;
    font-size: 34px;
    font-family: roboBlack;
    color: #2a9e4b;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 25px;
    position: relative;
}

    .top-review-cus-home h3:after {
        content: "";
        position: absolute;
        background: #1560a7;
        width: 50px;
        height: 2px;
        bottom: 0;
        left: calc(50% - 25px);
    }

.top-review-cus-home {
    margin-bottom: 99px;
}

ul.list-review-cus-home {
    padding: 0;
}

li.item-review-cus-home {
    list-style: none;
}

h3.name-item-review-cus-home {
    font-size: 15px;
    color: #4e4e4e;
    font-family: roboM;
    margin: 0;
    margin-bottom: 7px;
}

span.worker-item-review-cus-home {
    display: block;
    font-size: 12px;
    font-family: roboR;
    color: #4e4e4e;
    padding-bottom: 19px;
}

.bottom-item-review-cus-home {
    font-size: 14px;
    color: #7f7f7f;
    font-family: roboR;
    line-height: 1.5;
    padding-top: 26px;
    text-align: center;
}

.img-item-review-cus-home img {
    width: 80px;
    height: 80px;
    display: block;
    object-fit: cover;
    border-radius: 50px;
    margin: auto;
}

.top-item-review-cus-home {
    text-align: center;
    border-bottom: 1px solid #9edc59;
    position: relative;
    padding-top: 22px;
}

span.content-review-item-review-cus-home {
    overflow: hidden;
    height: 84px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.infomation-item-review-cus-home {
    background: #fefefe;
    border-radius: 5px;
    border: 1px solid #63d550;
    padding: 30px;
    position: relative;
    top: -36px;
}

.img-item-review-cus-home {
    position: relative;
    z-index: 2;
}
/*End*/
.banner-greenHouse a img {
    display: block;
    width: 100%;
    height: 100%;
}


/*Tin Tuc*/
li.left-item-news-home {
    list-style: none;
    box-shadow: 2px 1px 12px 1px rgb(145 145 145 / 16%);
    border-radius: 5px;
}

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

li.left-item-news-home:hover h3.title-item-news-home a, li.side-item-news-home:hover h3.title-item-news-home a {
    color: #0b7f3e;
}

h3.title-item-news-home {
    margin: 0;
    line-height: 1.5;
    overflow: hidden;
    height: 52px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

    h3.title-item-news-home a {
        font-family: roboB;
        color: #1f2636;
        font-size: 18px;
    }

span.view-item-news-home {
    display: block;
    font-size: 14.3px;
    font-family: roboR;
    color: #939ba4;
    margin: 13px 0;
}

span.content-item-news-home {
    font-family: roboR;
    color: rgb(31 38 54 / 65%);
    font-size: 15px;
    display: block;
    line-height: 1.6;
    overflow: hidden;
    height: 71px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.bottom-content-left-item-news-home {
    padding: 24px;
    border-radius: 0 0 5px 5px;
    background: #ffffff;
}

li.left-item-news-home:hover .top-img-left-item-news-home img {
    transform: scale(1.1);
}

.top-img-left-item-news-home {
    overflow: hidden;
}

    .top-img-left-item-news-home img {
        display: block;
        width: 100%;
        height: 241px;
        object-fit: cover;
        border-radius: 5px 5px 0 0;
        overflow: hidden;
        transition: all .3s;
    }

.wp-news-home {
    background: #f4fbed;
    padding-top: 65px;
    padding-bottom: 75px;
}

    .wp-news-home .grid.wide {
        max-width: 1201px;
    }

li.side-item-news-home {
    list-style: none;
    box-shadow: 2px 1px 12px 1px rgb(145 145 145 / 16%);
    border-radius: 5px;
}

li.right-item-news-home {
    list-style: none;
}

.left-top-news-home h3 {
    font-size: 32px;
    color: #0a7f40;
    font-family: roboB;
    margin: 0;
}

ul#news-filters {
    padding: 0;
    display: flex;
}

    ul#news-filters li {
        list-style: none;
        font-size: 15px;
        color: #626262;
        font-family: roboM;
        text-transform: uppercase;
        margin: 0 19px;
        cursor: pointer;
        position: relative;
        padding-bottom: 5px;
    }

        ul#news-filters li:after {
            content: "";
            position: absolute;
            background: #50453a;
            width: 0;
            height: 2px;
            bottom: 0;
            left: 0;
            opacity: 0;
            transition: all .2s;
        }

        ul#news-filters li.show-active:after {
            width: 100%;
            opacity: 1;
        }

        ul#news-filters li:hover:after {
            width: 100%;
            opacity: 1;
        }

        ul#news-filters li:hover, ul#news-filters li.show-active {
            color: #0a7f40;
        }

        ul#news-filters li a {
            font-size: 15px;
            color: #626262;
            font-family: roboM;
        }

.left-top-news-home span {
    font-size: 16px;
    font-family: roboR;
    color: #626262;
    display: block;
    margin-top: 5px;
}

.top-news-home {
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-top-news-home {
    padding-left: 22px;
    border-left: 2px solid #093c76;
}

.bottom-content-side-item-news-home {
    padding: 24px;
    border-radius: 5px 5px 0 0;
    background: #ffffff;
}

li.side-item-news-home:hover .top-img-side-item-news-home img {
    transform: scale(1.1);
}

.top-img-side-item-news-home img {
    display: block;
    width: 100%;
    height: 241px;
    object-fit: cover;
    border-radius: 0 0 5px 5px;
    transition: all .3s;
    overflow: hidden;
}

.top-img-side-item-news-home {
    overflow: hidden;
}

span.view-item-news-home i, span.view-widget-item-right-list-news-home i {
    color: #a7df69;
    padding-right: 5px;
}

li.item-right-list-news-home {
    list-style: none;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 2px 1px 12px 1px rgb(145 145 145 / 16%);
}

.left-widget-item-right-list-news-home img {
    width: 110px;
    height: 89px;
    display: block;
    object-fit: cover;
    border-radius: 5px;
}

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

.widget-item-right-list-news-home {
    display: flex;
    padding: 7px;
}

.right-widget-item-right-list-news-home h3 {
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    overflow: hidden;
    height: 42px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

    .right-widget-item-right-list-news-home h3 a {
        font-size: 14px;
        color: rgb(31 38 54 / 73%);
        font-family: 'roboM';
    }

span.view-widget-item-right-list-news-home {
    display: block;
    font-size: 12.63px;
    font-family: 'roboR';
    color: #939ba4;
    margin-top: 12px;
}

.right-widget-item-right-list-news-home {
    padding-left: 9px;
}
/*End*/
li.new-item.show {
    visibility: visible;
    opacity: 1;
    height: auto;
    transition: height linear .3s;
    pointer-events: all;
    position: relative;
    display: block;
}

li.new-item {
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: height linear .3s;
    pointer-events: none;
    position: relative;
    display: none;
}

    li.new-item:hover .right-widget-item-right-list-news-home h3 a {
        color: #0b7f3e;
    }

ul#news-filters a {
    font-size: 15px;
    color: #626262;
    font-family: roboM;
    text-transform: uppercase;
    margin: 0 19px;
    cursor: pointer;
    position: relative;
    padding-bottom: 5px;
}

ul.listSliderLogo {
    padding: 0;
}

li.itemLogoSliderMobile {
    list-style: none;
}

.no-display-pc {
    display: none;
}


.top-title-img-industrial-hygiene h3 {
    margin: 0;
    font-size: 34px;
    font-family: roboBlack;
    color: #2a9e4b;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 25px;
    position: relative;
}

.wp-img-industrial-hygiene {
    padding-top: 78px;
    padding-bottom: 60px;
}

li.item-img-industrial-hygiene {
    list-style: none;
}

ul.list-img-industrial-hygiene {
    padding: 0;
}

li.item-img-industrial-hygiene a img {
    display: block;
    width: 100%;
    height: 265px;
    object-fit: cover;
}

.wp-img-industrial-hygiene .grid.wide {
    max-width: 1290px;
}

li.item-img-industrial-hygiene:last-child {
    display: none;
}

.item-img-industrial-hygiene-child a img {
    display: block;
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.item-img-industrial-hygiene-child {
    margin-bottom: 10px;
}

.item.info-search {
    display: none;
}

.top-title-img-industrial-hygiene h3:after {
    content: "";
    position: absolute;
    background: #1560a7;
    width: 50px;
    height: 2px;
    bottom: 0;
    left: calc(50% - 25px);
}

ul.list-img-industrial-hygiene {
    margin-top: 45px;
}

div#arcontactus {
    display: none;
}



.wp-contact-mobile {
    position: relative;
    display: none;
}

li.widget-contact-mobile-quocHai {
    list-style: none;
    background: #183d72;
    border-radius: 7px 7px 0 0;
}

ul.listContactMobile {
    padding: 0;
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 10px;
    row-gap: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
    height: 70px;
}

.img-contact-mobile-greenHouse, .img-contact-mobile-quocHai {
    position: relative;
    text-align: center;
    top: -36px;
}

li.widget-contact-mobile-greenHouse {
    list-style: none;
    background: #9ecb61;
    border-radius: 7px 7px 0 0;
    position: relative;
    display: none;
}

h5.name-number-contact-mobile, h5.name-number-contact-greenHouse {
    font-size: 24px;
    color: #ffffff;
    font-family: 'roboR';
    text-align: center;
    margin: 0;
    position: relative;
    top: -39px;
}

    h5.name-number-contact-mobile a, h5.name-number-contact-greenHouse a {
        font-size: 26px;
        color: #ffffff;
        font-family: 'roboB';
    }
