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

.p-btn-call {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
    margin-top: 15px;
    justify-content: space-between;
}

.search-list-pro {
    margin-top: 30px;
}

.arcontactus-widget .arcontactus-message-button {
    background: linear-gradient(270deg, #1065b8 0%, #3388da 43.36%, #3275b6 100%) !important;
}

.about-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--default-color-1);
    width: 100%;
    height: 100%;
}

.about-banner {
    position: relative;
    height: 440px;
}

.about-banner-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.p-btn-more {
    display: flex;
    align-items: center;
    user-select: none;
    justify-content: center;
}

    .p-btn-more:hover span {
        color: #fff;
    }

    .p-btn-more span {
        margin: 0 auto;
        width: 100%;
        text-align: center;
        position: relative;
        display: block;
        color: var(--default-color-1);
        font-family: 'monSB';
        font-size: 16px;
        display: block;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .p-btn-more span::before {
        }

        .p-btn-more span::after {
        }

.about-banner-container .grid.wide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-banner-content {
    transform: translateY(44px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .about-banner-content .icon {
        color: #fff;
        font-size: 25px;
        width: 55px;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--default-color-1);
        border-radius: 50%;
        margin-top: 15px;
        cursor: pointer;
    }

    .about-banner-content span {
        color: #fff;
        text-transform: uppercase;
        font-family: 'MonB';
        font-size: 38px;
        background-color: var(--default-color-1);
        padding: 20px 40px;
        border-radius: 55px;
    }

.p-photo-list {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(3,minmax(0,1fr));
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 26px;
}

.p-photo-item {
    width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 320px;
}

    .p-photo-item a {
        width: 100%;
        height: 100%;
    }

.p-photo-img {
    height: 100%;
}

    .p-photo-img:hover img {
        transform: scale(1.02);
        transition: all .3s;
    }

    .p-photo-img:hover .postImg img {
    }

    .p-photo-img img {
        width: 100%;
        height: 100%;
        transition: all .3s;
    }

.p-photo-title {
    margin: 0;
    font-size: 24px;
    font-family: monM;
    font-weight: 100;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #d19944b5;
}

    .p-photo-title a {
        color: #fff;
        padding: 16px 20px;
        font-size: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-family: 'monM';
        backdrop-filter: blur(4px);
        text-transform: uppercase;
    }

.same-pro-grid {
    /* max-width: 1329px !important; */
}

.p-title-cate br {
    display: none;
}

.p-title-cate {
    text-align: center;
    margin: 0;
    text-transform: capitalize;
    color: var(--default-color-2);
    font-family: 'MonR';
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 100;
}

.p-title {
    text-align: center;
    font-size: 30px;
    color: var(--default-color-1);
    font-family: 'monEB';
    font-weight: 100;
    margin: 0;
    text-transform: uppercase;
}

.p-descript {
    display: block;
    text-align: center;
    color: #777777;
    font-size: 15px;
    font-weight: 100;
    max-width: 754px;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 174%;
}

.p-help-call {
    margin: 0;
    position: relative;
    margin-top: 20px;
    color: var(--default-color-1);
    font-size: 25px;
    font-family: 'monSB';
    text-transform: capitalize;
    margin-top: 0;
}

    .p-help-call::before {
        content: '';
        position: absolute;
        bottom: -5px;
        width: 25px;
        height: 2px;
        background-color: var(--default-color-1);
    }

.p-btn-call .item {
    display: flex;
    align-items: center;
    margin: 0 25px;
}

.p-btn-call h3 {
    color: var(--default-color-1);
}

.p-btn-call .phone {
    font-size: 17px;
    position: relative;
    font-family: osB;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

    .p-btn-call .phone span {
        z-index: 2;
        color: #333333db;
        transition: all linear .3s;
        transition-delay: .1s;
    }

    .p-btn-call .phone:hover span {
        color: #fff;
    }

    .p-btn-call .phone:hover::before {
        width: calc(100% + 25px);
        opacity: 1;
    }

    .p-btn-call .phone::before {
        content: '';
        position: absolute;
        width: 35px;
        height: 35px;
        background-color: var(--default-color-1);
        border-radius: 35px;
        transition: 0.6s cubic-bezier(.3,2.3,.3,1);
        left: -13px;
        opacity: .8;
    }

    .p-btn-call .phone:hover i {
        font-size: 18px;
        color: #fff;
    }

    .p-btn-call .phone i {
        font-size: 15px;
        margin-right: 6px;
        z-index: 2;
        transition: all linear .3s;
        transition-delay: .1s;
    }
/* no data*/
.no-data {
    color: var(--default-color-1);
    font-size: 18px;
    font-family: monM;
    margin-bottom: 0;
    display: block;
    margin-top: 20px;
}

/*show page*/

.pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    margin: 30px 0;
    justify-content: center;
    margin-bottom: 0;
}

    .pager span {
        width: 35px;
        height: 35px;
        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;
        border: var(--default-color-1);
        color: #fff;
        background-color: var(--default-color-1);
        margin: 0 5px;
        border-radius: 50%;
        font-size: 17px;
    }

    .pager a {
        width: 35px;
        height: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        color: var(--default-color-1);
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        border-radius: 50%;
        font-family: monM;
        justify-content: center;
        border: 2px solid var(--default-color-1);
        margin: 0 5px;
        -webkit-transition: all linear .2s;
        -o-transition: all linear .2s;
        transition: all linear .2s;
        font-size: 17px;
    }

        .pager a:hover {
            background-color: var(--default-color-1);
            color: #fff;
        }

.title-tops {
    color: var(--default-color-1);
    font-size: 35px;
    margin: 0;
    text-align: center;
}

.descript-tops {
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    padding: 0 10%;
    opacity: .8;
    margin-top: 5px;
    color: #333;
}

/*list tag*/
.list-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .list-tag i {
        padding-right: 3px;
    }

    .list-tag a {
        white-space: nowrap;
        background-color: var(--default-color-2);
        border: 1px solid var(--default-color-2);
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        margin: 3px;
        font-size: 13px;
        font-family: 'monR';
        transition: all linear .3s;
    }

        .list-tag a:hover {
            background-color: transparent;
            color: var(--default-color-2);
        }

.p-btn {
    position: relative;
    transition: all linear .3s;
}

    .p-btn:hover::before {
        content: '';
        position: absolute;
        width: 0% !important;
    }

    .p-btn:hover::after {
        content: '';
        position: absolute;
        height: 0% !important;
    }

    .p-btn::before {
        content: '';
        position: absolute;
        width: 94%;
        height: 1px;
        background-color: var(--hv);
        left: 19px;
        bottom: -5px;
        transition: all linear .3s;
        pointer-events: none;
    }

    .p-btn::after {
        content: '';
        position: absolute;
        height: 100%;
        width: 1px;
        background-color: var(--hv);
        right: -5px;
        top: 10px;
        transition: all linear .3s;
        pointer-events: none;
    }

/*    service item*/
.p-service-item {
    position: relative;
    background-size: cover;
    --hv: var(--default-color-2);
}

    .p-service-item::before {
        content: '';
        position: absolute;
    }

    .p-service-item:hover::before {
        content: '';
        position: absolute;
        width: 100%;
    }

    .p-service-item:hover::after {
        content: '';
        position: absolute;
        height: 100%;
    }

    .p-service-item::before {
        content: '';
        position: absolute;
        width: 0;
        height: 1px;
        background-color: var(--hv);
        left: 13px;
        bottom: -8px;
        transition: all ease .3s;
        pointer-events: none;
        background-size: cover;
    }

    .p-service-item::after {
        content: '';
        position: absolute;
        height: 0;
        width: 1px;
        background-color: var(--hv);
        right: -8px;
        top: 13px;
        transition: all ease .3s;
        background-size: cover;
        pointer-events: none;
    }

    .p-service-item:nth-child(4n - 3) {
        background-image: url(../../Design/img/home-service-1_03.png);
    }

    .p-service-item:nth-child(4n - 2) {
        background-image: url(../../Design/img/bg-service-2_03.png);
    }

    .p-service-item:nth-child(4n - 1) {
        background-image: url(../../Design/img/bg-green_03.png);
    }

    .p-service-item:nth-child(4n) {
        background-image: url(../../Design/img/home-service-3_03.png);
    }

    .p-service-item a::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transition: all linear .3s;
        opacity: 0;
    }

    .p-service-item:nth-child(4n - 3) a::before {
        background-image: url(../../Design/img/hover-service-1_03.png);
    }

    .p-service-item:nth-child(4n - 2) a::before {
        background-image: url(../../Design/img/hover-service_2.png);
    }

    .p-service-item:nth-child(4n - 1) a::before {
        background-image: url(../../Design/img/hover2.jpg);
    }

    .p-service-item:nth-child(4n) a::before {
        background-image: url(../../Design/img/hover-service-3_03.png);
    }

    .p-service-item a {
        position: relative;
        padding: 0 28px;
        padding-top: 34px;
        padding-bottom: 35px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .p-service-item:hover a::before {
        opacity: 1;
    }

    .p-service-item h3 {
        font-size: 19.56px;
        color: var(--default-color-2);
        font-weight: 100;
        margin: 0;
        margin: 10px 0;
        transition: all linear .3s;
        z-index: 2;
        transition-delay: .1s;
    }

    .p-service-item:hover h3 {
        color: #fff;
    }

    .p-service-item img {
        z-index: 2;
    }

    .p-service-item:hover img {
        filter: invert(91%) sepia(100%) saturate(0%) hue-rotate(231deg) brightness(107%) contrast(107%);
    }

    .p-service-item span {
        font-family: RayR;
        font-size: 15px;
        color: #616161;
        text-align: center;
        margin-bottom: 18px;
        margin-top: 5px;
        transition: all linear .3s;
        line-height: calc(100% + 9px);
        transition-delay: .1s;
        z-index: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        height: 96px;
    }

    .p-service-item:hover span {
        color: #fff;
    }

    .p-service-item .btn {
        font-size: 14px;
        position: relative;
        color: #6e6e6e;
        padding: 0 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all linear .3s;
        z-index: 2;
    }

    .p-service-item:hover .btn {
        color: #fff;
    }

    .p-service-item .btn p {
        margin: 0;
        position: relative;
        z-index: 2;
    }

    .p-service-item .btn::before {
        content: '';
        position: absolute;
        width: 18%;
        height: 10px;
        left: 0;
        bottom: 0;
        background-color: #dddddd;
        transition: 0.6s cubic-bezier(.3,1.5,.4,1);
        transition-delay: 0.2s;
    }

    .p-service-item:hover .btn::before {
        background-color: #424bc0;
        width: 100%;
    }

/*public design*/

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

.p-design-item .cate {
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
    font-size: 14px;
    font-family: 'monM';
    font-weight: 100;
    color: #4D4D4D;
    margin: 0;
    margin-left: 7px;
    transition: all .3s;
}

.p-design-content {
}

    .p-design-content .content-top {
        width: 100%;
    }

.p-design-title {
}

.p-design-place {
    position: relative;
    margin-top: -3px;
    transform: translateY(15px);
    opacity: 0;
    margin-top: 5px;
    transition: 0.6s cubic-bezier(.3,2.2,.3,1);
}

    .p-design-place span {
    }

    .p-design-place img {
        position: absolute;
        left: 0;
        top: 2px;
    }

.p-design-content .content-bottom {
    width: 100%;
    display: flex;
    border-top: 1px solid #DCDCDC;
    justify-content: space-between;
    padding: 13px 0;
    padding-right: 2px;
    padding-left: 8px;
}

.p-design-cate {
    display: flex;
    align-items: center;
    user-select: none;
}

    .p-design-cate img {
    }

    .p-design-cate span {
    }

.p-design-content .content-bottom .link {
    color: var(--default-color-3);
    font-family: 'monSB';
    font-size: 16px;
    transition: all .3s;
}

    .p-design-content .content-bottom .link:hover {
        color: var(--default-color-2);
    }

.p-design-item {
    position: relative;
}

.my-fix-tc.p-design-item {
    max-height: 340px;
}

.my-fix-contructer.p-design-item {
    max-height: 326px;
}

.p-design-item:hover .p-design-content {
    opacity: 1;
}

.p-design-item:hover .img-decor-desgin-d {
    transform: translateY(0);
    opacity: 1;
    transition-delay: .2s;
}

.p-design-item:hover .p-design-title {
    transform: translateY(0);
    opacity: 1;
    transition-delay: .3s;
}

.p-design-item:hover .p-design-place {
    transform: translateY(0);
    opacity: 1;
    transition-delay: .4s;
}

.p-design-cate:hover .cate {
    color: var(--default-color-1);
}

.p-design-item a {
    position: relative;
}

.p-design-cate:hover::before {
    transform: translate(0,0);
    opacity: 1;
}

.p-design-cate:hover::after {
    transform: translate(0,0);
    opacity: 1;
}

.p-design-cate::before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    background-color: #673b1854;
    border-radius: 50%;
    top: -11px;
    left: -14px;
    transition: 0.6s cubic-bezier(.3,2.2,.3,1);
    transform: translate(8px, 2px);
    opacity: 0;
}

.p-design-cate::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #bb782ab8;
    border-radius: 50%;
    top: 22px;
    left: -3px;
    transition: 0.6s cubic-bezier(.3,2.2,.3,1);
    transform: translate(7px, -13px);
    opacity: 0;
}

