﻿.item-services {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 80px;
    margin: 20px 0;
}

.inner-page.detail-service:after {
    content: "";
    position: absolute;
    background: url(/Design/img/GrandHotel/bb.png) no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: unset;
    z-index: -1;
}

.p-news-item .btn {
    padding: 12px 28px;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid rgba(7, 37, 130, 0.25);
    border-radius: 40px;
}

    .p-news-item .btn span svg path {
        fill: #a2704c;
    }

.title-service-child-c h1.p-title {
    font-size: 32px;
}

section.detail-service-child h2 {
    margin: 0;
    color: var(--default-color-2) !important;
    font-family: 'BlackerSansText-Medium';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.img-services-inner {
    width: 58%;
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 90px;
    overflow: hidden;
    z-index: 3;
}

    .img-services-inner a {
        overflow: hidden;
    }

        .img-services-inner a img {
            transition: all linear .3s;
        }

    .img-services-inner:hover a img {
        transform: scale(1.1);
    }

.infos-services-inner {
    width: 45%;
    float: left;
    background: #eff6ff;
    padding: 40px;
    margin-left: 15px;
    margin-top: 15px;
    padding-right: 100px;
    box-sizing: border-box;
    min-height: 450px;
    display: flex;
    z-index: 2;
    position: relative;
    /* box-shadow: 1px 2px 10px #00000057; */
}

.item-services:nth-child(2n+2) .img-services-inner {
    float: left;
    left: 0;
    right: inherit;
    top: 0;
    bottom: 90px;
}

.item-services:nth-child(2n+2) .infos-services-inner {
    float: right;
    padding-right: 40px;
    padding-left: 100px;
    margin: 0;
    margin-right: 15px;
    margin-bottom: 15px;
}

.img-services-inner img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.item-services:nth-child(2n+2) {
    padding-bottom: 0;
    padding-top: 80px;
}

.item-services:nth-child(n+2) {
    margin-top: 40px;
}

.infos-services-inner:before {
    content: "";
    position: absolute;
    left: -15px;
    top: -15px;
    right: -15px;
    bottom: -15px;
    border: 1px solid #ffc506;
    z-index: -1;
}

.margin-auto-services {
    margin: auto;
    display: block;
}

.title-services-inner {
    font-size: 30px;
    /* text-transform: uppercase; */
    font-family: playsb;
    color: #ffc506;
}

    .title-services-inner:after {
        content: "";
        width: 21%;
        height: 1px;
        background: #7a633a;
        display: block;
        margin-top: 10px;
    }

.des-services-inner {
    font-size: 17px;
    margin-top: 30px;
    line-height: 26px;
    text-align: justify;
    color: rgb(0 0 0 / 80%);
}

.detail-service {
    display: block;
    /* overflow: hidden; */
    margin-top: 0;
    text-align: left;
}

    .detail-service a:hover i {
    }

@media only screen and (max-width: 639px) {
    .item-services:nth-child(n+1) {
        padding-bottom: 15px;
        padding-top: 0;
    }

    .img-services-inner {
        position: relative;
        width: 100%;
        top: 0;
    }

    section.detail-service-child h2 {
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .infos-services-inner {
        width: calc(100% - 30px);
        min-height: unset;
        /* margin: 0; */
        box-sizing: border-box;
        padding: 10px !important;
        /* margin-top: -80px !important; */
    }

    .title-services-inner {
        font-size: 25px;
    }
}

.detail-service-child {
    line-height: 28px;
    text-align: justify;
}

.title-relate-service-child h2 {
    color: #1f3e2b;
    text-align: left;
    font-family: 'BlackerSansText-Medium';
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.p-news-item:hover {
    transform: translateY(-14px) !important;
}

.p-news-item .btn:hover {
    background: #7A3300;
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(7, 37, 130, 0.25);
    border-color: #7A3300;
}

.p-news-item .btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: all 0.6s ease;
}

.p-news-item .btn:hover:after {
    left: 130%;
}

div#ctl00_ContentPlaceHolder1_pnOther {
    padding-bottom: 0;
    position: relative;
    margin-top: 35px;
    padding-bottom: 15px;
}

    div#ctl00_ContentPlaceHolder1_pnOther:before {
        content: "";
        position: absolute;
        background: url(/Design/img/PeaceHomeHotel/pc.png) no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

.title-relate-service-child {
    padding-top: 50px;
}

.service {
    padding: 50px 0;
    background: url(/Design/img/PeaceHomeHotel/service.png) no-repeat;
    background-size: cover;
}

    .service .p-news-list {
        margin-top: 50px;
    }

.home-picture {
    background: unset;
    padding-top: 38px;
}

.img-detail-ar img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    clip-path: polygon(0 6%, 100% 0, 100% 100%, 0% 100%);
    cursor: zoom-in;
    pointer-events: all;
}

