<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#export {
    background: #fff;
    width: 210mm;
    margin: 0 auto;
}
.story-date {
    float: left;
    margin: 0 auto;
    height: 70px;
    width: 70px;
    background-color: #f08080;
    color: #FFF;
    border-radius: 50%;
    margin-left: 10px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 50%;
}
    .story-date span {
        padding-top: 15px;
        display: block;
        font-size: 11pt;
        line-height: 6mm;
    }
.story-row.row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.column-2-left {
    width: 45%;
}
.column-2-center {
    width: 10%;
    z-index: 5;
}
.column-2-right {
    width: 45%;
    vertical-align: top !important;
}
.chuongtrinhtour-img img {
    width: 100%;
}
.schedule-body p {
    line-height: 7mm;
    padding: 0;
    margin: 0;
}
.schedule-body {
    font-size: 11pt;
    padding: 2mm;
}
.schedule-image-2 {
    padding: 2mm;
}
.row.story-row {
    margin-bottom: 5mm;
    border-bottom: 1px solid #eee;
}
.row.story-row:last-child {
    margin-bottom: 5mm;
    border-bottom: none;
}
.vertical-line {
    position: absolute;
    /*height: 100%;*/
    width: 1px;
    margin: auto;
    top: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    border-left: 1px solid #e1dddd;
}
.title-trikethrough {
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 1;
    /* margin: 36px 0 25px; */
    /* margin-top: 5px; */
}
.wraper-title img {
    width: 32px;
}
.wraper-title {
    padding: 0 15px;
    display: inline-block;
}

.bg-white-gray {
    background: transparent;
    font-size: 11px;
}

.title-trikethrough:before {
    background-color: #eee;
    content: "";
    display: inline-block;
    height: 2px;
    position: absolute;
    width: 34%;
    bottom: 27px;
    z-index: -1;
    left: 0;
}

.title-trikethrough:after {
    background-color: #eee;
    content: "";
    display: inline-block;
    height: 2px;
    position: absolute;
    width: 34%;
    bottom: 27px;
    z-index: -1;
    right: 0;
}
.blue {
    color: #0477bd;font-weight:bold;
}
.info-companny {
    /* margin-top: 16px; */
    width: 100%;
    display: block;
    padding-top: 30px;
    text-align:center;
}
    .info-companny p {
        line-height: 27px;
        padding: 0;
        margin: 0;
        font-size: 11.4pt;
    }</pre></body></html>