*{
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
}
.title, .title2, .title3{
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

@media (min-width: 768px) {
    body {
        font-size: 1rem; /* 1rem sẽ tương đương với 1% chiều rộng viewport */
    }
    .font-80{
        font-size: 5rem !important;
    }
    .font-48{
        font-size: 3rem !important;
    }
    .font-36{
        font-size: 2.25rem !important;
    }
    .font-32{
        font-size: 2rem !important;
    }
    .font-24{
        font-size: 1.5rem !important;
    }
    .font-20{
        font-size: 1.25rem !important;
    }
    .font-18{
        font-size: 1.125rem!important;
    }
    .font-16{
        font-size: 1rem !important;
    }
    .font-14{
        font-size: 0.875rem !important;
    }
    .font-12{
        font-size: 0.75rem !important;
    }
    .font-10{
        font-size: 0.625rem !important;
    }
}
h1, h2{
    font-family: "Montserrat", sans-serif!important;
    font-weight: 800!important;
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #000000;
}
.div-muted:hover{
    cursor: pointer;
}
.muted-on{
    background: url("../images/muted.svg") center center no-repeat !important;
    background-size: cover !important;
}
.div-muted{
    position: absolute;
    width: 32px;
    height: 32px;
    background: url("../images/muted_off.svg") center center no-repeat;
    background-size: cover;
    right: 140px;
    bottom: 50px;
    z-index: 100;
}
#wrapper-video .div-welcome{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 99;
    background: url("../images/welcome.svg") no-repeat center 14.5rem;
    background-size: 48.5625rem 8.125rem;
    flex-shrink: 0;
}

#wrapper-video{
    position: relative;
}
#myVideo, #myVideo_mobile{
    width: 100% !important;
}
.wrapper-menu .navbar-white{
    display: block !important;
    z-index: 100;
}
#wrapper-menu .navbar{
    background-color: inherit !important;
}
#wrapper-menu{
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 999;
}
#div-menu .nav-item{
    width: auto !important;
}
#div-menu li a:hover{
    color: #fff;
}
#div-menu li a.active{
    font-weight: 900;
    color: #fff;
}
#div-menu li a{
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #E6E6E6;
}
#div-menu ul.navbar-nav{
    margin-right: 0px !important;
}
#navbarSupportedContent{
    justify-content: end;
}
.navbar-red-scoll{
    opacity: 0;
}
.navbar-red{
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99;
}
.navbar-red #div-menu{
    background: #BB2C26 !important;
}
#div-menu{
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding: 8px 20px;
    height: 80px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}