.p-design-img {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
}

    .p-design-img img {
        transition: all .3s;
        border-radius: 12px;
    }

    .p-design-img:hover img {
        transform: scale(1.04);
    }

.p-design-content {
    background-color: rgb(5 27 49 / 60%);
    position: relative;
    bottom: 0;
    width: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    justify-content: center;
    transition: all .3s;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 27px;
    opacity: 0;
    border-radius: 12px;
}

.p-design-item:hover .p-design-conten span {
    color: var(--default-color-1);
}

.img-decor-desgin-d {
    margin-bottom: 17px;
    transition-delay: .1s;
    text-align: center;
    transform: translateY(15px);
    opacity: 0;
    transition: 0.6s cubic-bezier(.3,2.2,.3,1);
}

.p-design-title {
    font-size: 16px;
    color: #F4F4F4;
    margin: 0;
    margin-bottom: 7px;
    transition-delay: .1s;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-family: 'MonB';
    display: -webkit-box;
    font-weight: 100;
    line-height: 158%;
    margin: 0;
    transition: all .3s;
    text-transform: capitalize;
    text-align: center;
    font-size: 20px;
    transform: translateY(15px);
    opacity: 0;
    transition: 0.6s cubic-bezier(.3,2.2,.3,1);
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
}

    .p-design-title:hover {
    }

