body{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #000000;
}
header {
}
html, body {
    height: 100%;
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.content {
    flex: 1;
}
a{
    color: #3876f2;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
}
a:hover,
a:focus{
    color: #974c1e
}
.text-blue {
    color: #3876f2;
}
img {
    max-width:100% !important
}
h1 {
    font-size:24px
}
h2 {
    font-size:22px
}
.backtotop i,
h3 {
    font-size:20px
}
h4 {
    font-size:18px
}
h5,
h6 {
    font-size:17px
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

.owl-theme .owl-dots .owl-dot {
    background: none;
    border: none;
    padding: 0;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 4px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #f86700;
}

.owl-carousel .owl-stage {
    display: flex;
}

.slide .owl-dots,
.slide .owl-dot {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0 !important;
}
.bar-logo {
    position: absolute;
    top: 0;
    left: 0;
    background: #057ac7;
    padding: 20px;
    width: 300px;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2);
    z-index: 999;
}
.main-menu {
    float: right;
    padding-left: 400px;
}
.banner {
    position: relative;
    flex: 1 1 0%;
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: auto;
    display: block;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}
.banner-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}


.overlay-color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 74, 122, 0.3);
    pointer-events: none;
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    z-index: 1;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
    width: 100%;
}

.arrow-link {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    text-decoration: none;
    width: 100%;
    text-align: center;
}

.arrow-circle {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    color: #ffffff;;
    display: inline-block;
}

.item-event-s {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    background: #ffffff;
    transition:
        transform 0.2s ease-out,
        box-shadow 0.2s ease-out;
    overflow-x: hidden;
}
.img-event {
    border-radius: 15px 15px 0 0;
    height: 200px;
    object-fit: cover;
    object-position: top;
}
.text-green {
    color: #1eb24b;
}
.title-cat {
    font-size: 30px;
    font-weight: 700;
    color: #1eb24b;
}
.title-event {
    font-size: 18px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.img-cover {
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.outer-transform:hover img, .top-tour:hover img, .outer-cover:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.title-name {
    margin: 0;
    color: #057ac7;
    font-size: 24px;
    position: relative;
    padding-left: 30px;
    font-weight: 600;
}
.title-name::before {
    position: absolute;
    left: 0;
    bottom: 7px;
    content: "";
    background: #057ac7;
    height: 3px;
    width: 25px;
}
.title-name.line-green::before {
    background: #1eb24b;
}
.title-description {
    margin: 0;
    text-transform: uppercase;
    font-size: 35px;
}
.btn-book {
    display: inline-block;
    padding: 5px 15px;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    border: none;
    border-radius: 8px;
    background: #057ac7;
    cursor: pointer;
}
.btn-book:hover,
.btn-book:focus {
    background: #1a8fe0;
    color: #ffffff;
}
.text-link {
    color: #2471a4
}
.text-grey {
    color: #666666
}
.f14 {
    font-size: 15px;
}
.text-white {
    color: #ffffff !important;
}
.sec-xaydung-index .content {
    z-index: 9;
}
.sec-xaydung-index {
    position: relative;
    width: 100%;
    background-image: url(../images/bg1.jpg);
    background-size: cover;
    background-position: center;
    color: white;
    padding-top: 60px;
    padding-bottom: 60px;
}
.sec-xaydung-index .overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 95, 158, 0.7);
    z-index: 1;
}
.sec-xaydung-index .title-name::before {
    background: white;
}
.img-xaydung {
    height: 260px;
    object-fit: cover;
}
.item-xaydung .info{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 15px;
    border-bottom: 3px solid #07b517;
    z-index: 999;
}
.title-xaydung {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.item-xaydung .overlay-inner {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(14, 14, 14, 0.4);
    z-index: 1;
}
.view-detail {
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #ffffff;
}
.item-xaydung:hover .overlay-inner,
.item-xaydung:focus .overlay-inner{
    background: none;
}
.item-xaydung:hover .info,
.item-xaydung:focus .info{
    background: #07b517;
}
.list-bds li {
    display: inline-block;
    line-height: 1;
}
.list-bds li + li {
    border-left: 1px solid #CCCCCC;
    padding-left: 8px;
    margin-left: 5px;
}
.img-bds {
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.bg-gray {
    background: #f2f4f9;
}
.img-test {
    width: 80px !important;
    height: 80px !important;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
}
#testimonials .owl-dots {
    margin-top: 30px !important;
}
.img-partner {

}

.owl-flex .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.owl-flex .owl-item {
    display: flex;
    flex: 1 0 auto;
}
.owl-flex .item{
    width: 100%;
}
.owl-flex .owl-stage {
    display: flex;
}
.owl-flex.partners .item{
    background: #ffffff;
    display: flex;
    align-items: center;
    padding: 10px;
}
.text-black {
    color: #222222;
}
.img-news {
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.banner-inner .info {
    position: absolute;
    bottom: 50px;
    width: 100%;
    left: 0;
    color: #ffffff;
}
.h1-slide {
    text-transform: uppercase;
    font-size: 40px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff;
}
.breadcrumb-item.active {
    color: #ffffff;
}
.breadcrumb-item a{
    color: #ffffff;
}
.banner-inner .overlay-color {
    background-color: rgba(1, 74, 122, 0.47);
}
.img-cat-product {
    max-width: 130px !important;
}
.ftco-footer {
    background: #0d5a8c;
    color: #ffffff;
}
.top-footer  {
    padding: 20px 0;
    border-bottom: 1px solid #44a2e1;
}

.mid-footer {
    padding: 20px 0;
    border-bottom: 1px solid #44a2e1;
}
.product-spec {

}
.product-spec .label {
    background-color: #005f9e;
    font-weight: bold;
    padding: 7px 10px;
    margin-bottom: 2px;
    font-size: 14px;
    width: 170px;
}
.product-spec .right {
    font-weight: bold;
    padding-left: 20px;
}
.galleries .owl-stage {
    margin-left: -40px;
}
.galleries {
    padding-left: 40px;
    padding-right: 40px;
}
.galleries .owl-nav .owl-prev {
    left: 0;
}

.owl-theme .owl-nav [class*="owl-"] {
    border: 2px solid #CCCCCC !important;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #CCCCCC;
}
.owl-nav .owl-next::after, .owl-nav .owl-prev::after {
    width: 10px;
    height: 10px;
}
.owl-nav .owl-prev::after {
    border-width: 2px medium medium 2px;
    right: 5px;
}
.owl-nav .owl-next::after {
    left: 7px;
}
.f18 {
    font-size: 18px;
}
.title-similar {
    font-size: 16px;
    margin: 0;
}
.img-similar {
    height: 250px;
    object-fit: cover;
}
.title-similar_ {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
}
.bg-blue {
    background: #f2f4f9;
}
.item-bds {
    border: 1px solid #ddd;
}
.img-partner-bds {
    width: 150px;
}
.tiendo .owl-nav .owl-prev {
    left: -40px;
}
.tiendo .owl-nav .owl-next {
    right: -40px;
}
.xaydungs .item:nth-of-type(2n) {
    background: #f2f4f9;
}
.xaydungs .item:nth-of-type(2n) .left-item {
    order: 2;
}
.xaydungs .item:nth-of-type(2n) .right-item {
    order: 1;
}
.note-contact {
    font-style: italic;
    font-size: 18px;
}
.text-red {
    color: red;
}
.container-book {
    border: 1px solid #e8e8e8;
    background: #fff;
}
.title-book {
    background: #f2f2f2;
    padding: 10px 15px;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
}
.label-contact {
    font-weight: 500;
    margin-bottom: 5px;
}

.form-control.is-valid,
.form-select.is-valid,
.was-validated .form-control:valid,
.was-validated .form-select:valid {
    border-color:#ced4da!important;
    background-image:none!important;
    padding:initial!important;
    box-shadow:initial!important;
    padding:.375rem .75rem!important
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    background-image:inherit!important
}

.supports {
    position: fixed;
    bottom: 70px;
    right: 15px;
    z-index: 99;
    transition: .3s;
}

.button-icon:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15), 0 4px 15px rgba(0, 0, 0, .13);
}

