<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: #f5f5f5;
}
/*header*/
.header-img img{
    width: 100%;
    position: relative;
}
.logo{
    position: absolute;
    bottom: 0;
    display: flex;
}
.logo-img{
    margin-right: 35px;
}
.logo-img img{
    height: 90px;
    margin: 40px 0 0 20px;
    width: auto;
}
/*header*/
/*menu*/
.navbar {
    border-radius: 0;
    margin-bottom: 0;
    min-height: 46px;
}
.navbar-inverse {
    background: #ce1126;
    border: none;
    padding: 0 15px;
}
.navbar-inverse .navbar-nav&gt;li&gt;a {
    color: #fff;
    padding-top: 13px;
    padding-bottom: 13px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}
.navbar-inverse .navbar-nav&gt;li&gt;a:focus, .navbar-inverse .navbar-nav&gt;li&gt;a:hover {
    color: #fff;
    background: none;
}
.navbar-inverse .navbar-nav&gt;.active&gt;a, .navbar-inverse .navbar-nav&gt;.active&gt;a:focus, .navbar-inverse .navbar-nav&gt;.active&gt;a:hover {
    color: #fff;
    background: none;
}
.navbar-nav&gt;.active&gt;a{
    padding-left: 0;
}
ul.navbar-sub{
    display: none;
    position: absolute;
    z-index: 9900;
    margin: 0;
    padding: 0;
    background: #dddddd;
    min-width: 250px;
    border-radius: 0.25rem;
}
ul.navbar-sub li{
    list-style: none;
    border-bottom: 1px solid #f1f1f1;
}
ul.navbar-sub li:last-child{
    border-bottom: none;
}
ul.navbar-sub li a{
    text-decoration: none;
    color: #333;
    display: block;
    padding: 7px 15px;
    border-bottom: 1px solid #cdcdcd;
}
ul.navbar-sub li:last-child a{
    border-bottom: none;
}
ul.navbar-sub li a:hover {
    padding-left: 25px;
    transition: 300ms ease all;
    border-radius: 0;
}
.navbar-inverse ul li.li-sub:hover ul.navbar-sub{
    display: block;
}
/*menu end*/
/*menu-cap*/
.panel-heading {
    display: inline-block;
    width: 165px;
    vertical-align: middle;
    border-left: 8px solid #ec1111;
    padding: 5px;
    background: transparent;
    border-bottom: 0;
    border-radius: 0;
    border-color: #ddd;
    color: #333;
    margin-right: 20px;
}
.panel-heading .panel-title {
    color: #ec1111;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
}
.panel-heading:before {
    background: url(../../images/bg_tintuc.png) no-repeat scroll 0 0 / 30px 30px;
    content: "";
    height: 30px;
    left: 130px;
    margin-left: 10px;
    position: absolute;
    top: 3px;
    width: 30px;
    z-index: 100;
}
.menu-sub-cap marquee{
    line-height: 30px;
}
.menu-sub{
    border: none;
    padding: 7px 15px;
    background: #fff;
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
}
.menu-sub-cap{
    margin-top: 3px;
    display: flex;
}
.menu-sub-cap a{
    padding-right: 25px;
    color: #333;
    text-decoration: none;
}
.menu-sub-cap a:last-child{
    padding-right: 0;
}
.menu-sub-cap a:hover{
    color: #ce1126;
}

