

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
.button-top i {
    transform: rotate(-45deg);
    position: relative;
    z-index: 2;
}

.button-top:hover i {
    color: #333;
}

.button-top:hover::before {
    width: 100%;
    height: 100%;
}

.button-top::before {
    content: '';
    position: absolute;
    width: 0%;
    height: 0%;
    background-color: #fff;
    transition: all .3s;
}

.button-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 99999999999;
    background-color: #333;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    border: 3px solid #fff;
    box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.3);
    transform: rotate(45deg);
    cursor: pointer;
}
/* public pro */
.p-contruct-list {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 15px;
    row-gap: 15px;
}

.p-contruct-item {
    position: relative;
    height: 455px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-contruct-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

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

.p-contruct-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px;
    width: 100%;
}

.p-contruct-item:hover .p-contruct-img img {
    transform: scale(1.02);
}

.p-contruct-item:hover .p-contruct-content h3 {
    opacity: 1;
    transform: translateY(0);
}

.p-contruct-item:hover .p-contruct-dot {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .1s;
}

.p-contruct-content h3 {
    margin: 0;
    background-color: #222;
    color: #fff;
    font-family: interSB;
    font-size: 26px;
    padding: 14px 20px;
    width: fit-content;
    transform: translateY(20px);
    opacity: 0;
    transition: all .3s;
}

.p-contruct-dot {
    position: absolute;
    width: 60px;
    height: 60px;
    color: #fff;
    border-radius: 50%;
    opacity: 0;
    transition: all .3s;
}

    .p-contruct-dot::before {
        content: '';
        position: absolute;
        width: 110px;
        height: 110px;
        background-color: #2222222b;
        border-radius: 50%;
    }

    .p-contruct-dot::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: var(--default-color-2);
        border-radius: 50%;
    }

    .p-contruct-dot i {
        z-index: 2;
        position: relative;
        font-size: 20px;
    }

.p-pro-cate {
    padding-top: 68px;
    padding-bottom: 74px;
}

.p-pro-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.p-pro-left {
    position: relative;
}

    .p-pro-left .decor {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }

    .p-pro-left h3 {
        margin: 0;
        border-left: 6px solid var(--default-color-2);
        position: relative;
        z-index: 2;
        color: #fff;
        font-size: 28px;
        font-family: 'interB';
        padding: 15px;
        padding-left: 24px;
        min-width: 586px;
        background: var(--default-gra);
    }

.p-pro-right {
}

    .p-pro-right a {
        font-size: 14px;
        color: #5B5B5B;
        background-color: #fff;
        padding: 13px 22px;
        transition: all linear .3s;
    }

        .p-pro-right a:hover {
            background-color: var(--default-color-2);
            color: #fff;
        }

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

.p-pro-item {
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 0 22px 1px rgb(82 82 82 / 18%);
    border-radius: 5px;
}

    .p-pro-item a {
        /* filter: drop-shadow(2px 2px 9px rgba(82, 82, 82, 0.30)); */
        SVG 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15;
    }

.p-pro-img {
    height: 245px;
    overflow: hidden;
}

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

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

.p-pro-title {
    margin: 0;
    color: var(--default-color-1);
}

.p-pro-content {
    padding: 12px 17px;
    padding-bottom: 18px;
}

.p-pro-title h3 {
    margin: 0;
    font-family: 'interB';
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 22px;
    display: -webkit-box;
}

.p-pro-options {
    display: flex;
    align-items: center;
    margin-top: 11px;
}

    .p-pro-options .rating img {
    }

    .p-pro-options .rating {
        padding-right: 8px;
        border-right: 1px solid #D9D9D9;
    }

        .p-pro-options .rating i {
            margin: 0 -1px;
        }


    .p-pro-options .view {
        padding-left: 10px;
        font-size: 14px;
        color: #696969;
    }

.p-pro-price {
    font-size: 16px;
    color: #fff;
    background-color: var(--default-color-2);
    padding: 8px 9px;
    line-height: 100%;
    border-radius: 25px;
    margin-top: 13px;
    display: block;
    width: fit-content;
    font-family: interSB;
    font-size: 15px;
}

.p-pro-bot {
}




/*public contructor*/

.p-contructor-item {
}

.p-contructor-img {
    height: 230px;
    overflow: hidden
}

.p-contructor-item:hover .p-contructor-img img {
    transform: scale(1.06);
}

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

.p-contructor-title {
    font-family: 'RobotoB';
    margin: 15px 0;
    color: #333;
    font-size: 20px;
    transition: all linear .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    padding: 0 10px;
}

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

.p-contructor-descript {
    color: #333;
    opacity: .8;
    line-height: calc(100% + 7px);
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    padding: 0 10px;
}
/* public procedure */
.p-procedure-list {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(4,minmax(0,1fr));
    column-gap: 23px;
    row-gap: 23px;
    margin-top: 63px;
}


.p-procedure-item {
    background-color: #F5F5F5;
    border-radius: 10px;
    padding: 72px 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    transition: all linear .3s;
}

    .p-procedure-item:hover {
        background-color: #E1FFEF;
    }


    .p-procedure-item::before {
        content: '';
        position: absolute;
        top: calc(100%);
        width: calc(100% - 50px);
        height: 8px;
        transition: all linear .3s;
        background-color: #E1FFEF;
    }

    .p-procedure-item:hover::before {
        background-color: var(--default-color-2);
    }

.p-procedure-stt {
    position: absolute;
    height: 52px;
    width: 52px;
    background-color: var(--default-color-1);
    right: -1px;
    top: -1px;
    color: #fff;
    font-size: 19.51px;
    border-top-right-radius: 10px;
    transition: all linear .3s;
}

.p-procedure-item:hover .p-procedure-stt {
    background-color: var(--default-color-3);
}