.p-design-content span img {
    margin-right: 6px;
}

.p-design-content span {
    color: #4D4D4D;
    font-family: 'MonM';
    font-size: 16px;
    width: 100%;
    transition: all .3s;
    line-height: 150%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
}

.img-decor-desgin-d > img {
    width: 72px;
    height: auto;
    margin: auto;
}

.p-design-content span i {
    margin-right: 3px;
    font-size: 16px;
}

.p-design-item .decor {
    position: absolute;
    width: calc(92% - 1px);
    height: 93%;
    z-index: 3;
    pointer-events: none;
    opacity: 0;
}

.p-design-item .decor-container {
    position: relative;
}

    .p-design-item .decor-container::before {
        content: '';
        position: absolute;
        height: 1px;
        top: 0;
        right: 0;
        background-color: #fff;
        width: 0;
        transition: all ease .3s;
    }

    .p-design-item .decor-container::after {
        content: '';
        position: absolute;
        width: 1px;
        height: 0;
        background-color: #fff;
        right: 0;
        top: 0;
        transition: all ease .3s;
    }

.p-design-item:hover .decor-container::before {
    transition-delay: .2s;
    width: 100%;
}

.p-design-item:hover .decor-container::after {
    transition-delay: .2s;
    height: 100%;
}

.p-design-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../Design/img/hover-contruct_03.png);
    background-size: cover;
    z-index: 1;
    pointer-events: none;
    transition: all linear .3s;
    opacity: 0;
    border-radius: 12px;
}