#a-phone{
    position: fixed;
    bottom: 30px;
    right: 15px;
    z-index: 998;
}
.a-chat-fb{
    position: fixed;
    bottom: 130px;
    right: 15px;
    z-index: 998;
}
#block-map{
    background: url("../images/bg-map.png") center center no-repeat;
    background-size: cover;
    margin-top: -15px;
}
#block-map .div-bor{
    padding: 65px 0px 50px 0px;
}
.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.h2-title{
    font-weight: 800;
    color: #BB2C26;
}
#img-phone{
    width: 72px;
}
.btn-hanvina:hover .bor-img{
    background: url("../images/next-red.svg") no-repeat;
    background-size: cover;
}
.btn-hanvina:hover{
    background-color: #fff;
    color: #000;
    border: 1px solid #BB2C26;
}
.btn-hanvina .bor-img{
    background: url("../images/arrow-right.svg") no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    margin-bottom: 0px;
    margin-left: 15px;
}
.btn-hanvina span{
    font-size: 18px;
}
.btn-hanvina{
    background-color: #BB2C26;
    padding: 16px 28px;
    border-radius: 16px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0);
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.margin-top-20{
    margin-top: 20px;
}
.margin-top-30{
    margin-top: 30px;
}
.div-dev{
    font-size: 24px;
}
#block-tq{
    background: url("../images/bg-tq.png") center center no-repeat;
    background-size: cover !important;
    padding-top: 60px;
    padding-bottom: 30px;

}
#wrapper-tq{
    display: flex;
    color: #fff;
    justify-content: space-between;
    margin-top: 250px;
}
#wrapper-tq .item p{
    font-size: 20px;
    font-weight: 600;
}
#wrapper-tq .item h3{
    font-size: 24px;
    font-weight: 900;
    margin-top: 5px;
}
#wrapper-tq .item{
    text-align: center;
}
#block-tour h2{
    margin-top: 100px;
    font-size: 64px;
    font-weight: 800;
    color: #BB2C26;
}
#block-tour{
    padding-bottom: 30px;
    background: #fff url("../images/bg-tour.png") no-repeat top center;
    margin-top:50px;
    background-size: contain;
}
.img-tour{
    width: 100%;
    border-radius: 16px;
}
.p-date{
    margin-top:10px;
}
.p-date span{
    font-size: 16px;
    padding: 6px 12px;
    border-radius: 30px;
    color: #fff;
    background: #BB2C26;
}
.div-tour-item .title-tour{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 100%;
    font-weight: 700;
    margin-bottom:5px;
}
.p-price{
    font-size: 24px;
    color: #333333;
}
#block-client{
    background: url("../images/bg-client.png") no-repeat center -100px;
    background-size: cover;
}
.h2-title-client{
    background:url("../images/bg-title-client.png") center center no-repeat;
    background-size: cover;
    font-size: 48px;
    font-weight: 900;
    color: #fff;
    padding: 22px 130px;
    margin-top: 150px;
    font-family: "Montserrat", sans-serif !important;
}
.item-client{
    border-radius: 16px;
    background: rgb(255, 255, 255);
    padding: 24px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-right: 24px;
}
.margin-right-15{
    margin-right: 15px;
}
.margin-left-15{
    margin-left: 15px;
}
.img-client{
    border-radius: 16px;
    width: 100%;
}
.img-new:hover,
.img-client:hover,.img-tour:hover, .img-item-tour:hover{
    transform: scale(1.3);
    transition: transform 0.5s;
}
.wp-img-new,
.wp-img-client, .wp-img-tour{
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
}
.img-new{
    height: 280px;
    width: 420px;
    object-fit: cover;
    object-position: center;
}
.h3-client{
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
}
.p-des{
    font-size: 16px;
    color: #000;
    padding-left: 15px;
    padding-top: 24px;
    height: 150px;
}
.div-des-client{
    display: flex;
}
.div-dau p{
    width: 48px;
    height: 48px;
    background: url("../images/quote-up.svg") top center no-repeat;
    background-size: cover;
}
.slick-slide{
    margin: 10px 15px;
}
.regular_5 .slick-next:hover{
    background: url("../images/icon-next.png") center center no-repeat !important;
    background-size: cover !important;
}
.regular_5 .slick-prev:hover{
    background: url("../images/icon-prev.png") center center no-repeat !important;
    background-size: cover !important;
}
.regular_5 .slick-next{
    width: 64px;
    height: 64px;
    right: -20px !important;
    background: url("../images/icon-next.png") center center no-repeat;
    background-size: cover;
}
.regular_5 .slick-next:before,.regular_5 .slick-prev:before{
    content: none !important;
}
.regular_5 .slick-prev{
    width: 64px;
    height: 64px;
    left: -20px !important;
    background: url("../images/icon-prev.png") center center no-repeat;
    z-index: 99;
    background-size: cover;
}
.btn-prev svg, .next-disable svg{
    rotate: 180deg;
}
.pagination svg{
    width: 40px;
    height: 40px;
}
.page-link:focus{
    box-shadow: none !important;
}
.margin-top-50{
    margin-top: 50px;
}
#div-social{
    display: flex;
}
.item-social p{
    margin-bottom: 0px;
    margin-left: 16px;
    font-size: 24px;
    font-weight: 600;
    color: #000
}
.item-social img{
    width: 32px;
}
.item-social{
    padding: 24px;
    border-radius: 16px;
    border: 1px solid rgba(179, 179, 179, 1);
    margin: 0px 10px;
}
.p-title-g{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 24px;
}
.h3-title-new{
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    font-weight: 900;
    color: rgba(187, 44, 38, 1);
}
.item-new .img-new{
    width: 100%;
    border-radius: 16px;
}
.item-new h3, .item-new h3 a{
    margin-top: 15px;
    font-size: 24px;
    font-weight: 700;
    color: #000;
}
#block-news{
    padding: 50px 0px;
}
footer{
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.50) 44.5%, rgba(255, 255, 255, 0.00) 100%), url("../images/bg-footer.png") center center no-repeat;
    /* Shadow_Obj_Black */
    /*background: url("../images/bg-footer.png") center center no-repeat;*/
    background-size: cover;
    padding: 30px 0;
}
.h3-footer{
    font-weight: 700;
    font-size: 18px;
    margin-top: 30px;
}
.ul-footer a{
    color: #000;
}
.ul-footer li{
    margin-top: 30px;
}
.ul-footer{
    padding-left: 0px;
}
.p-des-footer{
    font-size: 12px;
    font-weight: 400;
}
.p-social-f svg,
.p-social-f img{
    margin-right: 10px;
}
.p-social-f p{
    margin-bottom: 0px;
}
.p-social-f{
    display: flex;
    margin-top: 30px;
}
.p-social-f span{
    font-size: 16px;
}
.div-bor-register{
    border-radius: 16px;
    border: 1px solid rgba(77, 77, 77, 1);
    display: flex;
    height: 56px;
    background: #fff;
    padding-left: 15px;
    margin-top: 30px;
    padding-right: 0px;
}
#register-phone input:focus{
    outline: none;
    box-shadow: none;
}
#register-phone input{
    border: none;
    width: calc(100% - 24px);
}
.div-bor-register button{
    background: url("../images/bt-arrow-next.svg") center center no-repeat;
    border: none;
    width: 70px;
    background-size: 50% auto;
}
.padding-left-20{
    padding-left: 20px;
}
.div-social-footer a{
    margin-right: 15px;
}
.div-social-footer img{
    width: 32px;
}
.div-social-footer{
    display: flex;
    margin-top: 20px;
}
.div-copyright{
    padding-top: 20px;
    text-align: center;
    border-top: 1px solid rgba(77, 77, 77, 1);
    font-size: 16px;
    font-weight: 400;
    margin-top: 100px;
}
.show-desktop{
    display: block !important;
}
.show-mobile{
    display: none !important;
}
.width-100-percent{
    width: 100%;
}
.padding-left-desktop-20{
    padding-left: 20px;
}
.h3-tg-small{
    font-family: "Smooch", cursive;
    /*font-size: 64px;*/
    font-size: calc(3rem + .9vw)!important;
    font-weight: 400;
    color: #fff;
}
.h3-tg-big{
    font-family: "Smooch", cursive;
    /*font-size: 100px;*/
    font-size: calc(5rem + .9vw)!important;
    font-weight: 400;
    color: #fff;
}
.img-circle{
    border-radius: 50%;
}
.p-social-f span{
    color: #000;
}
#a-phone::before{
    content: '';
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 10px solid #C0C0C1;
    opacity: 0.5;
    -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.a-chat-fb::before{
    content: '';
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 10px solid #C0C0C1;
    opacity: 0.5;
    -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@keyframes  quick-alo-circle-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0deg) scale(1.1) skew(1deg);
        opacity: .3
    }
    100% {
        transform: rotate(0deg) scale(1.2) skew(1deg);
        opacity: .1
    }
}
#logo-footer{
    max-width: 100%;
}
#img-logo{
    max-width: 180px;
}
.text-align-justify{
    text-align: justify;
}


