﻿body {
    font-family: 'Open Sans', sans-serif !important;
    background-color: #414141 !important;
     color: #fff !important;
}

.container-bgr {
    background-color: #414141;
    color: #e4e4e4 !important;
}

.po-relative {
    position: relative;
}

.error {
    color: red;
}
a:hover, a:focus {
    color: #2a6496;
    text-decoration: none!important;
}

.thumbnail{
    padding: 2px!important;
}
.my-4 {
    margin-bottom: 30px;
    margin-top: 30px;
}
.card {
    height: 100%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
}
.card-title {
    margin-bottom: .75rem;
}

.item-tour-home{
    margin-bottom: 20px;
}
/*menu*/
.bgr-menu {
    background: #fff; /* For browsers that do not support gradients */
    /*background: url(/Content/Img/bg-menu.jpg);*/ /* Standard syntax (must be last) */
   box-shadow: 0 1px 5px #00000069;
}
.btn-primary {
    background: url(/Content/Img/bg-menu.jpg);
    border-color: #060505;
    border: none;
}
.fl-right {
    float: right;
    margin-left: 10px;
}

    .fl-right i {
        margin-right: 5px;
    }

    .fl-right a {
        color: #fff;
        float: left;
        margin-left: 5px !important;
        margin-top: 20px !important;
    }
/*menu top*/
.menu-top {
    background: #021446;
    /*overflow: hidden;*/
    color: #fff;
    line-height: 20px;
    /*padding: 8px 0 0;*/
}

/*slider*/
.img-slier {
    width: 100%;
}

.owl-nav i {
    background: #fff;
    padding: 11px 14px;
    border-radius: 50px;
}

    .owl-nav i:hover {
        opacity: 0.8;
        box-shadow: 1px 1px 1px 0px #eee;
    }

.owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 10px;
}

.owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 10px;
}
/*index content 1*/
.title p {
    text-align: center
}

.title-h2 {
    color: #021446;
    font-size: 23px;
    text-transform: uppercase;
    /* border-bottom: 0.07em solid #021446; */
    margin: 30px 15px 10px;
    padding-bottom: 7px;
    text-align: center;
}

.item-content span.price-n {
    font-size: 18px;
    margin-right: 5px;
}

.item-content strong.price-s {
    color: #ca1300;
    font-size: 23px;
}

.lt {
    margin-bottom: 20px;
    /*min-height:340px;
    overflow:hidden;*/
    position: relative;
}

.price-t {
    position: absolute;
    top: 64.5%;
    background: rgba(2, 20, 70, 0.49);
    color: #fff;
    padding: 5px 10px;
}

.title-h4 a {
    color: #2c150d;
    font-size: 16px;
    text-transform: uppercase;
}

    .title-h4 a:hover, .title-h4 a:active, .title-h4 a:focus {
        color: #2c150d !important;
        text-decoration: underline;
        outline: none;
    }

.mgr-h2 {
    margin-bottom: 0px;
    font-size: 27px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.lt.thumbnail {
    border: 1px solid #220f09;
    margin-bottom: 40px;
}

.item-content {
    padding-bottom: 10px;
    padding-top: 10px;
    min-height: 78px;
}

    .item-content span.price-n {
        font-size: 20px;
        margin-right: 5px;
        color: #261207;
        line-height: 1.5em;
        font-weight: 600;
    }

.btn-owl {
    /*position: absolute;
    bottom: -10px;
    left: 28%;*/
    text-align: center;
}

    .btn-owl a {
        background: url(/Content/Img/bg-menu.jpg);
        color: #4c2718;
        padding: 10px 15px;
        border: 1px solid #230e09;
        border-radius: 3px;
        font-weight: BOLD;
        text-transform: uppercase;
        font-family: comic sans ms,cursive!important;
    }

/*footer*/
footer {
    color: #fff;
    text-align: left;
    border-top: 1px solid;
}

    footer a {
        color: #fff;
    }

    footer #cssmenu {
        float: left;
    }

        footer #cssmenu > ul > li {
            border-right: 1px solid #9a989838;
        }

            footer #cssmenu > ul > li:last-child {
                border: none;
            }

            footer #cssmenu > ul > li > a {
                line-height: 20px;
                color: #fff;
            }

        footer #cssmenu ul {
            margin: 10px 0;
        }

.menu-bgr-footer {
    background-color: rgba(253, 253, 253, 0.39);
}

.contact i {
    margin-right: 10px;
}

#footer-bgr {
    padding: 30px 0;
}

ul#social {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

#social li {
    width: auto;
    float: left;
    list-style: none;
    padding-right: 8px;
    color: #fff;
}

    #social li a {
        color: #fff;
        font-size: 15px;
    }
/*about*/
.img-h2 {
    width: 200px;
    margin: 0 auto;
    display: table;
    margin-bottom: 30px;
}

h2.text-center::after {
    position: absolute;
    top: 36px;
    right: 49.8%;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.uppercase {
    text-transform: uppercase;
}

.navbar-form .btn-xs {
    padding: 3.5px 5px;
    background: #ca1300;
    border-color: #ca1300;
}

.menu-top .navbar-form {
    width: 48%
}

@media (max-width:700px) {
    .price-t {
        top: 58.5%;
    }

    .datphongngay {
        padding: 10px 70px;
    }
}

.bgr-why {
    background-image: url('../Img/14.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 30px 0;
}

.text-why {
    padding: 50px 15px;
    text-align: center;
    color: #fff;
}

    .text-why h4 {
        line-height: 1.7em;
    }

.title-h3 h3 {
    color: #ff8004;
    font-size: 18px;
    text-align: center;
}

.img-value img {
    padding: 20px;
}

.title-footer {
    font-size: 18px;
}

#tabbed-nav.z-tabs > .z-container > .z-content > .z-content-inner {
    padding: 18px 24px;
    height: auto;
    border: 1px solid #fff;
}
.gallery {
    padding-bottom: 50px;
}
.btn-primary {
    color: #ffffff;
    border: none !important;
    font-family: comic sans ms,cursive!important;
}
.btn {
    background: url(/Content/Img/bg-menu.jpg);
    color: #4c2718;
    padding: 10px 15px;
    border: 1px solid #230e09;
    border-radius: 3px;
    font-weight: BOLD;
    font-size: 1.5rem;
    text-transform: none;
    font-family: comic sans ms,cursive !important;
    border: none;
}
    .btn:hover {
        background: url(/Content/Img/bg-menu.jpg);
        color: #4c2718;
        padding: 10px 15px;
        border: 1px solid #230e09;
        border-radius: 3px;
        font-weight: BOLD;
        font-size: 1.5rem;
        text-transform: none;
        font-family: comic sans ms,cursive !important;
        border: none;
    }
    @media (max-width: 767px) {
        .text-xs-center {
        text-align: center;
    }
}