﻿.container-detail {
    width: 70%;
    float: left;
}

.page-detail-article-child {
    padding-top: 50px;
    padding-bottom: 20px;
    background: #F2FBFF;
}

div#ctl00_ContentPlaceHolder1_pnOther:after {
    content: "";
    position: absolute;
    background: #f2fbff;
    background-size: 100% 100%;
    width: 100%;
    height: 609px;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.list-bottom-travel-related {
    position: relative;
    z-index: 1;
}

.detail-article-child h2 {
    color: var(--default-color-1);
    font-size: 20px !important;
    font-family: 'Montserrat-Medium';
    font-weight: 500;
}

.detail-article-child h3 {
    font-family: 'Montserrat-Medium';
    color: var(--default-color-1);
    font-weight: 500;
}

    .detail-article-child h3 strong {
        font-weight: 500;
    }

.r-siderbar-new-chid {
    float: right;
    width: 340px;
    border: 1px solid #E8EDF1;
    border-radius: 12px;
    padding: 12px;
    background: #fff;
    padding-bottom: 0;
}

.container-detail h1.title-post {
    color: var(--default-color-3);
    font-family: 'Montserrat-SemiBold';
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 15px;
    text-align: left;
}

.img-detail-article-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

svg.cs_accent_color {
    color: var(--default-color-3);
    width: 25px;
    height: auto;
}

.description-article-child {
    color: #333;
    border-left: 5px solid #d6d6d6;
    padding: 15px 0px 15px 25px;
    margin: 30px 0;
    text-align: justify;
    font-family: 'Montserrat-Medium';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    background: #ffffff;
    padding-right: 12px;
}

.info {
    font-size: 14px;
    color: #b2b2b2;
    margin-top: 11px;
    overflow: hidden;
    padding-left: 5px;
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-top: solid 1px rgba(0, 0, 0, .1);
    border-bottom: solid 1px rgba(0, 0, 0, .1);
}

    .info span, .info a {
        display: inline-block;
        margin-right: 0;
        color: #333;
        font-size: 15px;
        margin: 0 5px;
    }

    .info .date:before {
        content: "\f073";
        font-family: fontawesome;
        color: var(--default-color-3);
        display: inline-block;
        margin-right: 6px;
    }

    .info .views:before {
        content: "\f06e";
        font-family: fontawesome;
        color: var(--default-color-3);
        display: inline-block;
        margin-right: 6px;
    }

.breadcrums {
    float: right;
}

    .breadcrums i {
        color: var(--default-color-3);
    }

.mtop10 {
    margin-top: 10px !important;
}

.info span > span, .info span > iframe {
    width: 127px !important;
    height: 20px !important;
}

.detail-article-child {
    margin-top: 8px;
    color: #111;
    text-align: justify;
}

    .detail-article-child p {
        white-space-collapse: unset !important;
    }

    .detail-article-child * {
        max-width: 100% !important;
        line-height: 26px !important;
        font-size: 16px !important;
    }

.title-new-related h3 {
    display: block;
    margin-bottom: 24px;
    color: var(--default-color-3);
    font-size: 25px;
    margin-top: 0;
    font-family: 'Montserrat-Medium';
    font-style: normal;
    font-weight: 500;
    line-height: 157%;
    text-transform: capitalize;
    background: linear-gradient(90deg, #0A2D7C 0%, #071E8A 29.5%, #4463DD 79.5%, #072582 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

ul.p-news-hot.rs li:hover .p-news-title {
    color: #0b6597;
}

.date-cate {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

    .date-cate span.date {
        font-size: 14px;
        display: flex;
        align-items: center;
        margin-left: 4px;
        position: relative;
        top: 1px;
    }

    .date-cate svg {
        display: flex;
        align-items: center;
    }

ul.p-news-hot.rs li {
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

ul.p-news-hot.rs .p-news-link {
    display: flex;
    position: relative;
}

    ul.p-news-hot.rs .p-news-link a.p-news-img:before {
        content: '';
        background: rgba(var(--villoz-white-rgb, 255, 255, 255), 0.3);
        bottom: 50%;
        left: 0;
        position: absolute;
        right: 0;
        top: 50%;
        opacity: 1;
        z-index: 3;
        pointer-events: none;
        transition: all 600ms linear;
    }

ul.p-news-hot.rs li:hover .p-news-link a.p-news-img:before {
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 600ms linear;
}

ul.p-news-hot.rs .p-news-link a.p-news-img {
    position: relative;
    width: 80px;
    height: 80px;
}

ul.p-news-hot.rs .p-news-link .p-news-content {
    flex: 1 1 0;
    transform: unset;
    padding: 0;
    margin-left: 10px;
}

    ul.p-news-hot.rs .p-news-link .p-news-content a.p-news-title {
        font-size: 15px;
    }

div#ctl00_ContentPlaceHolder1_pnOther {
    position: relative;
    padding-top: 67px;
    padding-bottom: 40px;
    background: #f2fbff;
}

@media (max-width: 1023px) {
    .container-detail {
        width: 100%;
        float: unset;
    }

    .r-siderbar-new-chid {
        width: 100%;
        float: unset;
        margin-top: 15px;
    }

    .title-new-related h3 {
        font-size: 23px;
    }

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

    .description-article-child {
        font-size: 18px;
        padding-left: 15px;
    }

        .description-article-child svg {
            width: 25px;
            height: auto;
        }

    .info {
        align-items: center;
    }

    .img-detail-article-child img {
        margin: auto;
        display: inline-block;
        max-width: 100%;
        width: 100%;
    }

    .breadcrums {
        display: none;
    }

    .info span, .info a {
        display: inline-block;
        margin: 6px 4px;
        color: #111;
        font-size: 12px;
    }
}
