@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700|Roboto+Condensed&subset=vietnamese');

body {
    font-family: Arial, sans-serif;
    font-weight: 400;
    color: var(--text_main_color, #425563);
    font-size: 15px;
    line-height: 25px;
    width: 100%;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

.container, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
}

.row {
    margin-right: -8px;
    margin-left: -8px;
}

img {
    max-width: 100% !important;
    height: auto !important;
}

table {
    max-width: 100% !important;
}

.container {
    max-width: 1020px;
}

ol, ul {
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--text_title_color, #223982);
    margin-top: 10px;
    margin-bottom: 10px;
}

h1 {
    font-size: 20px;
}

.balance_float:before,
.balance_float:after {
    content: "";
    display: table;
}

.balance_float:after {
    clear: both;
}

.balance_float {
    *zoom: 1;
}

.fa {
    font-size: 14px;
}

a {
    outline: none;
    text-decoration: none !important;
    color: var(--text_color, #223982);
}

a:hover {
    color: var(--text_hover_color, #223982);
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-weight: normal;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:before {
    content: '*';
    color: #F00;
    font-weight: bold;
}

/* footer */
footer {
    background-color: var(--bg_footer_color, #ffffff);
    color: var(--text_footer_color, #425563);
    padding: 20px 0;
    font-size: 13px;
    line-height: 20px;
}

.footer-line {
    overflow: auto;
}

.footer-line .left {
    width: 70%;
    float: left;
    height: 10px;
    background: #223982;
}

.footer-line .right {
    width: 30%;
    float: right;
    height: 10px;
    background: #F37920;
}

footer p {
    margin-bottom: 5px;
}

footer .title {
    font-size: 22px;
    font-weight: bold;
    color: #223982;
    text-transform: uppercase;
    margin: 0;
    display: block;
    margin-bottom: 5px;
}

/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
    margin: 0 0 0 0;
    padding: 8px 0;
    border: 1px solid #ddd;
}

.breadcrumb > li {
    position: relative;
    white-space: nowrap;
}

.breadcrumb{
    background: none;
    border: none;
}

.breadcrumb>li+li:before {
    content: ">";
}

.pagination {
    margin: 0;
}

h2.price {
    margin: 0;
}

/* New Category */
#accordion .panel-heading {
    background-color: #FFFFFF;
    padding: 6px 12px;
    border-left: 1px #CCC solid;
    border-right: 1px #CCC solid;
    border-bottom: 1px #CCC solid;
}

#accordion .panel-heading a {
    color: #00124f;
    text-decoration: none;
    font-weight: bold;
}

#accordion .panel-default {
    border: none;
}

#accordion .panel-body a {
    color: #00124f;
}

.panel-group .panel + .panel {
    margin-top: 2px;
}

#accordion .panel-body {
    padding: 0;
}

#accordion table {
    margin-bottom: 0;
}

.jshowoff-slidelinks {
    display: none;
}

.date {
    font-style: italic;
    color: #888;
}

.day_time {
    color: #223982;
}

.day_time a {
    color: #58a506 !important;
}

.day_time .btn-group-sm > .btn, .btn-sm {
    padding: 1px 7px;
    font-size: 8px;
    line-height: 0.5;
    border-radius: 0;
}

.day_time .container {
    background: #ECFFEE;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
}

#accordion .panel {
    box-shadow: none;
    margin-bottom: -2px;
}

#accordion .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: none;
    border-left: 1px #CCC solid;
    border-right: 1px #CCC solid;
    border-bottom: 1px #CCC solid;
}

.li-visitor {
    padding: 0;
    margin: 0;
}

.li-visitor li {
    border: medium none;
    margin-left: 18px;
    padding-right: 5px;
    text-align: left;
    width: auto;
    list-style-type: square;
    color: #CF1919;
    line-height: 16px;
}

.li-visitor li .title_v a {
    color: #00124f;
    text-align: justify;
}