.service-top-title-co {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.title-service-child-c {
    flex: 1 1 0;
    margin-right: 55px;
}

.img-detail-ar {
    width: 50%;
}

.img-detail-ar {
    clip-path: polygon(0 6%, 100% 0, 100% 100%, 0% 100%);
}

.detail-service-child table {
    width: 100% !important;
}

section.detail-service-child h3 {
    margin: 0;
    color: var(--default-color-2) !important;
    font-family: 'BlackerSansText-Medium';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.detail-service-child table td {
    padding: 10px;
    border: 1px solid #333;
}

@media only screen and (max-width: 1023px) {
    .tit-page.size-medium h1 {
        font-size: 26px;
    }

    .img-detail-ar {
        width: 100%;
    }

    section.detail-service-child h3 {
        font-size: 20px;
        line-height: 146%;
    }

    .img-detail-ar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .tit-page.size-medium h2 {
        padding: 0 10px;
        margin-top: 15px;
    }
}

.detail-service {
    padding: 50px 0;
    padding-bottom: 0;
    position: relative;
}

.inner-page.detail-service .p-descript {
    color: #333;
}

.detail-room-album {
    margin-top: 20px;
    padding-bottom: 40px;
    position: relative;
    display: none;
}

    .detail-room-album .btn {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        pointer-events: none;
    }

        .detail-room-album .btn .btn-prev.btn-item.flex-center {
            padding: 10px 20px;
            background: #0b6597;
            cursor: pointer;
            border-radius: 0 50px 50px 0;
            pointer-events: all;
            border: 1px solid #D49C03;
            background: linear-gradient(90deg, #0A2D7C 0%, #071E8A 29.5%, #4463DD 79.5%, #072582 100%), #E4DCCF;
            box-shadow: 0px 4px 4px 0px rgba(7, 37, 130, 0.38);
        }

        .detail-room-album .btn .btn-next.btn-item.flex-center {
            padding: 10px 20px;
            background: #304fbf;
            cursor: pointer;
            border-radius: 50px 0 0 50px;
            pointer-events: all;
            border: 1px solid #D49C03;
            background: linear-gradient(90deg, #0A2D7C 0%, #071E8A 29.5%, #4463DD 79.5%, #072582 100%), #E4DCCF;
            box-shadow: 0px 4px 4px 0px rgba(7, 37, 130, 0.38);
        }

        .detail-room-album .btn .btn-prev.btn-item.flex-center img {
            filter: brightness(0) invert(1);
            -webkit-filter: brightness(0) invert(1);
            width: 16px;
            height: auto;
        }

        .detail-room-album .btn .btn-next.btn-item.flex-center img {
            filter: brightness(0) invert(1);
            -webkit-filter: brightness(0) invert(1);
            width: 16px;
            height: auto;
        }

        .detail-room-album .btn .btn-prev.btn-item.flex-center:hover img {
            filter: brightness(0);
            -webkit-filter: brightness(0);
        }

        .detail-room-album .btn .btn-prev.btn-item.flex-center:hover {
            background: #fff;
        }

        .detail-room-album .btn .btn-next.btn-item.flex-center:hover img {
            filter: brightness(0);
            -webkit-filter: brightness(0);
        }

        .detail-room-album .btn .btn-next.btn-item.flex-center:hover {
            background: #fff;
        }

    .detail-room-album .item {
        border-radius: 10px;
        overflow: hidden;
    }

        .detail-room-album .item a {
            display: block;
            width: 100%;
            height: 100%;
            position: relative;
        }

            .detail-room-album .item a::before {
                content: '';
                background: rgba(var(--villoz-white-rgb, 255, 255, 255), 0.3);
                bottom: 50%;
                content: "";
                left: 0;
                position: absolute;
                right: 0;
                top: 50%;
                opacity: 1;
                z-index: 3;
                pointer-events: none;
                transition: all 600ms linear;
            }

        .detail-room-album .item:hover a::before {
            top: 0;
            bottom: 0;
            opacity: 0;
            transition: all 600ms linear;
        }

        .detail-room-album .item a img {
            width: 100%;
            height: 325px;
            object-fit: cover;
            transition: all linear .2s;
        }
/*RS*/
@media(min-width:1390px) {
    .detail-room-album .item a img {
        width: 100%;
        height: 460px;
    }
}

@media(max-width:739px) {
    .detail-room-album .item a img {
        height: 100%;
    }

    .p-news-title {
        font-size: 18px !important;
    }

    .p-news-item .btn {
        padding: 10px 18px;
    }

    .service-top-title-co {
        display: block;
    }

    .detail-room-album .item {
        height: 150px;
    }

    .title-service-child-c {
        margin: 0;
        margin-bottom: 20px;
    }

    .detail-room-album {
        margin-bottom: 0;
    }

        .detail-room-album .btn {
            display: none;
        }
}