@media (max-width: 992px) {
    .navbar-collapse {
        position: fixed;
        top: 50px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 75%;
        height: 100%;
    }

    .navbar-collapse.collapsing {
        left: 75%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }
}

@media (max-width: 992px) {
    /*Menu*/
    .menu_mobi.active {
        opacity: 1;
        pointer-events: auto;
        transform: none;
        width: 100%;
    }
    .menu_mobi {
        flex-flow: column;
        top: 55px;
        right: 0px;
        background: url(../images/bg-menu-mobile.png) bottom center no-repeat rgba(255, 255, 255, 0.9);
        background-size: cover;
        width: 100%;
        height: calc(100vh - 55px);
        position: fixed;
        opacity: 0;
        pointer-events: none;
        -webkit-box-pack: center;
        justify-content: center;
        align-items: flex-start;
        transform: translate(200px, 0px);
        transition: all 0.5s ease 0s;
        padding: 0px 20px;
        display: flex !important;
    }
    #div-menu li a{
        color: #000;
    }
    /*End Menu*/
    .navbar-red{
        z-index: 99;
    }
    .navbar-red-open{
        z-index: 100;
    }
    .title-tour-mobile{
        font-weight: 700;
    }
    .title-new{
        margin-top: 100px;
        margin-bottom: 20px !important;
    }
    .h3-footer{
        font-size: 16px;
        margin-top: 20px;
    }
    .p-social-f{
        margin-top: 16px;
    }
    #logo-footer{
        width: 175px;
    }
    .font-20-mobile{
        font-size: 20px !important;
    }
    .font-18-mobile{
        font-size: 18px !important;
    }
    .font-16-mobile{
        font-size: 16px !important;
    }
    .font-14-mobile{
        font-size: 14px !important;
    }
    .font-12-mobile{
        font-size: 12px !important;
    }
    .font-10-mobile{
        font-size: 10px !important;
    }
    .p-title-mobile{
        font-weight: 700 !important;
        font-size: 16px !important;
        text-transform: uppercase;
        margin-bottom: 10px !important;
    }
    #navbarSupportedContent li{
        width: 100% !important;
    }
    .no-scroll {
        overflow: hidden;
    }
    .navbar-nav .nav-item:first-child{
        margin-top: 15px;
    }
    .navbar-collapse{
        background: url("../images/bg-menu-mobile.png") top center no-repeat rgba(255, 255, 255, 0.9);
        padding: 0px 15px;
        position: fixed;
        width: 100%;
    }
    .navbar-nav {
        height:100vh;
    }
    .p-des-footer{
        font-size: 16px;
        text-align: justify;
    }
    .btn-hanvina, .btn-hanvina:hover {
        background-position: right 50px center;
    }
    #img-phone{
        width: 64px;
    }
    #block-map{
        background: url("../images/1.png") top center no-repeat;
        background-size: cover;
    }
    #block-tq{
        background: url("../images/2.png") top center no-repeat;
        background-size: cover;
        min-height: 500px;
        position: relative;
    }
    #block-tour{
        background: url("../images/3.png") top center no-repeat;
        background-size: cover;
        margin-top: 0px;
        padding-top:65px;
    }
    #block-client{
        background: url("../images/4.png") top center no-repeat;
        background-size: cover;
    }
    /**{*/
    /*    font-size: 16px;*/
    /*}*/
    .div-muted{
        right: 22px;
    }
    .p-date span{
        font-size: 12px;
        font-weight: 500;
    }
    .navbar-red #div-menu{
        background: none !important;
    }
    .navbar-red #div-menu .bor-menu-top, .navbar-red-open .bor-menu-top{
        background: #BB2C26 !important;
    }
    #div-menu{
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
    #div-menu .bor-menu-top {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 0px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .padding-left-desktop-20{
        padding-left: 15px;
    }
    .show-desktop{
        display: none !important;
    }
    .show-mobile{
        display: block !important;
    }
    #div-menu{
        padding: 0px;
        margin-top: 0px;
        border-radius: 0px;
        display: block;
        background: none;
    }
    #wrapper-video .div-welcome{
       background: none;
       display: none;
    }
    #img-welcome{
        position: absolute;
        top: 90px;
        max-width: 80%;
        margin-left: 10%;
    }
    .navbar-toggler .navbar-toggler-icon{
        background: url("../images/x.svg") center center no-repeat;
    }
    .collapsed .navbar-toggler-icon{
        background: url("../images/menu.svg") center center no-repeat;
    }
    .navbar-toggler:focus{
        border: none;
        box-shadow: none;
    }
    .navbar-toggler{
        border: none;
    }
    #img-logo{
        width: 100px;
    }

    #navbarSupportedContent li a{
        color: #000;
        font-weight: 700;
        font-size: 18px;
    }
    #div-menu li a.active{
        color: #000;
        font-weight: 700;
    }
    #a-phone,#a-phone img, .a-chat-fb,.a-chat-fb img{
        width: 64px;
        height: 64px;
    }
    .a-chat-fb{
        bottom: 120px;
    }
    #a-phone{
        top:auto;
        bottom: 30px;
    }
    .title-red-mobile{
        font-size: 20px !important;
        font-family: "Montserrat", sans-serif !important;
        font-weight: 800 !important;
        margin-top: 15px !important;
        text-align: left;
    }
    .div-tour-item h3, .p-price, .h3-client, .item-new h3, .item-new h3 a, .font-16-mobile{
        font-size: 16px;
    }
    .btn-hanvina{
        width: 100%;
        justify-content: center;
    }
    .div-dau p{
       width: 24px;
       height: 24px;
    }
    .p-des{
        font-size: 14px !important;
    }
    .img-text-tg{
        width: 80%;
    }
    .img-sh{
        width: 120px;
    }
    .slick-dots li button:before{
        font-size: 14px;
    }
    .slick-dots li.slick-active button:before{
        color: rgba(187, 44, 38, 1);
    }
    .h2-title-client{
        margin-top: 75px;
        background: url("../images/bg-title-client-mobi.png") center center no-repeat;
        font-size: 20px;
        font-weight: 800;
        height: 78px;
        text-align: center;
        padding: 12px 50px;
    }
    .regular_5{
        margin-bottom: 130px;
    }
    .item-social img{
        width: 16px;
    }
    .regular_5 .slick-prev{
        bottom: -120px;
        top: auto;
        left: calc(50% - 64px)!important;
        background-size: cover;
    }
    .regular_5 .slick-next{
        bottom: -120px;
        top: auto;
        right: calc(50% - 64px)!important;
        background-size: cover;
    }
    .ul-footer li{
        margin-top: 16px;
    }
    .item-social p{
        font-size: 10px;
        font-family: "Montserrat", sans-serif !important;
        font-weight: 600;
        text-align: center;
        margin-left: 0px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .item-social{
        display: block;
        padding: 5px 10px;
        text-align: center;
    }
    .div-copyright{
        margin-top: 30px;
    }
    section{
        width: 100%;
        overflow: hidden;
    }
    #wrapper-menu .navbar {
        padding-top: 0;
        display:block;
        width: 100%;
    }
    #div-menu .bor-menu-top{
        border-radius: 0px;
    }
    #wrapper-tq h3{
        font-family: "Montserrat", sans-serif !important;
        font-size: 12px !important;
    }
    #wrapper-tq .item p{
        font-size: 16px;
    }
    .h3-tg-small{
        font-size: 36px !important;
    }
    .h3-tg-big{
        font-size: 48px !important;
    }
    #wrapper-tq .item img{
        width: 24px;
        height: 24px;
    }
    .btn-hanvina span{
        font-size: 14px;
    }
    .div-dev{
        font-size: 12px;
    }
    #wrapper-tq{
        position: absolute;
        bottom: 15px;
        width: 100%;
    }
    #block-news{
        margin-top:20px;
        padding: 20px 0px;
    }
    #block-tour{
        background-size: contain;
        background-position: center 16px;
    }
    .p-title-g{
        font-size: 16px;
    }

    #wrapper-tq .item p{
        font-size: 8px;
    }

    h3.h3-tg-small.text-center{
        font-size: 36px !important;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 1.2px;
    }
    h3.h3-tg-big.text-center{
        font-size: 48px !important;
        font-style: normal;
        font-weight: 400;
    }
}
.no-border:hover{
    border: none !important;
    background: none !important;
}
.no-border img {
    border: none !important;
    width: 55px;
    height: 55px;
}
.no-border{
    border: none !important;
}