.menu-sub-cap img{
    height: 15px;
}
.navbar-form {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0;
    width: inherit !important;
}
@media (min-width: 768px) {
    .form-control, .navbar-form{
        width: 90%;
    }
}
.input-group-btn {
    width: 10% !important;
}
.menu-sub .form-control {
    height: 28px;
}
.menu-sub .btn{
    padding: 3px 12px;
}
.navbar-form input{
    font-size: 12px;
}
/*menu-cap*/
/*body*/
.body{
    padding: 15px;
    background: #fff;
}
/*sidebar*/
.menu-sidebar{
    background: #ce1126;
}
.menu-sidebar ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.menu-sidebar ul li{
    list-style: none;
    border-bottom: 1px solid #ff6375;
}
.menu-sidebar ul li:last-child{
    border-bottom: none;
}
.menu-sidebar ul li a{
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 6px 10px;
    border-bottom: 1px solid #4c4c4c;
}
.menu-sidebar ul li:last-child a{
    border-bottom: none;
}
.menu-sidebar ul li a:hover {
    padding-left: 15px;
    transition: 300ms ease all;
}
.box-sidebar{
    margin-top: 20px;
}
.box-sidebar-title{
    background: #ce1126;
    color: #fff;
    padding: 7px 10px;
    text-transform: uppercase;
}
.box-sidebar-content{
    padding: 10px;
    background: #b8b8b833;
}
.box-sidebar-content iframe{
    width: 100% !important;
}
.box-sidebar-content img{
    width: 100%;
}
.box-sidebar-content img:hover{
    filter: grayscale(100);
}
.p-support{
    margin-bottom: 7px;
}
.p-support:last-child{
    margin-bottom: 0;
}
/*sidebar*/
.box-new-hot{
    position: relative;
}
.box-new-hot-img img{
    width: 100%;
    height: 285px;
    object-fit: cover;
}
.box-new-hot-cap{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: #00000040;
    color: #fff;
}
.box-new-hot-title{
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}
.box-new-hot:hover img{
    filter: grayscale(100);
}
.box-new-list{
    display: flex;
    margin-bottom: 15px;
}
.box-new-list:last-child{
    margin-bottom: 0;
}
.box-new-list-img img{
    width: 85px;
    height: 60px;
    object-fit: cover;
    border: 1px solid #e3e3e3;
}
.box-new-list-name{
    margin-left: 10px;
}
.box-new-list-name a{
    text-decoration: none;
    font-size: 13px;
    color: #333;
    line-height: 0.1;
}
.box-new-list-name a:hover{
    color: #ce1126;
}
.box-new-list:hover img {
    filter: grayscale(100);
}
.box-mid{
    margin: 20px 0;
}
.banner img{
    width: 100%;
    height: 130px;
    object-fit: cover;
}
.box-mid-title{
    position: relative;
    border-bottom: 2px solid #e5e5e5;
    display: flex;
    margin-bottom: 15px;
}
.box-mid-title b {
    display: block;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    opacity: .1;
    background-color: currentColor;
}
.box-mid-title b {
    display: none;
}
.box-mid-title span{
    border-bottom: 2px solid #ce1126;
    padding-bottom: 15px;
    margin-bottom: -2px;
    text-transform: uppercase;
    color: #ce1126;
    font-weight: 700;
    font-size: 16px;
}
.box-mid-list{
    border: 1px solid #ccc;
    padding: 5px;
    margin-top: 30px;
}
.box-mid-list-img img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}
.box-mid-list-name{
    margin: 5px 0;
}
.box-mid-list-name a{
    text-decoration: none;
    color: #c50505;
    overflow: hidden;
    height: 36px;
    display: block;
}
.box-mid-list-name a:hover{
    color: #ce1126;
}
.box-mid-list-des{
    color: #959595;
    font-size: 13px;
}
.box-mid-list:hover img {
    filter: grayscale(100);
}
.box-bot-body{
    border: 1px solid #ccc;
}
.box-bot-body-title {
    margin: 1px;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    background: #ce1126;
    text-transform: uppercase;
    font-weight: 700;
}
.box-bot-body-content{
    padding: 10px;
}
.box-bot-body-content-first{
    display: flex;
}
.box-bot-body-content-first-img img {
    width: 130px;
    height: 75px;
    object-fit: cover;
}
.box-bot-body-content-first-name{
    margin-left: 10px;
}
.box-bot-body-content-first-name a{
    text-decoration: none;
    font-weight: 700;
    color: #727272;
}
.box-bot-body-content-first-name a:hover {
    color: #ce1126;
}
.box-bot-body-content-first:hover img {
    filter: grayscale(100);
}
.box-bot-body-content ul{
    list-style: outside;
    padding: 0;
    margin: 0;
    padding-left: 15px;
    margin-top: 20px;
}
.box-bot-body-content ul li{
    margin-bottom: 5px;
}
.box-bot-body-content ul li:last-child{
    margin-bottom: 0;
}
.box-bot-body-content ul li a{
    font-style: italic;
    font-size: 13px;
    text-decoration: none;
    color: #959595;
}
.box-bot-body-content ul li a:hover{
    color: #333;
}
a.category-a-dm{
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #ccc;
    color: #333;
}
a.category-a-dm:last-child{
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}
.box-new{
    margin-bottom: 20px;
}
/*body*/
/*footer*/
.footer{
    padding: 15px 15px 30px 15px;
    text-align: center;
    background: #ccc;
    border-top: 50px solid #fff;
    /* background: url('../../images/bg_footer.jpg'); */
    background: #ce1126;
    color: #fff;
}
.footer p{
    margin-bottom: 5px;
}
.theH{
    background: #ebebeb;
}
.theH h1, .theH h2, .theH h3, .theH a, .theH h1 a span, .theH p {
    color: #333;
    display: inline;
    font-size: 12px;
    margin: 0 10px 0 0;
    padding: 0;
}
/*footer*/
/*page*/
.menu-sub-cap ol{
    padding: 0;
    margin: 0;
    background: none;
}
.map-contact iframe{
    width: 100% !important;
    height: 200px !important;
}
.caption-contact-title{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
    color: #ce1126;
}
.caption-contact-body{
    color: #767676;
}
.btn-primary {
    color: #fff;
    background-color: #ce1126;
    border-color: #ce1126;
}
.btn-primary:hover {
    color: #fff;
    background-color: #b10e20;
    border-color: #b10e20;
}
.form-dang-ky .form-control{
    background-color: #f1f1f1;
    box-shadow: none;
    border: none;
}
.map-contact{
    margin-top: 30px;
}
.list-item{
    margin-bottom: 25px;
}
.list-item img{
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.list-item-title{
    font-weight: 700;
    color: #ce1126;
    font-size: 17px;
}
.list-item-title:hover{
    text-decoration: none;
    color: #333;
}
.list-item-date{
    color: #767676;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.list-item-mo-ta{
    color: #767676;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 0;
}
.pagination&gt;li:first-child&gt;a, .pagination&gt;li:first-child&gt;span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination&gt;li:last-child&gt;a, .pagination&gt;li:last-child&gt;span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.pagination&gt;li&gt;a, .pagination&gt;li&gt;span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    margin: 0 2px;
}
.pagination&gt;.active&gt;a, .pagination&gt;.active&gt;span, .pagination&gt;.active&gt;a:hover, .pagination&gt;.active&gt;span:hover, .pagination&gt;.active&gt;a:focus, .pagination&gt;.active&gt;span:focus {
    z-index: 2;
    color: #fff;
    background-color: #ce1126;
    border-color: #ce1126;
    cursor: default;
}
.social-links{
    margin-top: 15px;
}
.social-links ul{
    padding: 0;
    margin: 0;
}
.social-links ul li{
    list-style: none;
    display: inline-block;
    padding-right: 2px;
}
.social-links ul li a{
    text-decoration: none;
}
.social-links ul li span{
    display: block;
    padding: 5px;
    margin-bottom: 0;
    color: #fff;
    width: 35px;
    height: 30px;
    text-align: center;
    font-size: 20px;
}
.social-links ul li span.fa-facebook{
    background: #0172ac;
}
.social-links ul li span.fa-facebook:hover{
    background: #086290;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 10);
    -moz-box-shadow:0px 0px 6px rgba(0, 0, 0, 10);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 10);
}
.social-links ul li span.fa-twitter{
    background: #17aefb;
}
.social-links ul li span.fa-twitter:hover{
    background: #1296da;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 10);
    -moz-box-shadow:0px 0px 6px rgba(0, 0, 0, 10);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 10);
}
.social-links ul li span.fa-google-plus{
    background: #d81c1c;
}
.social-links ul li span.fa-google-plus:hover{
    background: #c10b0b;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 10);
    -moz-box-shadow:0px 0px 6px rgba(0, 0, 0, 10);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 10);
}
.social-links ul li span.fa-linkedin{
    background: #e88114;
}
.social-links ul li span.fa-linkedin:hover{
    background: #cc6d0a;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 10);
    -moz-box-shadow:0px 0px 6px rgba(0, 0, 0, 10);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 10);
}
.error-404 img{
    height: 150px;
    margin: auto;
}
.error-404{
    text-align: center;
    margin-top: 10px;
}
.page-content-recents-title{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
    color: #ce1126;
    margin-top: 30px;
}
.page-content-recents-body ul{
    margin: 0;
    padding: 0;
    padding-left: 15px;
}
.page-content-recents-body ul li{
    margin-bottom: 7px;
}
.page-content-recents-body ul li:last-child{
    margin-bottom: 0;
}
.detail-content-description{
    color: #767676;
    font-size: 13px;
    margin-bottom: 10px;
}
.detail-content-title h1{
    margin: 0;
    margin-bottom: 15px;
    font-size: 18px;
    color: #ce1126;
    text-transform: uppercase;
    font-weight: 700;
}
.chi-tiet-bai-viet img, chi-tiet-bai-viet iframe{
    max-width: 100%;
    height: auto !important;
}

