<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.half-fluid .item {
  margin-bottom: 2rem;
}
.half-fluid .image {
  background-size: cover;
  background-position: center;
  min-height: 300px;
  margin-bottom: 1rem;
}
.half-fluid .image img {
  width: 100%;
}
@media (min-width: 992px) {
    .half-fluid .image {
        margin-bottom: 0;
        min-height: 400px;
    }
  .half-fluid .item {
    margin-bottom: 0;
  }
  .half-fluid .item:nth-child(2n+1) .row {
    flex-direction: row-reverse;
  }
}

.postcard {
  flex-wrap: wrap;
  display: flex;
  margin: 0 0 2rem 0;
  overflow: hidden;
  position: relative;
}
.postcard :hover img {
  transform: scale(1.1);
}
.postcard .img {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .postcard .img {
    width: 59%;
  }
}
.postcard img {
  transition: all 2.1s ease;
  width: 100%;
  margin: 0;
  line-height: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.postcard .content {
  width: 88%;
  height: auto;
  transform: translate(-50%, 0);
  margin-top: -6%;
  left: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  z-index: 2;
  padding: 2rem;
  background-color: #fff;
}
@media (min-width: 992px) {
  .postcard .content {
    transform: translate(0, -50%);
    right: 0;
    top: 50%;
    position: absolute;
    width: 60%;
    height: 80%;
    margin-top: 0;
    left: auto;
  }
}
.postcard .content .h4 {
  color: #444 !important;
  text-align: left;
  width: 100%;
}
.postcard .content .txt {
  text-align: justify;
}

.card-hotel .img-fluid {
  transition: all 2.1s ease;
}
.card-hotel :hover .img-fluid {
  transform: scale(1.1);
}

.line-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.5rem;
  max-height: 6rem;
  overflow: hidden;
}

.line-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.5rem;
  max-height: 4.5rem;
  overflow: hidden;
}

.line-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.8rem;
  max-height: 1.8rem;
  overflow: hidden;
}

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

.parallax_container {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 50vh;
}

.glass {
  position: relative;
  background: inherit;
  overflow: hidden;
  color: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3), 0 6px 20px rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.glass:before {
  content: "";
  position: absolute;
  background: inherit;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -20px;
  box-shadow: inset 0 0 500px rgba(255, 255, 255, 0.4);
  filter: blur(24px);
  z-index: -1;
}

.form-select {
  border: 1px solid rgba(170, 170, 170, 0.3);
  border-radius: 0;
}

.title-blue {
  color: #0A36AF;
  text-transform: uppercase;
}

.title-red {
  color: #da2032;
  text-transform: uppercase;
}

.bg-light2 {
  background: #f2f2f2;
}

.nav-pills .nav-link {
  margin-right: 1rem;
}

.nav-pills .nav-link:hover {
  background: #fff;
  color: #0A36AF;
}

.bgr-support {
  background-size: cover;
  width: 100%;
  overflow: hidden;
  background-position: 50% 50%;
  position: relative;
  overflow: hidden;
  z-index: -2;
}
.bgr-support::after {
  width: 110%;
  height: 110%;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #0A36AF;
  opacity: 0.6;
  z-index: -1;
}

.gradient {
  background-image: linear-gradient(to bottom right, #ffd9d9, #c8edff);
}

.card.des {
  border: 0.5px solid #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0.25rem;
}

.card.des .card-image img {
  transition: all 0.4s ease-in-out;
}

.card.des .card-image {
  overflow: hidden;
  transform-style: preserve-3d;
}

.card.des .card-image:hover img {
  transform: scale(1.2) rotate(-7deg);
}

.card-content {
  position: absolute;
  box-shadow: 1px 4px 12px rgba(0, 0, 0, 0.15);
  top: 86%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 4px 20px;
}

.bg-black {
  background-color: rgba(0, 0, 0, 0.8);
}

.top-0 {
  z-index: 2;
}

.top-5 {
  top: 5%;
  z-index: 2;
}

.card-img-overlay {
  background-color: #0A36AF;
  padding: 0.5rem 1rem;
  right: 0;
  bottom: 0;
  top: auto;
  left: auto;
  border-radius: 0;
  transition: all 0.3s ease;
  border-radius: 8px 0 0 0;
  font-size: 14px !important;
  color: #fff;
}
.card-img-overlay &gt; * {
  margin: 0;
  font-size: 120%;
  font-weight: normal;
}
.card-img-overlay:hover {
  color: #fff;
}

[style*="--aspect-ratio"] &gt; :first-child {
  width: 100%;
}

[style*="--aspect-ratio"] &gt; img {
  height: auto;
}

@supports (--custom:property) {
  [style*="--aspect-ratio"] {
    position: relative;
  }
  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }
  [style*="--aspect-ratio"] &gt; :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
.card img {
  transition: all 0.3s ease;
}
.card:hover .card-img-overlay {
  background-color: #29aae1;
}

.map-tour img {
  width: 100%;
}

.bg-dark-overlay-4 a {
  font-size: 1.25rem;
  text-decoration: none;
}
.bg-dark-overlay-4 a:hover {
  color: #555 !important;
}

.card-title a {
  text-decoration: none;
}

.opacity-50 {
  opacity: 0.5;
}

.line-2 {
  line-height: 1.5rem;
  font-weight: 500;
  max-height: 3rem;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}

.card.bg-dark-overlay-5 {
  max-height: 50vh;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.card.bg-dark-overlay-5 .gradient-transparent {
  display: flex;
  justify-content: center;
  background: rgb(0, 0, 0);
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 36%, rgba(0, 100, 255, 0) 100%);
}

.detail img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}