.page-link{
    border: none;

}
a.page-link:hover{
    background: #BB2C26;
    color: white;
}
a.page-link{
    color: black;
    display: flex;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #B3B3B3;
    background: none;
}
.page-item{
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.active>.page-link, .page-link.active{
    border-radius: 48px;
    background: #BB2C26;
    color: white;
    display: flex;
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.disabled>.page-link, .page-link.disabled{
    background: none !important;
}
.text-two-line{
    max-height: 48px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* Số dòng tối đa */
    overflow: hidden;
}
.text-six-line{
    max-height: 150px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6; /* Số dòng tối đa */
    overflow: hidden;
}
.text-one-line{
    max-height: 28px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* Số dòng tối đa */
    overflow: hidden;
}
span.page-link.no-border{
    padding: 0;
}
#owl-carousel-tour-detail .owl-dots{
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}
#owl-carousel-tour-detail .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px 7px;
    background: none;
    border: 1px solid #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
#owl-carousel-tour-detail .owl-dots .owl-dot.active span, #owl-carousel-tour-detail .owl-dots .owl-dot:hover span {
    background: #BB2C26;
    border: 1px solid #BB2C26;
}
.div-text p{
    margin:0px !important;
}
.modal-dialog .btn-close{
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 999;
}
.modal-dialog{
    min-width: 800px;
}
#popup-right{
    width: 40%;
    padding: 30px;
    margin-top: 30px;
}
#popup-left img{
    width: 100%;
}
#popup-left{
    display: block;
    width: 60%;
    border-radius: 16px 0px 0px 16px;
}
.modal-body .form-group{
    position: relative;
}
.modal-body{
    padding: 0px;
    display: flex;
}
#popup-right p{
    font-size: 13px;
}
#popup-right h4{
    font-size: 20px;
    font-weight: bold;
}
#btn-submit-popup{
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 16px;
    background: #BB2C26;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #FFFFFF;
    border: none;
    margin-top: 20px;
}