.p-design-item:hover::before {
    opacity: 1;
}

.p-design-item .decor-2 {
    position: absolute;
    width: 110%;
    bottom: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
    display: none;
}

.p-design-help {
    position: absolute;
    z-index: 3;
    flex-direction: column;
    pointer-events: none;
    padding: 0 22px;
    opacity: 0;
}

    .p-design-help h3 {
        text-shadow: 2px 0 3px #292929;
        font-family: 'RaySB';
        font-size: 20px;
        color: #fff;
        text-transform: uppercase;
        margin: 0;
        transform: translateY(-20px);
        opacity: 0;
        margin-bottom: 7px;
        transition: all ease .2s;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

    .p-design-help span {
        color: #fff;
        font-family: 'RayR';
        font-size: 15px;
        transform: translateY(-20px);
        transition: all ease .2s;
        opacity: 0;
        transition-delay: .1s;
    }

        .p-design-help span i {
            margin-right: 3px;
            font-size: 16px;
        }

.p-design-item:hover .p-design-help h3 {
    opacity: 1;
    transform: translateY(0);
    transition: all linear .3s;
    transition-delay: .7s;
}

.p-design-item:hover .p-design-help span {
    opacity: 1;
    transform: translateY(0);
    transition: all linear .3s;
    transition-delay: .5s;
}

/*public product*/

.p-product-item {
    /* height: 434px; */
    position: relative;
    overflow: hidden;
}

.my-fix-tc.p-product-item {
    height: auto;
    max-height: 302px;
}

.p-product-item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(5 27 49 / 60%);
    z-index: 2;
    opacity: 0;
    transition: all .3s;
}