.icon-md {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(10, 54, 175, 0.5);
}
.icon-md:hover {
  background-color: #0A36AF;
}

html {
  scroll-behavior: smooth;
}

.nav-sticky {
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(51, 51, 51, 0.15);
  z-index: 2;
}
.nav-sticky a {
  color: #888;
  font-weight: bold;
  padding: 0.75rem 2rem;
  border-radius: 6px;
  background-color: #fff;
}
.nav-sticky a:hover {
  background-color: #f2f2f2;
  color: #0A36AF;
}

.logo {
  padding: 0.75rem;
}
.logo img {
  max-height: 60px;
}

.center-div {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.gradient-transparent {
  background: rgb(0, 0, 0);
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 36%, rgba(0, 100, 255, 0) 100%);
}/*# sourceMappingURL=detail.css.map */

 /*Blog*/

.phantrang {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}

    .phantrang a,
    .phantrang span {
        padding: 8px 12px;
        border: 1px solid #ccc;
        text-decoration: none;
        color: #007bff;
        flex-shrink: 0; /* Ngăn các phần tử co lại */
    }

        .phantrang a:hover {
            background-color: #007bff;
            color: #fff;
        }

        .phantrang span.active {
            background-color: #007bff;
            color: #fff;
            border: 1px solid #007bff;
        }

        .phantrang a[disabled="disabled"] {
            pointer-events: none;
            color: #ccc;
            border-color: #ccc;
        }

