﻿.container-detail {
    width: 70%;
    margin: auto;
    overflow: hidden;
    max-width: 900px;
}

.page-detail-article-child {
    padding-top: 25px;
    padding-bottom: 20px;
}

.container-detail h1.title-post {
    font-size: 26px;
    font-family: InterR;
    margin-bottom: 25px;
    text-align: center;
    color: #111;
    font-family: 'VNF-Optima';
    color: var(--default-color-2);
    font-weight: 100;
    font-size: 40px;
    margin-bottom: 38px;
    font-weight: bold;
}

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

.description-article-child {
    font-size: 16px;
    line-height: 157%;
    font-family: 'VNF-Optima';
    margin: 15px 0;
    color: #333;
    font-weight: 600;
    text-align: justify;
}

.info {
    font-size: 14px;
    color: #b2b2b2;
    margin-top: 11px;
    overflow: hidden;
    font-family: MonR;
    padding-left: 5px;
    display: flex;
    align-items: center;
}

    .info span, .info a {
        display: inline-block;
        margin-right: 0;
        color: #111;
        font-size: 16px;
        font-family: 'VNF-Optima' !important;
        margin: 0 5px;
    }

    .info .date:before {
        content: "\f073";
        font-family: fontawesome;
        color: #b2b2b2;
        display: inline-block;
        margin-right: 6px;
    }

    .info .views:before {
        content: "\f06e";
        font-family: fontawesome;
        color: #b2b2b2;
        display: inline-block;
        margin-right: 6px;
    }

.breadcrums {
    float: right;
}

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

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

.detail-article-child {
    margin-top: 30px;
    font-family: 'VNF-Optima';
    color: #111;
    text-align: justify;
}

    .detail-article-child * {
        max-width: 100% !important;
        font-family: 'VNF-Optima' !important;
        line-height: 175%;
        font-size: 16px !important;
    }

.title-new-related h3 {
    font-family: 'VNF-OPTIMA';
    display: block;
    margin-bottom: 10px;
    color: var(--default-color-2);
    font-weight: bold;
    font-size: 38px;
    margin-top: 20px;
    text-transform: capitalize;
}
div#ctl00_ContentPlaceHolder1_pnOther {
    background: #f5f5f5;
    padding: 25px 0;
}
.list-bottom-travel-related {
    margin-bottom: 0;
}

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

    span.fb-like.fb_iframe_widget.fb_iframe_widget_fluid {
        display: none;
    }

    .title-post {
        font-size: 20px;
    }
.title-new-related h3 {
    font-size: 23px;
	        margin-top: 0;
}
    .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-right: 16px;
        color: #111;
        font-size: 15px;
    }

    .container-detail h1.title-post {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 21px !important;
    }

    .info .views:before {
        display: none;
    }
}