.p-product-item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0%;
    opacity: 1;
    transition: all .3s;
    top: 0;
    box-shadow: 0 0 72px 53px #333;
    z-index: 3;
}

.p-product-item:hover::before {
    opacity: 1;
}

.p-product-item .text {
    color: #F4F4F4;
    width: fit-content;
    font-family: 'monM';
    font-size: 15px;
    line-height: 121.1%;
    margin-top: 19px;
    transition: all .3s;
    display: flex;
    align-items: center;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
}

    .p-product-item .text:hover {
        color: var(--default-color-2);
    }

.p-product-item.my-help:hover .p-product-img {
    opacity: 0;
}

.p-product-img {
    overflow: hidden;
    height: 100%;
    width: 100%;
    transition: all .3s;
}

.p-product-img-sub {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

    .p-product-img-sub img {
        transition: all .3s;
    }

.p-product-img img {
}

.p-product-title {
    position: absolute;
    color: #F4F4F4;
    font-size: 21px;
    font-weight: 100;
    margin: 0;
    font-family: 'monM';
    line-height: normal;
    max-width: 100%;
    right: 0;
    width: max-content;
    bottom: 0;
    padding: 10px 18px;
    z-index: 4;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
}

.p-product-content {
}

    .p-product-content section {
        color: #F4F4F4;
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        line-height: 160%;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
    }

        .p-product-content section a {
        }

.p-product-img img {
    transition: all ease .3s;
}

.p-product-item:hover img {
    transform: scale(1.05);
}

.p-product-item:hover .p-product-content {
}

.p-product-item:hover h3 {
}

.p-product-item:hover span {
    color: #fff;
}

.p-product-item:hover .p-product-content {
    opacity: 1;
}

.p-product-content {
    transition: all linear .3s;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 28px;
    padding-bottom: 25px;
    z-index: 5;
    opacity: 0;
    width: 100%;
}

.same-wrap .my-fix-tc.p-product-item {
    position: relative;
    border-radius: 12px;
    display: block;
    width: 100%;
    height: 340px;
    overflow: hidden;
}

.same-wrap .p-product-content {
    top: 0;
    bottom: auto;
    padding-top: 25px;
}

.same-wrap .my-fix-tc.p-product-item .p-product-img {
    border-radius: 12px;
}

.same-wrap .my-fix-tc.p-product-item::before {
    border-radius: 12px;
}

.p-product-content h3 {
    margin: 0;
    line-height: calc(100% + 5px);
    text-align: center;
    font-family: 'OsM';
    color: #6a6a6a;
    font-weight: 100;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.p-product-content .size {
    text-align: center;
    font-family: 'RayR';
    display: block;
    font-size: 15px;
    color: #7D7D7D;
    margin-top: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

/*
    public news*/
.same-news .p-news-list {
    margin-top: 40px;
}

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

.p-news-item {
}

    .p-news-item:hover .p-news-content h3 {
        color: var(--default-color-2) !important;
    }

    .p-news-item.page .p-news-img {
        margin-bottom: 15px;
        margin-top: 0;
    }

    .p-news-item.page a {
        flex-direction: column;
    }

    .p-news-item a {
        display: flex;
        flex-direction: column;
    }

        .p-news-item a:hover h3 {
            color: var(--default-color-2);
        }

.p-news-img .options-item img.icon {
    margin-right: 6px;
}

.p-news-img .options-item span {
    color: #fff;
    font-family: 'monM';
    font-size: 14px;
    padding-right: 10px;
}

.p-news-img .options-item {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    height: 28px;
    align-items: center;
    background-color: var(--default-color-3);
    clip-path: path("M0 28L19.4388 1.23698C20.0033 0.459872 20.9057 0 21.8661 0H125V28H0Z");
    width: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    opacity: 0;
}

    .p-news-img .options-item .decor {
        right: 100%;
        position: absolute;
        opacity: 0;
    }

.p-news-img {
    position: relative;
    height: 268px;
    border-radius: 5px;
    overflow: hidden;
}

.news .p-news-img .options-item {
    opacity: 1;
}

.p-news-img .img-cate {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background-color: rgb(0 0 99 / 82%);
    padding: 8px 14px;
    font-size: 16px;
    line-height: 100%;
    display: none;
}

.p-news-img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: var(--default-color-1);
    transition: all linear .3s;
}

.p-news-item:hover .p-news-img::before {
    opacity: .4;
}

.p-news-content .options {
    display: flex;
    align-items: center;
}

.p-news-content .options-item:first-child {
    padding-left: 0;
}

.p-news-content .options-item:last-child::before {
    display: none;
}

.p-news-content .options-item {
    position: relative;
    padding: 0 14px;
    font-size: 14px;
    color: #959595;
    display: flex;
    align-items: center;
    line-height: 100%;
}

    .p-news-content .options-item i {
        margin-right: 5px;
    }

    .p-news-content .options-item::before {
        content: '';
        position: absolute;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: var(--default-color-2);
        right: -3px;
        opacity: .3;
    }

.p-news-content {
    padding: 0;
}

    .p-news-content .options-item img {
        display: none;
    }

    .p-news-content .options-item span {
        color: #959595;
        font-size: 12px;
        display: block;
    }

    .p-news-content .day {
        font-size: 16px;
        color: #7e7e7e;
        line-height: 100%;
        padding-left: 4px;
    }

.p-news-item:hover .p-news-content h3 {
    color: var(--default-color-1);
}

.p-news-content h3 {
    margin: 0;
    color: #4e4e4e;
    font-size: 20px;
    font-weight: 100;
    line-height: 138.7%;
    transition: all linear .3s;
    margin-top: 15px;
    margin-bottom: 6px;
    font-family: 'MonB';
    position: relative;
    padding-bottom: 15px;
}

    .p-news-content h3 span {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

    .p-news-content h3::before {
        content: '';
        position: absolute;
        width: 41px;
        height: 2px;
        background-color: var(--default-color-2);
        bottom: 0;
    }

.p-news-content .descript {
    font-size: 15px;
    color: #626262;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 45px;
    line-height: 165.7%;
    margin-top: 13px;
}
/*Form Tu Van*/

.popup-form {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(4, 25, 29, .9)), color-stop(70%, rgba(4, 25, 29, .9)));
    background-image: linear-gradient(270deg, rgb(31 25 23 / 90%) 0%, rgb(31 25 23 / 90%) 70%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .2s;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

    .popup-form.show {
        opacity: 1;
        pointer-events: all;
    }

        .popup-form.show .popup-form-container {
            opacity: 1;
            transform: translateY(0);
        }

.decor-logo-booking img {
    width: 30%;
    margin: auto;
}

.popup-form-container {
    background: #d6e3f0;
    background-size: cover;
    border-radius: 10px;
    padding: 46px 20px;
    position: relative;
    width: 550px;
    box-shadow: 0 0 10px 0 #33333338;
    transform: translateY(20px);
    opacity: 0;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.popup-form .input {
    margin-bottom: 16px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    color: #1a2f33;
    opacity: 1;
    font-size: 17px;
    font-weight: 400;
}

.info-title-booking h4 {
    text-align: center;
    font-family: 'monSB';
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #1F1917;
    margin: 15px 0;
}

.c-time-bb-cate-retaurant .time-res-form input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0 15px;
    border-radius: 6px;
    color: #1a2f33;
    opacity: 1;
    font-size: 17px;
    font-weight: 400;
}

.c-time-bb-cate-retaurant {
    display: flex;
}

.svg-time-form {
    position: absolute;
    right: 15px;
    top: 7px;
    pointer-events: none;
}

.c-time-bb-cate-retaurant .cate-res-form select {
    width: 95%;
    height: 100%;
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0 15px;
    border-radius: 6px;
    color: #1a2f33;
    opacity: 1;
    font-size: 16px;
    font-weight: 400;
}

.c-time-bb-cate-retaurant .widget-svg-time-form {
    height: 40px;
    margin-bottom: 16px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 5px 0 rgba(26, 47, 51, .11);
    box-shadow: 0px 1px 5px 1px rgba(26, 47, 51, .11);
    color: #1a2f33;
    opacity: 1;
    font-size: 17px;
    font-weight: 400;
}

.c-time-bb-cate-retaurant .cate-res-form {
    width: 50%;
    height: 40px;
    margin-bottom: 16px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 5px 0 rgba(26, 47, 51, .11);
    box-shadow: 0px 1px 5px 1px rgba(26, 47, 51, .11);
    color: #1a2f33;
    opacity: 1;
    font-size: 17px;
    font-weight: 400;
}

.popup-form .input input {
    width: 100%;
    box-sizing: border-box;
    --primary-color-rgb: 13, 64, 28;
    --heading-color: #072010;
    background-color: rgba(var(--primary-color-rgb), 0.05);
    border: 1px solid transparent;
    color: var(--heading-color);
    padding: 0 24px;
    line-height: 55px;
    height: 55px;
    font-size: 16px;
    letter-spacing: 0.01em;
    font-weight: normal;
    text-align: start;
    outline: none;
    -webkit-border-radius: 27.5px;
    -khtml-border-radius: 27.5px;
    -moz-border-radius: 27.5px;
    -ms-border-radius: 27.5px;
    -o-border-radius: 27.5px;
    border-radius: 27.5px;
    -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}

    .popup-form .input input::placeholder {
        font-size: 16px;
    }

.popup-form .input textarea::placeholder {
    font-size: 16px;
}

.popup-form .input textarea {
    width: 100%;
    box-sizing: border-box;
    --primary-color-rgb: 13, 64, 28;
    --heading-color: #072010;
    background-color: rgba(var(--primary-color-rgb), 0.05);
    border: 1px solid transparent;
    color: var(--heading-color);
    padding: 0 24px;
    line-height: 55px;
    font-size: 16px;
    letter-spacing: 0.01em;
    font-weight: normal;
    text-align: start;
    outline: none;
    padding: 20px;
    border: 1px solid #adadad;
    height: 170px;
    -webkit-border-radius: 27.5px;
    -khtml-border-radius: 27.5px;
    -moz-border-radius: 27.5px;
    -ms-border-radius: 27.5px;
    -o-border-radius: 27.5px;
    border-radius: 27.5px;
    -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}

.input.input-auto.no-select {
    height: auto;
}

.popup-form .input .erolh {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 90%;
    height: 1px;
    margin: auto;
    background-color: var(--default-color-2);
    border-radius: 10px;
    color: transparent !important;
}

.popup-form .btn-submit {
    width: 40%;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--default-color-1);
    text-align: center;
    border-radius: 50px;
    padding: 14px 0;
    font-size: 17px;
    transition: all linear .2s;
    font-family: 'MonEB';
    margin: auto;
    font-weight: normal;
}

    .popup-form .btn-submit:hover {
        background-color: #dfb966;
    }

.popup-form .btn-close:hover {
    background-color: var(--default-color-2);
    color: #fff;
}

.popup-form .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid var(--default-color-2);
    color: var(--default-color-2);
    font-size: 13px;
    transition: all linear .2s;
}

/*End*/
.p-banner {
    position: relative;
    width: 100%;
    height: 100%;
    user-select: none;
}

    .p-banner img {
        position: relative;
        top: 0;
        left: 0;
    }

.p-banner-container .grid.wide {
    position: relative;
}

.p-banner-container {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    height: auto;
    background-color: #b6111670;
    padding: 11px 0;
    backdrop-filter: blur(20px);
}

.p-banner-content {
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
}

    .p-banner-content i {
        color: #fff;
        font-size: 14px;
        margin: 0 3px;
    }

    .p-banner-content a {
        color: #fff;
        margin: 0 4px;
        transition: all linear .3s;
        font-size: 15px;
    }

        .p-banner-content a:hover {
            color: var(--default-color-4);
        }

    .p-banner-content .icon:hover {
        color: var(--default-color-1);
    }

    .p-banner-content .icon {
        margin: 0 5px;
        transition: all linear .2s;
        font-size: 15px;
    }

    .p-banner-content span {
        font-size: 15px;
        display: block;
        margin: 0 5px;
        color: #fff;
    }

.p-banner img {
    width: 100%;
    height: 100%;
}

/*public contruct*/
/*    contructor public*/

.contruct.content-item {
    position: relative;
}

    .contruct.content-item .img:hover img {
        transform: scale(1.07);
    }

    .contruct.content-item .img {
        height: 368px;
        width: 100%;
        overflow: hidden;
    }

        .contruct.content-item .img img {
            transition: all linear .3s;
        }

    .contruct.content-item .wrap {
        width: 100%;
        flex-direction: column;
        transition: all linear .2s;
        transition-delay: .1s;
        padding: 14px 16px;
        background-color: #ffffff;
        border: 1px solid #e7e7e7;
        border-top: 0;
    }

        .contruct.content-item .wrap .wrap-title {
            color: var(--default-color-2);
            font-size: 18px;
            transition: all linear .2s;
            user-select: none;
            border-bottom: 1px solid #e7e7e7;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            padding-bottom: 16px;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            font-family: 'OsM';
        }

            .contruct.content-item .wrap .wrap-title:hover {
                color: var(--default-color-1);
            }

        .contruct.content-item .wrap .place {
            font-size: 15px;
            color: #868686;
            margin-top: 11px;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            display: -webkit-box;
        }

            .contruct.content-item .wrap .place i {
                margin-right: 7px;
            }

        .contruct.content-item .wrap .info {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 5px;
        }

        .contruct.content-item .wrap .info-item {
            display: flex;
            align-items: center;
            font-size: 15px;
            color: #868686;
        }

            .contruct.content-item .wrap .info-item i {
                font-size: 14px;
                margin-right: 3px;
            }

            .contruct.content-item .wrap .info-item img {
                margin-right: 3px;
            }

            .contruct.content-item .wrap .info-item span {
            }

.home-ad {
    width: 100%;
}

    .home-ad img {
        width: 100%;
    }

section a {
    display: inline-block;
}

section h1, section h2, section h3, section h4, section h5 {
    color: var(--default-color-3);
}

    section h1 span, section h2 span, section h3 span, section h4 span, section h5 span {
    }

/*    video public
*/
.p-video-item {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 0 32px 0 #33333357;
}

    .p-video-item a {
        height: 350px;
    }

    .p-video-item .img {
        height: 100%;
    }

        .p-video-item .img:hover img {
            transform: scale(1.05);
        }

    .p-video-item img {
        transition: all linear .3s;
    }

.p-video-title {
    font-family: monM;
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding: 17px 16px;
    transition: all linear .3s;
    position: absolute;
    font-weight: 100;
    bottom: 0;
    left: 0;
    font-family: monM;
    width: 100%;
    background-color: var(--default-color-1);
    margin: 0;
    text-transform: uppercase;
}

    .p-video-title span {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

.p-video-item:hover .p-video-title {
    color: var(--default-color-2);
}

.p-cate-banner {
    width: 100%;
    position: relative;
    height: 35px;
    overflow: hidden;
}

    .p-cate-banner img {
        width: 100%;
        height: 100%;
    }

    .p-cate-banner::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgb(235 235 235 / 80%);
    }

.p-cate-banner__container {
    position: absolute;
    top: 0;
    left: 0;
}

    .p-cate-banner__container .grid.wide {
        position: relative;
        display: flex;
        align-items: center;
    }

.p-cate-banner__content {
    position: absolute;
    right: 0;
    color: var(--default-color-1);
    display: flex;
    align-items: center;
    font-size: 14px;
}

    .p-cate-banner__content a {
        margin: 0 7px;
        transition: all .3s;
    }

        .p-cate-banner__content a:hover {
            color: var(--default-color-2);
        }

    .p-cate-banner__content i {
    }

    .p-cate-banner__content span {
        margin: 0 7px;
    }

.p-product-list {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(3,minmax(0,1fr));
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 30px;
}

.p-product-banner {
    width: 100%;
    position: relative;
    height: 420px;
    overflow: hidden;
}

    .p-product-banner img {
        width: 100%;
        height: 100%;
    }

    .p-product-banner::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #232c41b5;
    }

.p-product-banner__container {
    position: absolute;
    top: 0;
    left: 0;
}

    .p-product-banner__container .grid.wide {
        position: relative;
    }

.p-product-banner__content {
    position: absolute;
    bottom: 15px;
    right: 0;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.p-product-banner__container .download {
    position: absolute;
    background-color: #fff;
    color: var(--default-color-1);
    font-family: monM;
    font-size: 18px;
    border-radius: 55px;
    padding: 12px 25px;
    left: 50%;
    bottom: 39%;
    user-select: none;
    transform: translate(-50%, -50%);
    transition: all .3s;
}

    .p-product-banner__container .download:hover {
        background-color: var(--default-color-1);
        color: #fff;
    }

.popup-form .input input:hover, .popup-form .input textarea:hover {
    --primary-color: #0f75bc;
    background-color: #fff;
    border-color: var(--primary-color);
}

.popup-form .input textarea::placeholder {
    font-size: 17px;
}

.p-product-banner__content a {
    margin: 0 7px;
    transition: all .3s;
}

    .p-product-banner__content a:hover {
        color: var(--default-color-2);
    }

.p-product-banner__content i {
}

.p-product-banner__content span {
    margin: 0 7px;
}