.button-icon {
    display: block;
    text-align: center;
    transition: box-shadow 150ms linear;
    animation: button_icon_animation 250ms 1.5s forwards;
    -webkit-animation: button_icon_animation 250ms 1.5s forwards;
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.messager-icon {
    background-repeat: no-repeat;
    background-position: top left;
    background-image: url('../images/messenger.svg');
}

.zalo-icon {
    background-repeat: no-repeat;
    background-position: top left;
    background-image: url('../images/zalo.png');
    background-size: 44px;
}

.phone-icon {
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 44px 44px;
    background-image: url('../images/phone.svg');
}

.email-icon {
    background-repeat: no-repeat;
    background-position: top left;
}

.popup_footer_support {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #eaeaea;
    font-size: 12px;
    display: none;
    z-index: 9999;
}

.popup_footer_support_content {
    overflow: hidden;
    clear: both;
    box-shadow: 0 -5px 3px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.popup_support_item {
    display: inline-block;
    box-sizing: border-box;
    padding-top: 3px;
    padding-bottom: 3px;
}

.popup_support_item a, .popup_support_item button {
    display: block;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 19px;
}

.popup_support_item a i {
    font-size: 20px;
    color: #ff4500;
}

.popup_support_item a:hover i,
.popup_support_item a:focus i,
.popup_support_item a:hover,
.popup_support_item a:focus {
    color: #ff4500 ;
}

.popup_support_item a {
    background: #fff;
    color: #444444;
}

.support_footer .popup_support_item a span {
    line-height: 15px;
}

.popup_support_item a span {
    display: block;
    font-size: 12px;
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.popup_footer_content.opent {
    display: block;
    position: fixed;
    width: 80%;
    text-align: center;
    top: 25%;
    margin: 0 auto;
    left: 10%;
    border: 0;
    z-index: 99;
}

.popup_footer_content .closer_popup_footer_suppor {
    background: #000;
    color: #fff;
    padding: 14px 0;
    display: block;
    border-radius: 6px;
    cursor: pointer;
}
.whatapp-icon {
    background-size: 44px 44px;
    background-image: url("../images/whatsapp.svg");
}
@media (max-width: 991px) {
    .supports {
        display: none;
    }
    .popup_footer_support {
        display: block;
    }
    .popup_footer_support .navbar-toggle {
        position: relative;
        left: auto;
        top: auto;
        padding: 0;
    }
}
.label-search i {
    color: #057ac7
}
.label-search {
    text-transform: uppercase;
    font-weight: 500;
}
.box-search {
    box-shadow: 0 0 4px 0 rgba(0,0,0,.15);
    padding: 10px;
}