.new-list-title {
    color: var(--text_title_color, #223982);
    float: left;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    font-size: 20px;
    line-height: 21px;
    display: block;
    margin-bottom: 5px;
}

.new-list-description-short {
    text-align: justify;
}

.new-description * {
    max-width: 100% !important;
}

.form-horizontal .form-group {
    margin-right: -3px;
    margin-left: -3px;
}

/* Header */
header {

}

header .logo img {
    max-height: 90px;
    display: block;
    margin: 0 auto;
}

.container-header {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Menu */
.menu {
    background: #223982;
}

.menu .container {
    background: #223982;
}

@media only screen and (max-width: 767px) {
    .menu .container {
        padding-top: 20px;
    }
}

.menu .sf-menu a {
    color: var(--text_menu_color, rgba(255, 255, 255, .9));
    padding: 10px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}

.menu .sf-menu > li > a {
    font-weight: bold;
}

.menu .sf-menu a:hover {
    color: var(--text_menu_hover_color, #223982);
    background: #F3F3F3;
}

.menu .sf-menu ul {
    box-shadow: none;
    background: #223982;
}

.red-text {
    color: #223982;
}

.top {
    padding: 4px 0;
}

.marquee {
    display: none;
}

.box-column-maincolor .box-heading {
    text-align: left;
    font-weight: bold;
    background: #f3f3f3;
    color: #0a7d0a;
    padding: 6px 10px;
}

.box-column-maincolor .box-content a {
    display: block;
    padding: 6px 10px;
    color: #444444;
    -webkit-font-smoothing: antialiased;
}

.box-column-maincolor .box-content {
    border: 1px #dbdbdb solid;
}

.box-column-redcolor .box-heading {
    text-align: left;
    font-weight: bold;
    background: #f3f3f3;
    color: #0a7d0a;
    padding: 6px 10px;
}

.box-column-redcolor .new-detail {
    position: relative;
}

.box-column-redcolor .new-detail a {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 1));
    color: #FFF;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
}

/* Slide new */
.new-list a {
    display: block;
    padding: 10px;
    border-bottom: 1px #eee dotted;
    border-left: 1px #eee solid;
    -webkit-font-smoothing: antialiased;
    border-right: 1px #eee solid;
    color: #444;
}

.new-list a:last-child {
    border-bottom: 1px #eee solid;
}

.new-list .icon-news-latest {
    color: #223982;
}

.m-new-latest {
    border-bottom: 1px #DDD solid;
}

.bx-wrapper {
    position: relative;
    margin-bottom: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
    background: #fff !important;
}

.slider-element .image-title {
    position: relative;
}

.slider-element .image-title .text {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 20px;
    box-sizing: border-box;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 1));
    font-size: 24px;
    line-height: 30px;
}

.slider-element .image-title .text a {
    color: #FFF;
    display: block;
}

.slider-element .image-title .text a.category {
    font-size: 14px;
    text-transform: uppercase;
}

.slider-element .image-title .description {
    padding: 20px;
}