@media (min-width:  768px) and (max-width: 1200px) {
    #div-menu li a {
        font-size: 1rem;
    }
}
@media (min-width:  768px) and (max-width: 1024px) {
    #div-menu .bor-menu-top {
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        background: rgba(255, 255, 255, 0.3);
    }
    footer{
        background-size: cover !important;
    }
    .h2-title-client{
        font-size: 18px !important;
        padding: 26px 50px;
    }
    #img-welcome{
        max-width: 60%;
        margin-left: 20%;
    }
    footer{
        background: url("../images/bg-mb-footer.png") center bottom no-repeat;
        background-size: contain;
    }
}
#ul-paginate .show-mobile{
    display: none !important;
}
@media (max-width: 768px) {
    #ul-paginate .show-mobile .page-link{
        border-color: #B3B3B3;
    }
    #ul-paginate .show-mobile{
        display: flex !important;
    }
    #owl-carousel-tour-detail .owl-dots{
        bottom: 10px;
    }
    #owl-carousel-tour-detail .owl-dots .owl-dot span {
        width: 12px;
        height: 12px;
    }
    .text-two-line{
        max-height: 38px;
    }
    a.page-link{
        color: black;
        display: flex;
        width: 30px;
        height: 30px;
        border-radius: 30px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: 1px solid #B3B3B3;
    }

    .active>.page-link, .page-link.active{
        border-radius: 30px;
        background: #BB2C26;
        color: white;
        display: flex;
        width: 30px;
        height: 30px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .no-border img {
        border: none !important;
        width: 22px;
        height: 22px;
    }
    footer{
        background: url("../images/bg-mb-footer.png") center bottom no-repeat;
        background-size: cover;
    }
    .pagination svg{
        width: 30px;
        height: 30px;
    }
    .page-item:last-child .page-link, .page-item:first-child .page-link{
        width: auto;
        height: auto;
        padding: 0px;
        margin: 5px;
    }
    #popup-left{
        display: none;
    }
    #popup-right{
        width: 100%;
    }
    .modal-dialog{
        min-width: auto;
    }
}
#block-tour a{
    color: #000000 !important;
}
.img-tour{
    height: 380px;
    object-fit: cover;
    object-position: center;
}

.img-tour-big{
    height: 751px !important;
    object-fit: cover;
    object-position: center;
}