.khao-sat-quan {
    background: #fffee3;
    margin-bottom: 2em;
}
.header-khao-sat {
    background: url(../../images/bg-quan.png) no-repeat top center;
    background-size: cover;
    /* height: 236px; */
    padding: 69px;
}
.text-head h2 {
    text-transform: uppercase;
    color: #333;
    font-size: 26px;
}
.text-head p {
    color: #333;
    font-size: 16px;
}
.khaosat-body {
    padding: 2em 3em;
}
.box-border {
    border-bottom: 1px solid #d6d5d5;
    margin-bottom: 0.8em;
    padding-bottom: 0.8em;
}
.title-h3 {
    font-size: 15px !important;
    color: #333;
    font-weight: bold;
    line-height: 22px;
}
.checkbox {
    padding-left: 20px;
}
table.checkbox-primary {
    width: 100%;
}
table.checkbox-primary tbody {
    width: 100%;
    display: flex;
}
table.checkbox-primary tr {
    display: block;
    float: left;
    width: 30%;
    /* margin-right: 1.5em; */
    padding: 0.6em 0;
}
.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 0;
}
/*page*/
/*more*/
.desktop-show{
    display: block;
}
.mobile-show{
    display: none;
}
.header{
    display: block;
}
.menu{
    display: block;
}
.header-mobile{
    display: none;
}
.menu-mobile{
    display: none;
}
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,.9);
    z-index: 100;
}
.i-item img{
    width: auto;
}
/*more*/
/*menu mobile*/
body {
    position: relative;
    overflow-x: hidden;
}
#sidebar-wrapper {
    z-index: 9999;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #e4e4e4;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}