.p-procedure-img {
    user-select: none;
}

.p-procedure-item:hover .p-procedure-img {
    filter: invert(44%) sepia(11%) saturate(4583%) hue-rotate(106deg) brightness(92%) contrast(94%);
}


.p-procedure-item h3 {
    font-family: 'interB';
    font-size: 24px;
    color: #595959;
    margin: 0;
    line-height: 100%;
    transition: all linear .3s;
    text-align: center;
    text-transform: unset;
    margin-top: 12px;
}

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

.p-procedure-item span {
    text-align: center;
    font-size: 15px;
    opacity: .65;
    color: #393939;
    transition: all linear .3s;
    margin-top: 9px;
}

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

/* no data*/
.no-data {
    color: var(--default-color-2);
    font-size: 16px;
    font-family: interSB;
    margin-bottom: 20px;
    margin-top: 20px;
    display: block;
}


/*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-top: 35px;
    justify-content: center;
}

    .pager span {
        width: 30px;
        height: 30px;
        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: 1px solid var(--default-color-2);
        color: #fff;
        background-color: var(--default-color-2);
        margin: 0 5px;
        border-radius: 5px;
        font-family: 'interSB';
    }

    .pager a {
        width: 30px;
        height: 30px;
        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: 2px solid var(--default-color-2);
        margin: 0 5px;
        -webkit-transition: all linear .2s;
        -o-transition: all linear .2s;
        transition: all linear .2s;
        border-radius: 5px;
        color: var(--default-color-2);
        font-family: interSB;
        background-color: #fff;
    }

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


.title-tops {
    color: var(--default-color-2);
    text-align: center;
    font-size: 40px;
    margin-bottom: 0;
    margin-top: 0;
}

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

/*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);
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        margin: 10px 5px;
        font-size: 13px;
        font-family: RobotoR;
        transition: all linear .3s;
        border: 1px solid var(--default-color-2);
    }

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




.home-pro-list {
    position: relative;
    background-image: url(../../Design/img/bg-pro-item-one_02.png);
    background-size: cover;
}

    .home-pro-list::before {
        content: '';
        position: absolute;
        width: 56px;
        height: 56px;
        background-image: url(../Design/img/decor-top-pro_03.png);
        background-size: cover;
        top: -1px;
        right: -1px;
    }

    .home-pro-list.two {
        background-color: #EAF1F8;
        background-image: unset;
    }

        .home-pro-list.two::before {
            display: none;
        }

.p-heading-top {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--default-color-2);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    --color: #85d7de;
    -ms-flex-pack: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
}

    .p-heading-top h3 {
        position: relative;
        margin: 0;
        font-family: interB;
        z-index: 2;
        font-size: 42px;
        color: var(--default-color-1);
    }

    .p-heading-top h1 {
        position: relative;
        margin: 0;
        font-family: 'interSB';
        z-index: 2;
        font-size: 42px;
    }

    .p-heading-top::before {
        content: '';
        position: absolute;
        width: 51px;
        height: 51px;
        box-sizing: border-box;
        border: 5px solid var(--color);
        left: -31px;
        transform: translateY(4px);
        opacity: 0;
    }

.p-descript-top {
    text-align: center;
    display: block;
    font-size: 18px;
    color: #525151;
    font-weight: 100;
    margin: 0;
    margin-top: 16px;
    max-width: 728px;
    margin: 0 auto;
    margin-top: 25px;
}



.right-sub {
    width: 100%;
    padding-left: 20px;
}

.right-sub-wrap {
    padding: 10px 15px;
    border: 1px solid #DADDE1;
}

.right-sub-title {
    margin: 0;
    font-family: 'RobotoB';
    color: var(--default-color-2);
    font-size: 20px;
    transform: translateY(-23px);
    background-color: #fff;
    width: fit-content;
    padding: 0 10px;
}

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

.right-sub-item {
}

    .right-sub-item a {
        display: flex;
    }

    .right-sub-item:hover .right-sub-img img {
        transform: scale(1.05);
    }

.right-sub-img {
    width: 80px;
    height: 80px;
    overflow: hidden;
}

    .right-sub-img img {
        transition: all linear .3s;
    }

.right-sub-content {
    flex: 1;
    padding-left: 10px;
}

    .right-sub-content h3 {
        margin: 0;
        font-family: 'interSB';
        margin-bottom: 9px;
        color: #333;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        transition: all linear .3s;
    }

.right-sub-item:hover h3 {
    color: var(--default-color-2);
}

.right-sub-content span {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 150%;
    color: #555;
}

.p-banner .grid.wide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-banner {
    height: 400px;
    position: relative;
}

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

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

    .p-banner-img img {
    }

.p-banner-container {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .p-banner-container h1 {
        margin: 0;
        color: #fff;
        font-family: 'interB';
        text-transform: uppercase;
        font-size: 42px;
        text-align: center;
    }

.p-banner-down {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    font-family: interM;
}

    .p-banner-down a:hover {
        color: var(--default-color-2);
    }

    .p-banner-down a {
        transition: all .3s;
    }

    .p-banner-down i {
        font-size: 10px;
        margin: 0 9px;
    }

    .p-banner-down span {
        opacity: .8;
    }

.loading-img {
    overflow: hidden;
    position: relative;
    background-color: #80808059;
}

    .loading-img::before {
        content: '';
        position: absolute;
        width: 200px;
        background-color: #80808045;
        opacity: .6;
        filter: blur(14px);
        top: 0;
        height: 100%;
        animation: forloadingimg 1.6s infinite cubic-bezier(.5, 1, .9, 1) forwards;
    }

@keyframes forloadingimg {
    0% {
        left: -100%;
    }

    to {
        left: 100%;
    }
}

.loading-img img {
    position: relative;
    z-index: 3;
}