/*Blog detail*/
.blog-img, .user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.container-blog {
    --bs-gutter-x: 1.5rem;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-blog {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-blog {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-blog {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-blog,
    .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container-blog,
    .container-xl {
        max-width: 1320px;
    }
}



#section-counter {
    position: relative;
    z-index: 0;
}

.ftco-counter .counter-wrap {
    width: 100%;
    padding: 30px;
    background: #022049;
}

@media (min-width: 992px) {
    .ftco-counter .counter-wrap {
        margin-top: -180px;
    }
}

.ftco-counter .text {
    width: calc(100% - 90px);
}

    .ftco-counter .text .number {
        font-size: 30px;
        font-weight: 600;
        color: #fff;
        line-height: 1;
        display: inline-block;
        margin-bottom: 5px;
    }

    .ftco-counter .text span.counter {
        font-size: 30px;
        font-weight: 600;
        color: #fff;
        line-height: 1;
        display: inline-block;
        margin-bottom: 5px;
    }

    .ftco-counter .text p {
        display: inline-block;
        font-size: 12px;
        color: #E82D24;
        line-height: 1.2;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 0;
    }

.ftco-counter .icon {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    position: relative;
    margin-bottom: 10px;
}

    .ftco-counter .icon span {
        color: rgba(255, 255, 255, 0.5);
        font-size: 40px;
    }

.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: block;
    width: 100%;
    height: 300px !important;
    z-index: -1;
}

.blog-entry {
    width: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 4px;
    -webkit-box-shadow: 0px 10px 25px -13px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 25px -13px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 25px -13px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    .blog-entry {
        margin-bottom: 40px;
    }
}

@media (max-width: 575.98px) {
    .blog-entry {
        margin-bottom: 30px;
    }
}

.blog-entry .text {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 0;
    padding: 30px;
}

    .blog-entry .text .heading {
        font-size: 25px;
        margin-bottom: 0;
        font-weight: 600;
    }

        .blog-entry .text .heading a {
            color: #000000;
            display: block;
            display: -webkit-box;
            max-width: 100%;
            margin: 0 auto;
            line-height: 1.2;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
        }

        .blog-entry .text .heading + p {
            display: block;
            display: -webkit-box;
            max-width: 100%;
            margin: 0 auto;
            line-height: 1.8;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
        }

.line-2 {
    display: block;
    display: -webkit-box;
    display: box;
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.15;
    max-height: 56px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.line-4 {
    display: block;
    display: -webkit-box;
    display: box;
    max-height: 108px;
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.8;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.blog-entry .text .heading a:hover,
.blog-entry .text .heading a:focus,
.blog-entry .text .heading a:active {
    color: #E82D24;
}

.blog-entry .meta {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: #E82D24;
    z-index: 1;
    margin-left: 10px;
    margin-top: -50px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .blog-entry .meta span {
        display: block;
        line-height: 1.1;
    }

        .blog-entry .meta span.day {
            font-weight: 700;
            color: #fff;
            font-size: 30px;
        }

        .blog-entry .meta span.mos {
            font-size: 16px;
            color: #fff;
            font-weight: 600;
            text-transform: uppercase;
        }

        .blog-entry .meta span.yr {
            color: rgba(255, 255, 255, 0.8);
            font-size: 12px;
            letter-spacing: 2px;
            font-weight: 700;
        }

.blog-entry:hover .meta {
    background: #E82D24;
}

    .blog-entry:hover .meta .day {
        color: #fff;
    }
.blog-single {
    word-wrap: break-word;
}
.blog-single h2,
.blog-single .h2 {
    font-size: 40px;
    font-weight: 700;
}

.block-27 ul {
    padding: 0;
    margin: 0;
}

    .block-27 ul li {
        display: inline-block;
        margin-bottom: 4px;
        font-weight: 400;
    }

        .block-27 ul li a,
        .block-27 ul li span {
            color: #000000;
            text-align: center;
            display: inline-block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            border-radius: 4px;
            border: 1px solid #e6e6e6;
            background: #fff;
        }

        .block-27 ul li.active a,
        .block-27 ul li.active span,
        .block-27 ul li:hover a,
        .block-27 ul li:hover span {
            background: #E82D24;
            color: #fff;
            border: 1px solid transparent;
        }

.wrapper {
    width: 100%;
}

    .wrapper .social-media h3,
    .wrapper .social-media .h3 {
        font-size: 18px;
        font-weight: 700;
    }

    .wrapper .social-media p a {
        color: black;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 600;
        margin-right: 10px;
    }

        .wrapper .social-media p a:hover {
            color: #000000;
        }

.contact-wrap {
    background: #fff;
}

    .contact-wrap h3,
    .contact-wrap .h3 {
        color: #000000;
        font-weight: 700;
        font-size: 30px;
    }

.dbox {
    width: 100%;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .dbox {
        margin-bottom: 0;
    }
}

.dbox p {
    margin-bottom: 0;
}

    .dbox p span {
        font-weight: 400;
        color: #000000;
        display: block;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 700;
    }

    .dbox p a {
        color: black;
    }

.dbox .text {
    width: 100%;
}

.contactForm .label {
    color: #E82D24;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.contactForm .form-control {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
}

.block-21 .blog-img {
    display: block;
    height: 80px;
    width: 80px;
}

.block-21 .text {
    width: calc(100% - 90px);
}

    .block-21 .text .heading {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 0;
    }

        .block-21 .text .heading a {
            color: #000000;
        }

            .block-21 .text .heading a:hover,
            .block-21 .text .heading a:active,
            .block-21 .text .heading a:focus {
                color: #E82D24;
            }

    .block-21 .text .meta &gt; div {
        display: inline-block;
        font-size: 11px;
        margin-right: 5px;
    }

        .block-21 .text .meta &gt; div a {
            color: gray;
            color: #E82D24;
        }

.tagcloud a {
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 7px;
    margin-right: 4px;
    border-radius: 4px;
    color: #fff;
    font-size: 11px;
    background: #E82D24;
}

.comment-form-wrap {
    clear: both;
}

    .comment-form-wrap .comment-form {
        background: #f8f9fa;
    }

    .comment-form-wrap .form-group label {
        font-size: 13px;
        text-transform: uppercase;
        color: #000000;
        font-weight: 700;
    }

    .comment-form-wrap .form-control {
        height: 45px;
        background: transparent;
        color: rgba(0, 0, 0, 0.8);
        font-size: 14px;
        border-radius: 2px;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

        .comment-form-wrap .form-control::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: rgba(0, 0, 0, 0.3) !important;
        }

        .comment-form-wrap .form-control::-moz-placeholder {
            /* Firefox 19+ */
            color: rgba(0, 0, 0, 0.3) !important;
        }

        .comment-form-wrap .form-control:-ms-input-placeholder {
            /* IE 0+ */
            color: rgba(0, 0, 0, 0.3) !important;
        }

        .comment-form-wrap .form-control:-moz-placeholder {
            /* Firefox 18- */
            color: rgba(0, 0, 0, 0.3) !important;
        }

        .comment-form-wrap .form-control:focus,
        .comment-form-wrap .form-control:active {
            border-color: #E82D24 !important;
        }

    .comment-form-wrap textarea.form-control {
        height: inherit !important;
    }

.comment-list {
    padding: 0;
    margin: 0;
}

    .comment-list .children {
        padding: 50px 0 0 40px;
        margin: 0;
        float: left;
        width: 100%;
    }

    .comment-list li {
        padding: 0;
        margin: 0 0 30px 0;
        float: left;
        width: 100%;
        clear: both;
        list-style: none;
    }

        .comment-list li .vcard {
            width: 80px;
            float: left;
        }

            .comment-list li .vcard img {
                width: 50px;
                border-radius: 50%;
            }

        .comment-list li .comment-body {
            float: right;
            width: calc(100% - 80px);
        }

            .comment-list li .comment-body h3,
            .comment-list li .comment-body .h3 {
                font-size: 24px;
                font-weight: 700;
            }

            .comment-list li .comment-body .meta {
                text-transform: uppercase;
                font-size: 13px;
                letter-spacing: 0.1em;
                color: #ccc;
                font-weight: 600;
                color: #E82D24;
                display: block;
                margin-bottom: 10px;
            }

            .comment-list li .comment-body .reply {
                padding: 5px 10px;
                background: #e6e6e6;
                color: #fff;
                text-transform: uppercase;
                font-size: 11px;
                letter-spacing: 0.1em;
                font-weight: 600;
                border-radius: 4px;
                background: #E82D24;
            }

                .comment-list li .comment-body .reply:hover {
                    color: #fff;
                    background: black;
                }

.search-form .form-group {
    position: relative;
}

    .search-form .form-group input {
        padding-right: 50px;
        font-size: 14px;
    }

.search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sidebar-box {
    margin-bottom: 30px;
    padding: 10px;
    font-size: 15px;
    width: 100%;
}

    .sidebar-box *:last-child {
        margin-bottom: 0;
    }

    .sidebar-box h3,
    .sidebar-box .h3 {
        font-size: 30px;
        margin-bottom: 15px;
        font-weight: 700;
    }

.categories li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    list-style: none;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    .categories li:last-child {
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 0;
    }

    .categories li a {
        display: block;
        color: #1a1a1a;
    }

        .categories li a span {
            position: absolute;
            right: 0;
            top: 0;
            color: #ccc;
        }

    .categories li.active a {
        color: #000000;
        font-style: italic;
    }

@keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

/*table of content*/
.smooth-scroll {
    scroll-behavior: smooth
}

#toctoc {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 2rem;
    text-align: left;
    background-color: rgb(245, 245, 245);
}

    #toctoc #toctoc-head {
        padding: .8rem 1rem;
        display: flex;
        justify-content: space-between
    }

        #toctoc #toctoc-head a:hover {
            opacity: .9
        }

    #toctoc #toctoc-body {
        padding: .5rem 1rem;
        font-size: 1rem
    }

        #toctoc #toctoc-body .link {
            margin: .2rem 0
        }

        #toctoc #toctoc-body a {
            display: flex;
            align-items: center;
            gap: .4rem
        }



        #toctoc #toctoc-body .link-h3 {
            padding-left: 1rem
        }

        #toctoc #toctoc-body .link-h4 {
            padding-left: 2rem
        }

        #toctoc #toctoc-body .link-h5 {
            padding-left: 3rem
        }

        #toctoc #toctoc-body .link-h6 {
            padding-left: 4rem
        }

    #toctoc a {
        text-decoration: none
    }

    #toctoc #toctoc-body a:hover,
    #toctoc #toctoc-body a:focus,
    #toctoc #toctoc-body a:active {
        color: #29aae1;
        text-decoration: underline;
    }

#DestinationDescripstion a {
    word-wrap: break-word;
}

#DestinationDescripstion img {
    max-width:100%!important;
    height:auto!important;
}
</pre></body></html>