.detail-pro section a,
.detail-cate a {
    display: inline-block;
}

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

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

    .pro.content-item .img {
        height: 338px;
        width: 100%;
        overflow: hidden;
        border-radius: 10px;
    }

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

.p-title {
    margin: 0;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    text-transform: capitalize;
    font-family: 'AsapB';
    color: var(--default-color-2);
    font-size: 35px;
}

.pro.content-item .wrap {
    width: 100%;
    flex-direction: column;
    transition: all linear .2s;
    transition-delay: .1s;
    padding-top: 15px;
}

    .pro.content-item .wrap .wrap-title {
        font-family: OpenSB;
        color: #fff;
        font-size: 24px;
        transition: all linear .2s;
        user-select: none;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-family: 'AsapSB';
        line-height: 150%;
    }

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

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

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

/*    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:hover .wrap {
        background: #f88b24;
    }

        .contruct.content-item:hover .wrap .wrap-title {
            color: #fff;
        }

        .contruct.content-item:hover .wrap .place {
            color: #fff;
        }

        .contruct.content-item:hover .wrap .info-item {
            color: #fff;
        }

    .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;
        height: 65px;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        padding-bottom: 16px;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-family: OpenM;
    }

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

    .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;
        }

/* no data*/

.no-data {
    color: var(--default-color-3);
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 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;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

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

.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 {
    }

.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-3);
    color: #fff;
    background-color: var(--default-color-3);
    margin: 0 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-width: 2px;
    font-family: 'RobotoB';
    user-select: none;
}

.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: 1px solid var(--default-color-2);
    margin: 3px;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    width: 40px;
    height: 40px;
    color: var(--default-color-1);
    border-radius: 50%;
    border-width: 2px;
    font-family: 'RobotoB';
    user-select: none;
}

    .pager a:hover,
    .pager a.active {
        background-color: var(--default-color-3);
        color: #fff;
        border-color: var(--default-color-3);
    }

.title-tops {
    color: var(--default-color-3);
    text-align: center;
    font-size: 42px;
    margin-bottom: 0;
    margin-top: 0;
    font-family: 'lober';
}

.descript-tops {
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    padding: 0 10%;
    opacity: 1;
    margin-top: 10px;
    color: #969696;
    font-family: 'AsapR';
    margin-bottom: 45px;
    line-height: 155%;
}

/*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-3);
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        margin: 10px 5px;
        font-size: 16px;
        font-family: 'BarlowR';
    }

/*selection*/
.list-contruct .item .place::-moz-selection, .title-tops::-moz-selection, .descript-tops::-moz-selection, .list-pro .item span::-moz-selection, .no-data::-moz-selection {
    background-color: var(--bg-selection);
    color: var(--color-selection);
}

.list-contruct .item .place::selection,
.title-tops::selection,
.descript-tops::selection,
.list-pro .item span::selection,
.no-data::selection {
    background-color: var(--bg-selection);
    color: var(--color-selection);
}

.pro.content-item .wrap .place::selection {
    background-color: var(--bg-selection-2);
    color: var(--color-selection);
}

/*End*/

/*SErvice*/
li.item-service-home {
    list-style: none;
    position: relative;
    height: 392px;
}

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

h3.title-service-home {
    margin: 0;
    font-size: 28.38px;
    font-family: 'BarlowB';
    color: #018bd3;
    text-transform: uppercase;
}

.bottom-service-home span {
    font-size: 18.92px;
    font-family: 'BarlowR';
    color: #969696;
    display: flex;
    align-items: center;
}

    .bottom-service-home span img {
        padding-right: 5px;
    }

/*End*/
a {
    text-decoration: none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    clear: both;
    display: block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

.swiper.swiperBanner .swiper-button-next:after {
    font-size: 16px;
    color: #fff;
}

.arcontactus-widget .arcontactus-message-button {
    background: var(--default-color-3) !important;
}

.swiper.swiperBanner .swiper-button-next {
    width: 40px;
    height: 40px;
    background: #fcc200;
    border-radius: 50px;
    right: 111px;
}

    .swiper.swiperBanner .swiper-button-next:hover, .swiper.swiperBanner .swiper-button-prev:hover {
        background: #2d2d2d;
    }

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

.swiper.swiperBanner .swiper-button-prev:after {
    font-size: 16px;
    color: #fff;
}

.swiper.swiperBanner .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #fcc200;
    border-radius: 50px;
    left: 111px;
}