#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}
#page-content-wrapper {
    width: 100%;
    padding-top: 70px;
}
#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}
/*Sidebar nav styles*/
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
}
.sidebar-nav li a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 10px 15px 10px 15px;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #e4e4e4;
    box-shadow: none;
    border-top: 1px solid #d4d4d4;
}
.sidebar-nav li a:hover, .sidebar-nav li a:active, .sidebar-nav li a:focus, .sidebar-nav li.open a:hover, .sidebar-nav li.open a:active, .sidebar-nav li.open a:focus {
    color: #5084ab !important;
    text-decoration: none;
    background-color: transparent;
}
/*Sidebar nav styles*/
/*Hamburger-Cross*/
.hamburger {
    position: fixed;
    top: 118px;
    right: 30px;
    z-index: 999;
    display: block;
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
}
.hamburger:hover, .hamburger:focus, .hamburger:active {
    outline: none;
}
.hamburger.is-closed:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px,0,0);
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
    position: absolute;
    left: 0;
    height: 4px;
    width: 100%;
}
.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom {
    background-color: #c50505;
}
.hamburger.is-closed .hamb-top {
    top: 5px;
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
    top: 50%;
    margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
    bottom: 5px;
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
    background-color: #c50505;
}
.hamburger.is-open .hamb-top, .hamburger.is-open .hamb-bottom {
    top: 50%;
    margin-top: -2px;
}
.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle {
    display: none;
}
.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px,0,0);
    -webkit-transition: all .35s ease-in-out;
}
/*Hamburger-Cross*/
/*Overlay*/
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,.9);
    z-index: 100;
}
/*Overlay*/
@media (max-width: 767px){
    .navbar-inverse {
        padding: 0;
    }
    .sidebar-brand .navbar-form {
        padding: 0;
        margin-right: 15px;
        margin-left: 15px;
        border: none;
    }
    .navbar-form {
        margin-top: 12px;
        margin-bottom: 12px;
    }
}
/*menu mobile*/
/*mobile*/
@media (max-width: 767px){
    .header{
        display: none;
    }
    .menu{
        display: none;
    }
    .header-mobile{
        display: block;
        padding: 5px 15px;
        background: #ebebeb;
        margin-bottom: 20px;
    }
    .menu-mobile{
        display: block;
    }
    .desktop-show{
        display: none;
    }
    .mobile-show{
        display: block;
    }
    .box-bot-body{
        margin-bottom: 20px;
    }
    .banner img {
        height: auto;
    }
    .box-mid-list{
        margin-bottom: 20px;
    }
    .box-mid-list-img img{
        height: 180px;
    }
    .box-new-hot{
        margin-bottom: 20px;
    }
    .menu-sub .col-md-6:last-child{
        display: none;
    }
    .logo {
        position: relative;
        display: flex;
    }
    .header-img img {
        /* height: 40px; */
    }
    .logo-img img {
        height: 40px;
        margin: 0;
    }
    body {
        background-color: #fff;
    }
    .body{
        padding: 0;
        margin-top: 15px;
    }
    .list-item img {
        height: 180px;
        margin-bottom: 10px;
    }
    .caption-contact{
        margin-top: 20px;
    }
}
/*mobile*/
</pre></body></html>