body{
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #222222;
}
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: 340px;
    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: 160px;
    object-fit: cover;
    object-position: top;
}
.title-cat {
    font-size: 30px;
    font-weight: 700;
    background: linear-gradient(90deg, #FECE05 0%, #03CBAB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.title-event {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.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-top .title-name {
    width: 250px;
}
.title-name {
    margin: 0;
    color: #057ac7;
    font-size: 24px;
    position: relative;
    padding-left: 30px;
    font-weight: 400;
}
.title-name::before {
    position: absolute;
    left: 0;
    bottom: 7px;
    content: "";
    background: #057ac7;
    height: 2px;
    width: 25px;
}
.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: #057ac7
}
.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;
}
.top-footer .item + .item .d-flex {
    padding-left: 30px;
    margin-left: 30px;
    border-left: 1px solid #44a2e1;
}
.mid-footer {
    padding: 20px 0;
    border-bottom: 1px solid #44a2e1;
}