.h1-heading-title {
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    color: var(--text_title_color, #223982);
}

.new-related {
    color: var(--text_title_color, #223982);
    font-weight: bold;
    font-size: 17px;
    padding-top: 16px;
    border-top: 1px #EEE solid;
}

.new-heading-title {
    margin-bottom: 10px;
}

.m-new-name {
    margin: 0;
    margin-bottom: 10px;
    font-size: 12px;
    margin-top: 10px;
    line-height: 17px;
}

.m-new-name a {
    font-weight: bold;
    color: #000000;
}

.m-new-list {
    margin-bottom: 10px;
    display: block;
}

.m-new-list a {
    color: #000;
}

.icon-news-latest {
    color: #223982;
}

.box-content {
    border: 1px #EEE solid;
    padding: 0px 10px;
}

.m-link-external {
    display: block;
    border-bottom: 1px #DDD dotted;
    padding: 5px;
    white-space: nowrap;
    overflow: hidden;
}

.header-right {
    text-align: right;
    font-weight: bold;
}

.header-telephone {
    color: #f58228;
    margin-bottom: 6px;
    margin-top: 7px;
}

.header-language {

}

.language-select {
    padding: 0;
}

.m-tour-show {
    height: 350px;
    margin-bottom: 20px;
    background: #CCC;
    position: relative;
}

.m-tour-show .name {
    position: absolute;
    display: block;
    top: 46%;
    text-shadow: 1px 1px 3px #000;
    width: 100%;
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    line-height: 34px;
}

.title-type1 {
    font-size: 22px;
    text-align: center;
    margin: 20px 0 20px;
    font-weight: bold;
    color: #223982;
    text-transform: uppercase;
}

.m-service-why-us {
    padding: 20px 0 40px 0;
    background: #F2F3F4;
}

.m-service-why-us .row .image {
    width: 40px;
    float: left;
    margin-right: 10px;
}

.m-service-youtube-video {
    margin-bottom: 15px;
}

.m-service-youtube-video iframe {
    width: 100% !important;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.m-blog .content {
    padding: 10px;
    border: solid 1px #7b8892;
    border-top: none;
    height: 261px;
    overflow: hidden;
    margin-bottom: 20px;
}

.m-blog .content .name {
    display: block;
    height: 55px;
    font-weight: bold;
    overflow: hidden;
}

.button-big {
    display: inline-block;
    background: var(--btn_color, #F37920);
    border-radius: 3px;
    transition: background-color 0.5s linear;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    padding: 10px 27px;
    -webkit-transition: background-color 0.5s linear;
    -moz-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    -ms-transition: background-color 0.5s linear;
}

.button-big:hover {
    background: var(--btn_hover_color, #ffffff);
}

.line2 {
    margin-top: 0;
    margin-bottom: 18px;
    border: none;
    border-top: solid 1px #A1AAB1;
}

.powered {
    font-weight: bold;
    text-align: center;
    color: var(--text_copyright_color, #425563);
}

.book-form {
    position: relative;
    margin-top: 30px;
}

.book-form .book-form-title h1{
    font-size: 14px;
    color: #FFF;
    line-height: 10px;
    font-weight: bold;
}
.book-form .book-form-title {
    margin: 0;
    padding: 0;
    background: url(../image/bg-title.png);
    position: absolute;
    top: -15px;
    left: -10px;
    width: 265px;
    height: 34px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    line-height: 28px;
}

.book-form .book-form-content {
    border: solid 1px #d3d3d5;
    border-radius: 3px;
    padding: 20px 18px 18px;
}

.book-form .book-form-content input, .book-form .book-form-content textarea {
    background: #f5f5f5;
    border: solid 1px #bac4d0;
    color: #425563;
    padding: 5px 13px;
    margin: 0;
    width: 100%;
}

.tour-detail {
    margin-bottom: 15px;
}

.tour-detail .tour-info {
    background: #FFF;
    padding: 10px;
}

.tour-detail .tour-info-name {
    margin-bottom: 10px;
}

.container-list-tour {
    background: #e8eaeb;
    padding: 20px 0;
    margin-top: 30px;
}

.button-journey-book {
    padding: 20px 0;
    font-size: 16px;
}

.tdes-list {
    margin-bottom: 30px;
    text-align: center;
}

.tdes-list h3 {
    font-weight: bold;
}

.blog-three-article {
    position: relative;
}

.blog-three-article .article-list-detail {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
}

.blog-three-article .article-list-detail a {
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
}

.bg-success {
    background-color: #dff0d8;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    border-radius: 4px;
    text-indent: 14px;
    line-height: 35px;
}
#myCarousel .item img{
  width:100%;
}

.tour-info-description{
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: 30px;
  display: -webkit-box;
}