.card-toursuggest {
    width: 100%;
    height: 235px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden
}
.card-toursuggest:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 200%;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .009) 11.7%, rgba(0, 0, 0, .034) 22.1%, rgba(0, 0, 0, .072) 31.2%, rgba(0, 0, 0, .123) 39.4%, rgba(0, 0, 0, .182) 46.6%, rgba(0, 0, 0, .249) 53.1%, rgba(0, 0, 0, .32) 58.9%, rgba(0, 0, 0, .394) 64.3%, rgba(0, 0, 0, .468) 69.3%, rgba(0, 0, 0, .54) 74.1%, rgba(0, 0, 0, .607) 78.8%, rgba(0, 0, 0, .668) 83.6%, rgba(0, 0, 0, .721) 88.7%, rgba(0, 0, 0, .762) 94.1%, rgba(0, 0, 0, .79) 100%);
    transform: translateY(-50%);
    transition: transform .7s cubic-bezier(.19, 1, .22, 1)
}
.card-toursuggest .content {
    padding: .5rem;
    position: absolute;
    transform: translateY(70%);
    transition: transform .7s cubic-bezier(.19, 1, .22, 1);
    width: 100%;
    height: 100%;
    z-index: 5;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}
.card-toursuggest .content .detail-content {
    opacity: 0;
    transform: translateY(-10px);
    transition: transform .7s cubic-bezier(.19, 1, .22, 1)
}
.card-toursuggest .content .title {
    font-weight: 700;
    color: #fff;
    margin-bottom: .5rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
    overflow: hidden
}
.card-toursuggest:hover:after {
    transform: translateY(-70%)
}
.card-toursuggest:hover .content {
    transform: translateY(0);
    justify-content: flex-end
}
.card-toursuggest:hover .content .detail-content {
    opacity: 1;
    transform: translateY(0)
}
.bg-tourgiovang {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed
}
.hide-giovangsale {
    cursor: pointer;
    width: 20px;
    height: 20px;
    text-align: center
}
#home_banner_bottom-left {
    display: block;
    position: fixed;
    bottom: 50px;
    z-index: 5;
    width: 10%;
    left: 0
}
#home_banner_bottom-left img {
    width: 100%;
    height: auto
}
#home_banner_bottom-right {
    display: block;
    position: fixed;
    bottom: 50px;
    z-index: 5;
    width: 10%;
    right: 0
}
#home_banner_bottom-right img {
    width: 100%;
    height: auto
}
@media screen and (max-width: 1024px) {
    #home_banner_bottom-left {
        display: none
    }
    #home_banner_bottom-right {
        display: none
    }
    body {
        overflow-x: hidden
    }
    #myHeader ul {
        flex-direction: row;
        overflow-x: scroll
    }
    #myHeader ul li {
        white-space: nowrap;
        margin-right: 2rem
    }
    ::-webkit-scrollbar {
        height: 1px
    }
    ::-webkit-scrollbar-track {
        background: #f1f1f1
    }
    ::-webkit-scrollbar-thumb {
        background: #a06000
    }
}
.info-hotline {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 5
}
.info-hotline .nav-item {
    padding: .1rem 1rem;
    color: #fff;
    text-align: left;
    font-size: x-small
}
.info-hotline .nav-item + .nav-item {
    border-left: 1px solid #fff
}
#clock {
    box-sizing: border-box;
    width: 225px;
    height: 225px;
    background: #fff;
    border: 20px solid #b3dfff;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 50px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}
#clock:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #000;
    border: 12px solid #ff9800;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 -2px 3px #777
}
.title-flashtour {
    bottom: -34px;
    transform: translateX(-50%);
    left: 50%;
    color: #ff5200;
    font-weight: 700;
    font-size: 78px;
    text-shadow: 5px 5px 0 #ffe255
}
#hours, #minutes, #seconds {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}
#hours:after, #minutes:after, #seconds:after {
    content: "";
    display: block;
    margin: 50% 50%;
    width: 50%;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-animation: clock linear infinite;
    animation: clock linear infinite
}
#hours:after {
    width: 30%;
    outline: 8px solid #c27406;
    -webkit-animation-duration: 86400s;
    animation-duration: 180s
}
#minutes:after {
    width: 40%;
    outline: 4px solid #ff6565;
    -webkit-animation-duration: 3600s;
    animation-duration: 30s
}
@-webkit-keyframes clock {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11
}
.group-share {
    position: absolute;
    background: rgba(255, 82, 0, .5);
    top: -5px;
    z-index: 10;
    display: grid;
    padding: .5rem;
    right: 5px
}
.content-news h2 {
    font-size: 1rem
}
.searchBox_1T3n .input-group {
    justify-content: flex-end;
    align-items: flex-end
}
.searchBox_1T3n .form-control {
    background: rgba(255, 255, 255, .3);
    border: none;
    border-radius: 0;
    transition: width .4s cubic-bezier(0, .795, 0, 1);
    position: absolute;
    width: 300px;
    right: 35px;
    color: #fff;
    height: 30px;
    z-index: 1;
    padding: 0 5px;
    cursor: text
}
.searchBox_1T3n .form-control:focus:hover {
    border-bottom: 1px solid #bbb
}
.searchBox_1T3n .form-control:focus {
    outline: 0;
    border-color: rgba(225, 225, 255, 0);
    box-shadow: 0 3px rgba(225, 225, 255, 0)
}
.btn-input-search {
    cursor: pointer
}
.searchBox_1T3n .form-control::placeholder {
    color: #fff
}
.searchBox-mobile .input-group-mobile {
    position: relative
}
.searchBox-mobile .input-group-mobile .form-control {
    background: rgba(255, 255, 255, .8);
    padding-left: 1.8rem
}
.searchBox-mobile .input-group-mobile .fas.fa-search {
    color: #848484;
    transform: translate(10px, -50%);
    position: absolute;
    top: 50%
}
button#btn-cato, button#btn-go {
    padding: .375rem .35rem !important
}
.time-countdown + .time-countdown:after {
    position: absolute;
    content: ":";
    left: -8px;
    font-size: 3rem;
    transform: translate(0, -50%);
    top: 50%
}
.media-body p {
    text-align: justify
}
.circle-150 {
    width: 150px;
    margin: auto
}
.btn-ea4697:hover {
    background-color: #c53d80;
    color: #fff
}
.btn-ea4697 {
    background-color: #ea4697
}
.text-rgba {
    color: rgba(255, 255, 255, .65)
}
.bg-fff5fe {
    background: #fff5fe
}
.bg-f3f3f3 {
    background-color: #f3f3f3
}
.color-ff5400 {
    background-color: #ff5400
}
.color-d32f2e {
    color: #f00;
}
.color-000 {
    color: #000
}
.bg-page {
    background-color: #ff7b23 !important
}
.color-page {
    color: #e79302 !important
}
.ff5400 {
    color: #ff5400
}
.bg-ebebeb {
    background: #ebebeb
}
.bg-d4c13b {
    background: #f8b543
}
.bg-f9e767 {
    background: #fff4a2
}
.bg-fff900 {
    background: #fff900
}
.bg-ed1d25 {
    background: #ed1d25
}
.bg-ed1c24 {
    background: #ed1c24
}
.bg-efefef {
    background: #efefef
}
.color-fb6600 {
    background-color: #fb6600
}
.bg-yellow {
    background-color: #ffe624
}
.bg-f5f5f5 {
    background: #f5f5f5
}
.bg-6498ff {
    background: #6498ff
}
.color-ffa100 {
    color: #ffa100
}
.bg-oganre {
    background-color: #ffa100
}
.bg-oganre2 {
    background-color: #ffb400
}
.bg-none {
    background: rgba(0, 0, 0, 0)
}
.more-hover:hover {
    color: #ffa100 !important
}
.w-80 {
    width: 80%
}
.over-auto {
    overflow: auto
}
.tour-text {
    border-top: 4px solid #f9e767 !important;
    border: 1px solid #ccc;
    text-align: justify;
    padding: .5rem
}
.w-120x120 {
    width: 120px;
    height: 120px
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}
.hover-btn:hover > .icon-btn {
    -webkit-transform: translate(150px);
    -moz-transform: translate(150px);
    -o-transform: translate(150px);
    transform: translate(150px);
    transition: ease-out 1s
}
.btn-find:hover > .input-find {
    width: 100% !important;
    transition: ease-in-out .6s
}
.input-find {
    transition: ease-in-out .6s
}
.input-find:focus {
    width: 100% !important
}
.navbar-dark .navbar-nav.nav-header .active > .nav-link {
    color: #fff;
    border-bottom: 3px solid #fff
}
.navbar-dark .navbar-nav.nav-header .nav-link:focus, .navbar-dark .navbar-nav.nav-header .nav-link:hover {
    border-bottom: 3px solid #fff
}
.navbar-dark .navbar-nav.nav-header .nav-link {
    color: #fff !important
}
.popup-mobile, .popup-mobile-cato, .popup-mobile-go {
    bottom: -500px;
    z-index: 5;
    left: 0;
    transition: ease-in .8s
}
.popup-mobile-cato.active, .popup-mobile-go.active, .popup-mobile.active {
    bottom: 0
}
.close-mobile {
    cursor: pointer
}
.btn-booking {
    background: linear-gradient(270deg, #ed5a00, #ffc107);
    background-size: 300% 300%;
    -webkit-animation: AnimationGradientBtn 3s ease infinite;
    -moz-animation: AnimationGradientBtn 3s ease infinite;
    animation: AnimationGradientBtn 3s ease infinite
}
@-webkit-keyframes AnimationGradientBtn {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}
@-moz-keyframes AnimationGradientBtn {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}
@keyframes AnimationGradientBtn {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}
#myVideo {
    position: relative;
    width: 100%;
    transform: translateY(-25%)
}
.set-bg-contract {
    max-height: 350px;
    overflow: hidden
}
.content-form {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    transform: translate(0, -50%);
    top: 50%
}
.tab-choose {
    height: 198px;
    overflow: auto;
    margin-top: -1px
}
.tab button , .tab a{
    display: inline;
    background-color: inherit;
    color: #000;
    padding: 10px 16px;
    border: 1px solid #ccc;
    outline: 0;
    text-align: center;
    cursor: pointer;
    font-weight: 700
}
.tab button:hover ,.tab a {
    color: #ff5400 !important
}
.tab button.active {
    color: #ff5400 !important
}
.tabcontent {
    border: 1px solid #ccc;
    border: none;
    display: none
}
.clearfix::after {
    content: "";
    clear: both;
    display: table
}
#thumbs.owl-carousel .owl-nav.disabled {
    display: none
}
#big.owl-theme {
    position: relative
}
#big.owl-theme .owl-next, #big.owl-theme .owl-prev {
    background: rgba(0, 0, 0, 0);
    border: 3px solid rgba(255, 255, 255, .6);
    color: rgba(255, 255, 255, .6);
    width: 40px;
    border-radius: 50%;
    line-height: 35px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: .5s ease-in-out
}
#big.owl-theme .owl-next:hover, #big.owl-theme .owl-prev:hover {
    border: 3px solid #fff;
    color: #fff;
    width: 43px;
    height: 43px
}
#big.owl-theme .owl-prev {
    left: 10px
}
#big.owl-theme .owl-next {
    right: 10px
}
#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev {
    background: #333
}
.service .owl-item {
    background-color: #f3f3f3;
    padding: 15px 5px 0 5px
}
.owl-carousel.nav-none .owl-dots.disabled, .owl-carousel.nav-none-all .owl-nav.disabled {
    display: none
}
.owl-carousel.nav-none .owl-nav.disabled {
    display: none
}
.owl-carousel .nav-btn {
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 35% !important;
    transition: all 1s
}
.owl-carousel .owl-next.disabled, .owl-carousel .owl-prev.disabled {
    pointer-events: none;
    opacity: .2
}
.owl-carousel .prev-slide {
    left: -.5rem;
    color: #f5a623
}
.owl-carousel .next-slide {
    right: -.5rem;
    color: #f5a623
}
.owl-carousel .prev-slide:hover {
    color: grey
}
.owl-carousel .next-slide:hover {
    color: grey
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: 0 0 !important
}
.owl-nav.disabled {
    display: none !important
}
.border-gv {
    border: 4px solid #000 !important
}
.big-border {
    border: 60px solid #ff8585
}
.img-cup {
    width: 70% !important
}
.right-poin {
    width: 155px;
    right: 30px;
    bottom: 10px
}
.height-unset {
    height: unset !important
}
:focus {
    outline: 0 !important
}
.post-summary2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}
.post-summary3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}
.post-summary {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}
.post-news {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}
.tip-link {
    background: rgba(0, 0, 0, .48);
    display: grid
}
.tip-link a:active, .tip-link a:hover {
    color: #ffa100 !important;
    transition: ease-out .5s
}
.container {
    max-width: 1270px
}
a {
    cursor: pointer
}
a:hover {
    text-decoration: none;
    transition: .3s ease-out;
    color: #ffa100 !important
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #ffa100;
    width: 30px !important
}
.nav-tabs.nav-choose .nav-link {
    border: unset
}
.nav-tabs.nav-choose .nav-item.show .nav-link, .nav-tabs.nav-choose .nav-link.active {
    border-bottom: 3px solid #fff !important;
    color: #fff !important;
    background-color: unset;
    border-color: unset
}
.nav-tabs.nav-tour .nav-link {
    border: unset
}
.nav-tabs.nav-tour .nav-item.show .nav-link, .nav-tabs.nav-tour .nav-link.active {
    border-bottom: 3px solid #ff5400 !important;
    color: #000 !important;
    background-color: unset;
    border-color: unset
}
.owl-carousel .owl-item img {
    width: unset
}
.banner.owl-carousel.owl-theme .owl-item img {
    width: 100%;
    height: auto
}
.img-banner {
    transition: filter .3s ease-in-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}
.img-banner:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}
.nav-pills .nav-link.border-fff-left.active, .nav-pills .show > .nav-link.border-fff-left {
    border-left: 15px solid #ffa100;
    background-color: #fff;
    color: #000
}
.border-fff-left {
    border-left: 15px solid #f9e767;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}
.border-right-fff {
    border-right-color: #fff !important
}
.border-oganre {
    border: 1px solid #ffa100 !important
}
.border-oganre td, .border-oganre th {
    border: 1px solid #ffa100 !important
}
.border-righttop {
    border-top: 20px solid #ffa100;
    border-right: 20px solid #ffa100
}
.border-l-red {
    border-left: 5px solid #d32f2e
}
.boder-bottom-page {
    border-bottom: 3px solid #e79302;
    min-height: 5.5em
}
.header-page {
    background-color: #ffa100;
    height: 150px
}
.header-news h4 {
    position: relative
}
.header-news h4:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    bottom: -8px
}
.news-sticky {
    position: sticky;
    top: 40px;
    background-color: #fff;
    padding: 50px
}
.link-to-content {
    font-size: 1rem
}
.link-to-content a p {
    color: #ff5200;
    position: relative
}
.link-to-content a {
    color: #0a0a0a
}
.link-to-content a p:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 0;
    background: rgba(255, 188, 157, .3);
    left: 0;
    top: 0;
    transition: ease-in-out .5s
}
.link-to-content a p:hover:before {
    width: 100%
}
.dis-flex {
    display: flex
}
.find-res input {
    transition: ease-in-out .6s
}
.find-res input:focus {
    width: 230% !important;
    position: relative;
    transition: ease-in-out .6s;
    z-index: 3
}
.icon-header {
    width: 55px
}
.col-15 {
    -ms-flex: 0 0 14.285714%;
    flex: 0 0 14.285714%;
    max-width: 14.285714%
}
.col-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}
.fs-25 {
    font-size: 25px
}
.fs-4rem {
    font-size: 4rem
}
.fs-6rem {
    font-size: 6rem;
    font-weight: 100
}
.fw-100 {
    font-weight: 100
}
.show-tour {
    display: none
}
.bg-rgba {
    background-color: rgba(0, 0, 0, .4)
}
.text-group-tour:hover > .show-tour {
    display: block !important
}
.fs-13 {
    font-size: 13px
}
.fs-12 {
    font-size: 12px
}
.phone {
    font-weight: 700;
    font-size: 150%;
    margin-bottom: 0
}
.mb-0 {
    margin-bottom: 0
}
.btn-a {
    background-color: #e69202;
    padding: 10px 55px;
    font-size: 30px
}
.mb-35 {
    margin-bottom: 35px
}
.mt-50 {
    margin-top: 50px
}
.active-group {
    position: relative;
    box-sizing: border-box;
    padding-top: 30px;
    opacity: 1;
    overflow: visible;
    background-attachment: fixed !important;
    background-position: center !important;
    background-image: url(images/img01.png) !important
}
.bg-figure {
    position: relative;
    margin-bottom: 0;
    width: 100%;
    min-height: 300px;
    box-sizing: border-box;
    opacity: 1;
    background-position: center !important;
    background-repeat: no-repeat;
    background-size: cover
}
.min-height-140 {
    min-height: 140px !important
}
.employee-bg {
    width: 100%;
    min-height: 70vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    background-image: url(images/img04.png) !important
}
.group-bg {
    width: 100%;
    height: 12vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    background-image: url(images/img05.png) !important
}
.footer-copyright {
    margin-bottom: 30px
}
.bg-footer {
    width: 100%;
    min-height: 200vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1
}
.link-footer {
    position: relative;
    min-height: 100vh;
    box-sizing: border-box;
    padding-left: 44.2px;
    padding-right: 43.8px;
    opacity: 1;
    overflow: visible;
    background-attachment: fixed !important;
    background-position: center !important;
    background-image: url(images/footer.png) !important
}
.img-footer {
    position: relative;
    width: 100%
}
.subscribe input {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #ff5400;
    border-radius: 0
}
.subscribe button {
    background-color: #ff5400;
    border: 0;
    border-radius: 0
}
.table-bordered-tour td, .table-bordered-tour th {
    border: 0;
    border-left: 1px solid #dee2e6
}
.table-tour td, .table-tour th {
    border-top: 0
}
.table-tour th {
    width: 33%
}
.table-group-info th {
    width: 100%;
    border-top: 0;
    border-bottom: 1px solid #000 !important
}
.table-group-info td {
    border-top: 0
}
.color-bg {
    background-color: #ffa200
}
.form-control:focus {
    border-color: #ffa100;
    box-shadow: 0 0 0 3px rgba(235, 157, 10, .3)
}
.tour img {
    max-width: 75px
}
.tour p {
    margin-bottom: 0
}
.tour.owl-theme .owl-nav {
    margin-top: 0
}
.service img {
    max-width: 180px
}
.mw-100px {
    max-width: 100px
}
.form-booking.active {
    display: block !important;
    transition: opacity .1s ease-in-out
}
.container-login {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1
}
.bg-color-line {
    background-image: linear-gradient(to right, #f85a08, #f9b01b)
}
.color-line {
    background: linear-gradient(to right, #f85a08, #f9b01b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
.container-login .form-control {
    border-bottom: 2px solid #ff7026 !important
}
.custom-select.custom {
    height: 20px;
    font-size: smaller;
    padding: 0 4px
}
.x-large {
    font-size: x-large
}
.popup-filter {
    position: absolute;
    z-index: 10;
    width: 100%;
    right: 1rem;
    background: #fff;
    padding: 10px;
    display: none
}
.popup-filter.active {
    display: block
}
.customer::-webkit-scrollbar, .nav-scroll::-webkit-scrollbar {
    width: 0;
    height: 0
}
.table-responsive::-webkit-scrollbar {
    height: 5px
}
::-webkit-scrollbar {
    width: 10px
}
::-webkit-scrollbar-track {
    background: #f1f1f1
}
::-webkit-scrollbar-thumb {
    background: #888
}
::-webkit-scrollbar-thumb:hover {
    background: #555
}
.check {
    display: block;
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    line-height: initial;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid #f85b09
}
.check:hover input ~ .checkmark {
    background-color: #ccc
}
.check input:checked ~ .checkmark {
    background-image: linear-gradient(to right, #f85a08, #f9b01b)
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none
}
.check input:checked ~ .checkmark:after {
    display: block
}
.check .checkmark:after {
    left: 4px;
    top: -2px;
    width: 7px;
    height: 15px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.nav-scroll {
    white-space: nowrap;
    overflow-x: auto;
    flex-wrap: unset !important
}
/*body {
    font-size: .9rem
}*/
@media (min-width: 1025px) and (max-width: 1280px) {
    .tourhome.owl-carousel .owl-item {
        padding-left: 15px;
        padding-right: 15px
    }
}
@media only screen and (max-width: 1340px) {
    .footer-logo {
        top: 90px !important
    }
    .group-text-footer {
        font-size: smaller;
        top: 160px !important
    }
    .qr {
        width: 80px
    }
}
@media only screen and (max-width: 1120px) {
    .group-text-footer {
        left: 0
    }
    .icon-social {
        width: 25px !important
    }
    .group-text-footer {
        overflow: auto;
        height: 260px;
        text-align: center
    }
    .fs-res-smaller {
        font-size: smaller
    }
}
@media only screen and (max-width: 992px) {
    .w-input-res {
        width: 100%
    }
    .group-rour-res {
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        padding: .7rem 0 .7rem 0
    }
}
@media (max-width: 1275px) {
    .w-input-res {
        width: 45%
    }
    .col-20 {
        flex: 0 0 20%;
        max-width: unset !important
    }
}
@media (max-width: 1170px) {
    .w-input-res {
        width: 40%
    }
    .d-res-none {
        display: none
    }
}
@media (max-width: 1073px) {
    .w-input-res {
        width: 35%
    }
}
@media (max-width: 995px) {
    .w-input-res {
        width: 100%
    }
}
@media (max-width: 910px) {
    .w-40 {
        width: 40% !important
    }
    .height-res-30 {
        height: 30px !important
    }
}
@media (max-width: 768px) {
    .circle-150 {
        width: 120px;
        height: 120px
    }
    .w-768-100 {
        width: 100% !important
    }
    .flex-xs-nowrap {
        flex-wrap: nowrap
    }
    .post-summary3 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }
    .owl-carousel.nav-res .owl-dots.disabled, .owl-carousel.nav-res .owl-nav.disabled {
        display: none
    }
    .fs-20 {
        font-size: 20px !important
    }
    .img-card img {
        max-height: 200px
    }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        display: none
    }
    .footer {
        text-align: center
    }
    .top-sm-10 {
        top: 10px
    }
    .place-go .form-inline .form-group:first-child {
        width: 50% !important
    }
    .place-go .form-inline .form-group:nth-child(3) {
        width: 45% !important
    }
    .place-go .form-inline .form-group:nth-child(5) {
        width: 98% !important
    }
    .wline-sm-100 {
        width: 100% !important
    }
    .wline-sm-77 {
        width: 77% !important
    }
    .big-border {
        border: 3px solid #ff8585
    }
    .mr-xs-0 {
        margin-right: 0 !important
    }
    .bottom-a33 {
        bottom: -33px
    }
    .top-unset {
        top: unset !important
    }
    .headerItem_o7OP .recentProductHeader_2GCr {
        display: none
    }
    .headerItem_o7OP {
        width: 100%
    }
    .headerItem_o7OP > div {
        margin: 0 auto 10px
    }
}
@media (min-width: 992px) {
    .w-lg-100 {
        width: 100% !important
    }
}
@media (max-width: 765px) {
    .form-booking {
        top: 68px !important
    }
    .media .col-6 .bg-figure {
        min-height: 115px !important
    }
    .media .media-body > a {
        font-size: 12px
    }
    .media .media-body > p.mb-0 > small {
        font-size: 10px
    }
}
@media (max-width: 1328px) {
    .place-go .form-inline .form-group {
        width: unset !important
    }
}
@media (max-width: 335px) {
    .w-uset-320 {
        width: unset !important
    }
}
@media (max-width: 345px) {
    .place-go .form-inline .form-group:first-child {
        width: 49% !important
    }
}
@media only screen and (max-width: 1410px) and (min-width: 992px) {
    .d-cus-none {
        display: none !important
    }
}
@media (max-width: 865px) {
    footer .form {
        margin-right: unset !important
    }
}
@media only screen and (max-width: 1376px) and (min-width: 992px) {
    .float-unset {
        float: unset !important
    }
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
    .flex-row-unset {
        flex-direction: column !important
    }
    .w-img-100 {
        width: 100% !important
    }
}
@media (max-width: 510px) {
    .w-unset {
        width: unset !important
    }
    .pabs-res {
        top: unset !important;
        bottom: -25px;
        right: 0 !important
    }
    .x-xs-large {
        font-size: large
    }
    .fs-4rem {
        font-size: 2.5rem
    }
}
@media (max-width: 600px) {
    .mw-250 {
        max-width: 250px
    }
    .fs-un {
        font-size: unset !important
    }
    .fs-30 {
        font-size: 30px !important
    }
}
@media (max-width: 530px) {
    .w-res-763 {
        width: 763px !important
    }
    .border-un {
        border: unset !important
    }
    .set-more-res {
        width: 100%;
        right: 0 !important;
        border: unset !important
    }
    .set-more-res p {
        background-color: #dbdbdb !important
    }
}
@media only screen and (max-width: 1320px) and (min-width: 990px) {
    .d-o-none {
        display: block !important
    }
    .fs-o-12 {
        font-size: 12px
    }
}
@media only screen and (max-width: 900px) and (min-width: 767px) {
    .d-t-none {
        display: block !important
    }
}
@media only screen and (max-width: 477px) {
    .d-l-none {
        display: block !important
    }
}
@media (max-width: 520px) {
    .fs-xs-14 {
        font-size: 14px
    }
    .fs-xs-8 {
        font-size: 8px
    }
    .w-xs-35 {
        width: 35px
    }
}
@media (max-width: 425px) {
    .px-xs-0 {
        padding-left: unset !important;
        padding-right: unset !important
    }
    .popular_box .act_card {
        margin-left: 0
    }
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}
.pagination > li {
    display: inline
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #ff7026;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #ff7026;
    border-color: #ff7026;
    cursor: default
}
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}
.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}
.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}
.pager li {
    display: inline
}
.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ff7026;
    border-radius: 15px
}
.pager li > a:focus, .pager li > a:hover {
    text-decoration: none;
    background-color: #eee
}
.pager .next > a, .pager .next > span {
    float: right
}
.pager .previous > a, .pager .previous > span {
    float: left
}
.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}
.topBar_1e6g {
    background-color: #ff5200;
    padding: .1rem;
    position: relative;
    z-index: 4
}
.topBarColLeft_2fRx {
    flex-grow: 1
}
.topBarLink_2Ybi {
    padding: 0 .4rem;
    float: left;
    cursor: pointer
}
.topBarLink_2Ybi svg {
    fill: #fff;
    width: 2rem;
    height: 2rem
}
.topBarLink_2Ybi > span {
    color: #fff;
    line-height: 2.4rem
}
.topBarCol_2wvN button {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    background-image: none;
    border: none
}
.hder-chude {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    background-color: #fff
}
.appHeader_15ts {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    /*background-color: #e64a00;*/
    position: relative;
    transform: translateZ(0);
    z-index: 3;
   
}
.headerWrapper_tvuf {
    display: flex;
    align-items: center;
    position: relative
}
.logoWrap_1Zvr {
    display: flex;
    align-items: center;
    align-content: center;
    min-width: 15rem;
    margin-left: .4rem;
    margin-right: 0
}
.autoWidth_3zfF {
    flex: auto
}
.btn-round.orange, .btn.orange {
    background-color: #f5a623;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    height: 38px
}
.searchButton_3d_3 {
    display: flex;
    color: #fff;
    font-size: 1.4rem;
    padding-right: 1rem;
    line-height: 2.4rem;
    outline: 0
}
.searchButton_3d_3 > svg {
    width: 2.4rem;
    height: 2.4rem;
    fill: #fff
}
.headerItem_o7OP {
    color: #fff
}
.item_13ry {
    display: block;
    padding: 2.4rem .6rem;
    text-align: center
}
.col-md-6.col-lg-2.item_13ry:nth-child(5) {
    display: none !important;
}

.iconBox_3BrW {
    margin-bottom: 1.2rem
}
.title_2y2L {
    margin-bottom: .3rem;
    font-size: 1rem;
    text-transform: uppercase;
    color: #000
}
.description_2VJu {
    color: #848484;
    font-size: .8rem
}
.item_13ry:hover {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3)
}
.danhmuc_hd {
    clear: both;
    width: 100%;
    float: left;
    margin-top: 10px
}
.hr_danhmuc {
    text-align: center;
    padding: 10px;
    font-size: 15px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .05);
    background: #fff
}
ul.galeria, ul.galeria > li {
    list-style: none;
    margin: 0;
    padding: 0
}
ul.galeria > li {
    text-decoration: none;
    color: rgba(0, 0, 0, .8);
    border: 1px solid rgba(0, 0, 0, .05);
    text-align: center;
    background-color: #fff;
    display: block;
    position: relative;
    -webkit-transition: box-shadow .1s cubic-bezier(.4, 0, .6, 1), -webkit-transform .1s cubic-bezier(.4, 0, .6, 1);
    transition: box-shadow .1s cubic-bezier(.4, 0, .6, 1), -webkit-transform .1s cubic-bezier(.4, 0, .6, 1);
    transition: transform .1s cubic-bezier(.4, 0, .6, 1), box-shadow .1s cubic-bezier(.4, 0, .6, 1);
    transition: transform .1s cubic-bezier(.4, 0, .6, 1), box-shadow .1s cubic-bezier(.4, 0, .6, 1), -webkit-transform .1s cubic-bezier(.4, 0, .6, 1);
    float: left
}
@media (max-width: 639px) {
    ul.galeria > li {
        width: 25%
    }
    .tour.owl-carousel .owl-item img {
        height: 50px !important
    }
    .hder-chude {
        margin-top: 60px
    }
}
@media (min-width: 640px) {
    ul.galeria > li {
        width: 20%
    }
    .tour.owl-carousel .owl-item img {
        height: 100px !important;
        min-width: 100px !important
    }
    .tour.owl-carousel .owl-item p {
        text-transform: capitalize !important
    }
}
@media (min-width: 768px) {
    ul.galeria > li {
        width: 20%
    }
}
@media (min-width: 992px) {
    ul.galeria > li {
        width: 20%
    }
}
@media (min-width: 1200px) {
    ul.galeria > li {
        width: 14.28%
    }
}
ul.galeria > li img {
    width: 100%
}
.galeria > li p {
    font-size: .8rem;
    margin: 0;
    height: 50px;
    padding: 10px;
    color: #000
}
.no-gutter [class^=col-] {
    padding-left: 0;
    padding-right: 0
}
.item-event {
    top: 0;
    right: 0;
    width: 100%
}
.bg-xam {
    background: #0000000f
}
.cl-hdtitle {
    color: #000000ba
}
.tite-card-hd {
    background: #0c88de;
    color: #fff;
    text-align: center;
    text-transform: uppercase
}
.tientour_hd {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    margin: 0;
    color: #fff !important;
    border-bottom: 40px solid red;
    border-left: 50px solid transparent;
    border-right: 0px solid transparent;
    height: 0;
    line-height: 60px;
    font-weight: 300;
    font-size: 1.5em
}
.hd-tour-index {
    padding: 10px;
    margin-top: 20px
}
.bg-tintuc {
    margin: 10px 0;
    padding: 10px
}
html {
    scroll-behavior: smooth
}
.bannertop.owl-theme .owl-dots {
    position: relative;
    bottom: 35px
}
.news.owl-carousel .owl-item img {
    height: 100%;
    max-height: 285px
}
.w-120x120 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}
.btn-choose i {
    vertical-align: middle
}
.btn-choose span {
    font-weight: 600
}
.tour.owl-theme .owl-next, .tour.owl-theme .owl-prev {
    background: rgba(0, 0, 0, 0);
    border: 3px solid rgba(7, 7, 7, .6);
    color: rgba(7, 7, 7, .99);
    width: 20px;
    border-radius: 50%;
    height: 20px;
    position: absolute;
    text-align: center;
    top: 25%;
    transition: .5s ease-in-out;
    font-size: 10px
}
.tour.owl-theme .owl-prev {
    left: 0
}
.tour.owl-theme .owl-next {
    right: 0
}
.categoryhome .owl-item .item {
    text-decoration: none;
    color: rgba(0, 0, 0, .8);
    border: 1px solid rgba(0, 0, 0, .05);
    text-align: center;
    background-color: #fff;
    display: block;
    position: relative;
    -webkit-transition: box-shadow .1s cubic-bezier(.4, 0, .6, 1), -webkit-transform .1s cubic-bezier(.4, 0, .6, 1);
    transition: box-shadow .1s cubic-bezier(.4, 0, .6, 1), -webkit-transform .1s cubic-bezier(.4, 0, .6, 1);
    transition: transform .1s cubic-bezier(.4, 0, .6, 1), box-shadow .1s cubic-bezier(.4, 0, .6, 1);
    transition: transform .1s cubic-bezier(.4, 0, .6, 1), box-shadow .1s cubic-bezier(.4, 0, .6, 1), -webkit-transform .1s cubic-bezier(.4, 0, .6, 1);
    float: left
}
.categoryhome.owl-carousel.owl-theme .owl-item img {
    width: 55%
}
.owl-carousel .item {
    margin: 10px 5px
}
.mul2-slider .mul-slider-reponsive .item {
    position: relative;
    width: unset;
    min-height: 190px;
    background-clip: fixed;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    overflow: hidden
}
.mul2-slider .mul-slider-reponsive .item::before {
    content: '';
    background-color: rgba(0, 0, 0, .17);
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 3;
    display: block
}
.mul2-slider .mul-slider-reponsive .item img {
    width: 100%
}
.mul2-slider .mul-slider-reponsive .item .text-mul-slider {
    text-transform: uppercase;
    transition: all .7s cubic-bezier(.2, .02, 0, 1.01) .1s;
    display: block;
    font-weight: 800;
    text-align: center;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    font-size: 1rem;
    left: 50%;
    color: #fff;
    z-index: 3;
    transform: translate(-50%, -50%)
}
.mul2-slider .mul-slider-reponsive .item .text-mul-slider:after, .mul2-slider .mul-slider-reponsive .item .text-mul-slider:before {
    content: '';
    background-color: #fff;
    height: 2px;
    position: absolute;
    display: block;
    width: 100%;
    transition: all .7s cubic-bezier(.2, .02, 0, 1.01) .1s
}
.mul2-slider .mul-slider-reponsive .item .text-mul-slider:before {
    right: 0
}
.mul2-slider .mul-slider-reponsive .item .text-mul-slider:after {
    left: 0
}
.mul2-slider .mul-slider-reponsive .item:hover .text-mul-slider:after, .mul2-slider .mul-slider-reponsive .item:hover .text-mul-slider:before {
    width: 500%
}
@media (max-width: 768px) {
    .mul-slider-reponsive {
        display: flex
    }
    .mul2-slider .mul-slider-reponsive .item {
        width: 100%
    }
    .mul2-slider .mul-slider-reponsive .item::before {
        position: unset
    }
    .siler-list.owl-carousel .owl-item {
        width: 310px !important
    }
}
@media (max-width: 768px) and (min-width: 360px) {
    .mul2-slider.owl-carousel:not(.main-type-carousel) .owl-item {
        width: 330px !important
    }
}
@media screen and (max-width: 768px) and (min-width: 340px) {
    .banner.owl-carousel.nav-none.owl-theme.owl-loaded.owl-drag .owl-item {
        width: 310px !important;
        height: 200px !important
    }
}
.act_list .act_card {
    margin-bottom: 30px;
    border-radius: 2px
}
.u_t_gray_9 {
    color: #999
}
.popular_box {
    position: relative;
    counter-reset: popular;
    padding: 0
}
.popular_box ul {
    list-style-type: none !important
}
.popular_box ul li {
    text-align: left
}
.popular_box a {
    color: #333
}
.popular_box .img_next {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    display: none;
    opacity: 0;
    margin-right: 0 !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.popular_box .img_next i {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}
.popular_box .img_next:active, .popular_box .img_next:hover {
    opacity: 1;
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .35));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .35))
}
.popular_box .img_prev {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    display: none;
    opacity: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg)
}
.popular_box .img_prev i {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}
.popular_box .img_prev:active, .popular_box .img_prev:hover {
    opacity: 1;
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .35));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .35))
}
.popular_box .img_total {
    opacity: 0;
    text-align: center;
    padding: 2px 5px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 8px;
    right: 18px;
    margin-right: 0 !important
}
.popular_box .act_card {
    margin-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: relative;
    margin-right: 10px;
    margin-left: 10px
}
.popular_box .act_card:empty:after {
    content: "" !important
}
.popular_box .act_card.after {
    counter-increment: popular;
    content: attr(data-percent);
    width: 60px;
    height: 26px;
    display: inline-block;
    background: #f77300;
    color: #fff;
    text-align: center;
    top: 142px;
    right: 12px;
    position: absolute;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 500;
    padding: 0 4px;
    box-sizing: border-box
}
.popular_box .act_card:first-child:after {
    background-color: #ff5722
}
.act_card {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    background: #fff;
    border-radius: 2px;
    transition: ease-in-out .3s
}
.act_card:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .12), 0 -1px 2px 0 rgba(0, 0, 0, .08)
}
.act_card .m_radius_box {
    border-radius: 2px
}
.act_card.act_card_lg {
    width: 372px
}
.act_card.act_card_lg.campaign_card ul .campaign_tag {
    max-width: 277px;
    box-sizing: border-box
}
.act_card.act_card_md {
    width: 320px
}
.act_card.act_card_md .prefer {
    position: absolute;
    top: -27px;
    right: 4px
}
.act_card.act_card_md .prefer .preferred_tag_icon_bg {
    font-size: 62px
}
@media (max-width: 520px) {
    .act_card.act_card_sm {
        width: 100% !important
    }
    .popular_box .act_card {
        margin-left: 0
    }
}
.act_card.act_card_sm .m_bg {
    height: 210px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}
.act_card.act_card_sm ul .title {
    font-size: 14px;
    line-height: 1.3;
    text-transform: uppercase
}
.act_card.act_card_sm ul img {
    width: 100%;
    height: auto
}
.act_card.act_card_sm ul .title + i.flag-hot {
    display: inline-block;
    background-image: url(/s/dist_web/desktop/release/sprites-icon-bd21e24f1a.png);
    background-position: 0 -835px;
    width: 20px;
    height: 24px
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .act_card.act_card_sm ul .title + i.flag-hot {
        background-image: url(/s/dist_web/desktop/release/sprites-icon@2x-adf66813a4.png);
        background-size: 180px 4488px
    }
}
.act_card.act_card_sm ul .title + i.flag-new {
    display: inline-block;
    background-image: url(/s/dist_web/desktop/release/sprites-icon-bd21e24f1a.png);
    background-position: 0 -371px;
    width: 20px;
    height: 24px
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .act_card.act_card_sm ul .title + i.flag-new {
        background-image: url(/s/dist_web/desktop/release/sprites-icon@2x-adf66813a4.png);
        background-size: 180px 4488px
    }
}
.act_card.act_card_sm ul .title + i.flag-recommended {
    display: inline-block;
    background-image: url(/s/dist_web/desktop/release/sprites-icon-bd21e24f1a.png);
    background-position: 0 -458px;
    width: 20px;
    height: 24px
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .act_card.act_card_sm ul .title + i.flag-recommended {
        background-image: url(/s/dist_web/desktop/release/sprites-icon@2x-adf66813a4.png);
        background-size: 180px 4488px
    }
}
.act_card.act_card_sm ul .title + i.prefer {
    position: absolute;
    top: -22px;
    right: -4px
}
.act_card.act_card_sm ul .title + i.prefer .preferred_tag_icon_bg {
    font-size: 52px
}
.act_card.act_card_sm ul .price .latest_price b {
    font-size: 16px;
    font-weight: 600
}
.act_card.act_card_sm ul .price .del_price {
    font-size: 12px
}
.act_card.act_card_sm ul .price .g_right {
    float: none;
    display: block
}
.act_card.act_card_sm.campaign_card ul .campaign_tag {
    max-width: 218px;
    box-sizing: border-box
}
.act_card.act_card_xs {
    width: 229px
}
.act_card.act_card_xs .m_bg {
    height: 124px
}
.act_card.act_card_xs .m_bg .klook-icon-video2 {
    font-size: 16px
}
.act_card.act_card_xs ul {
    height: 83px
}
.act_card.act_card_xs ul .title {
    font-size: 14px
}
.act_card.act_card_xs ul .price .latest_price b {
    font-size: 14px;
    font-weight: 600
}
.act_card.act_card_xs ul .price .del_price {
    font-size: 12px
}
.act_card.act_card_profile {
    width: 255px;
    box-shadow: none;
    border: 1px solid #e0e0e0
}
.act_card.act_card_profile .m_bg {
    height: 144px
}
.act_card.act_card_profile ul {
    height: 112px
}
.act_card.act_card_profile ul .title {
    font-size: 14px;
    width: 100%;
    max-height: 35px
}
.act_card.act_card_profile ul .price {
    height: 51px
}
.act_card.act_card_profile ul .price .latest_price b {
    font-size: 16px;
    font-weight: 600
}
.act_card.act_card_profile ul .price .del_price {
    font-size: 12px
}
.act_card.act_card_profile ul .price .g_right {
    float: none;
    display: block
}
.act_card.act_card_profile .collectBtn {
    border-top: 1px solid #e0e0e0;
    padding: 12px 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.act_card.act_card_profile .collectBtn i {
    margin-right: 10px
}
.act_card.act_card_relevant {
    width: 250px;
    padding: 8px;
    height: 136px
}
.act_card.act_card_relevant > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}
.act_card.act_card_relevant.act_card.sold_out a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.act_card.act_card_relevant .m_bg {
    height: 50px;
    width: 50px;
    margin-right: 8px
}
.act_card.act_card_relevant ul {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    padding: 0;
    height: 100%
}
.act_card.act_card_relevant ul li:first-child {
    padding-top: 0
}
.act_card.act_card_relevant ul .title {
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
    max-height: 56px;
    -webkit-line-clamp: 3
}
.act_card.act_card_relevant ul .price {
    bottom: 0
}
.act_card.act_card_relevant ul .price .latest_price b {
    font-size: 14px;
    font-weight: 600
}
.act_card.act_card_relevant ul .price .del_price {
    font-size: 12px
}
.act_card.act_card_relevant ul .price .g_right {
    float: none;
    display: block
}
.act_card.sold_out {
    position: relative
}
.act_card.sold_out a {
    opacity: .5;
    display: block
}
.act_card.sold_out .soldout {
    position: absolute;
    bottom: 16px;
    right: 16px;
    font-weight: 600;
    display: inline-block
}
.act_card.sold_out.act_card_profile .soldout {
    bottom: 53px
}
.act_card.sold_out .campaign_tag {
    background-color: #f5f5f5;
    color: #999
}
.act_card .m_bg {
    height: 210px
}
.act_card .m_bg .top {
    top: 0;
    height: 28%;
    width: 100%;
    padding: 8px 12px
}
.act_card .m_bg .top span {
    vertical-align: text-top
}
.act_card .m_bg .bottom {
    bottom: 0;
    padding: 0 12px;
    height: 33px;
    width: 100%
}
.act_card .m_bg .bottom p {
    height: 24px;
    line-height: 24px;
    box-sizing: border-box;
    border-radius: 2px;
    display: inline-block;
    padding: 0 8px
}
.act_card .m_bg .bottom p.discount_tip {
    background: #ff5722;
    margin-right: 8px;
    float: left;
    font-weight: 700
}
.act_card .m_bg .bottom p.skip_tip {
    background: #24b985;
    float: left;
    font-weight: 500
}
.act_card ul {
    position: relative;
    height: 145px;
    padding: 0 12px 12px 12px;
    line-height: 1.2;
    box-sizing: border-box;
    border-top: none
}
.act_card ul li:first-child {
    padding-top: 8px
}
.act_card ul .title {
    font-size: 16px;
    font-weight: 500;
    width: 82%;
    text-align: left;
    display: inline-block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 38px;
    overflow: hidden
}
.act_card ul .title + i {
    position: absolute;
    top: 0;
    right: 0
}
.act_card ul .title + i.flag-hot {
    display: inline-block;
    background-image: url(/s/dist_web/desktop/release/sprites-icon-bd21e24f1a.png);
    background-position: 0 -1877px;
    width: 32px;
    height: 38px
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .act_card ul .title + i.flag-hot {
        background-image: url(/s/dist_web/desktop/release/sprites-icon@2x-adf66813a4.png);
        background-size: 180px 4488px
    }
}
.act_card ul .title + i.flag-new {
    display: inline-block;
    background-image: url(/s/dist_web/desktop/release/sprites-icon-bd21e24f1a.png);
    background-position: 0 -1834px;
    width: 32px;
    height: 38px
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .act_card ul .title + i.flag-new {
        background-image: url(/s/dist_web/desktop/release/sprites-icon@2x-adf66813a4.png);
        background-size: 180px 4488px
    }
}
.act_card ul .title + i.flag-recommended {
    display: inline-block;
    background-image: url(/s/dist_web/desktop/release/sprites-icon-bd21e24f1a.png);
    background-position: 0 -1791px;
    width: 32px;
    height: 38px
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .act_card ul .title + i.flag-recommended {
        background-image: url(/s/dist_web/desktop/release/sprites-icon@2x-adf66813a4.png);
        background-size: 180px 4488px
    }
}
.act_card ul .title + i .pop_up {
    position: absolute;
    color: #666;
    min-width: 50px;
    font-size: 12px;
    text-align: center;
    font-style: normal;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .12);
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    white-space: nowrap;
    right: 17px;
    top: -73px;
    border-radius: 3px
}
.act_card ul .title + i .pop_up:after {
    content: "";
    width: 12px;
    height: 12px;
    border: solid 1px #e0e0e0;
    border-top: none;
    border-left: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    bottom: -7px;
    right: 17px;
    background: #fff
}
.act_card ul .title + i:hover .pop_up {
    display: block
}
.act_card ul .campaign_tag {
    height: 24px;
    background-color: #fff1f0;
    line-height: 24px;
    padding: 0 8px;
    color: #ff5722;
    font-size: 12px;
    margin-top: 8px
}
.act_card ul .star_box {
    margin-top: 6px
}
.act_card ul .star_box > span:first-child {
    padding-right: 4px
}
.act_card ul .star_box > span:nth-child(2) {
    padding-left: 4px
}
.act_card ul .price {
    position: absolute;
    bottom: 12px;
    width: calc(100% - 24px)
}
.act_card ul .price p:first-child {
    margin-bottom: -42px;
    position: relative;
    left: 150px;
}
.act_card ul .price .latest_price {
    font-size: 18px;
    padding-left: 10px
}
.act_card ul .price .del_price {
    font-size: 14px
}
.act_card ul .price .notice {
    color: #24b985
}
.act_card ul .price .g_right {
    position: relative;
    top: 5px;
    font-size: 12px
}
.hotel_card_validate_date {
    font-size: 12px;
    color: #333
}
.act_card.act_card_lg ul .price .g_right.hotel_card_time, .act_card.act_card_md ul .price .g_right.hotel_card_time {
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right;
    max-width: 50%;
    top: -6px;
    float: right
}
.act_card.act_card_lg ul .price .g_right.hotel_card_time span, .act_card.act_card_md ul .price .g_right.hotel_card_time span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.act_card ul .price .g_right.hotel_card_time {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: none;
    display: block
}
.act_card.act_card_sm ul .price .g_right.hotel_card_time {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: none;
    display: block
}
.voucher-modal {
    background: #fff2e2
}
.voucher-modal .content-voucher {
    background-image: url('../images/travel-fly-001-01.png');
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top
}
.voucher-modal .content-voucher .modal-body {
    background-color: rgba(255, 255, 255, .6);
    padding: 2rem;
    width: 80%;
    margin: auto;
    box-shadow: 2px 2px 14px #ffd6a0;
    border-radius: 6px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%
}
.voucher-modal .content-voucher .modal-body .title-voucher img {
    max-width: 100%;
    height: auto
}
.voucher-modal .content-voucher .modal-body .form-control {
    background: #fff2e2;
    border: 0;
    border-radius: 0;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, .19)
}
.voucher-modal .content-voucher .modal-body .form-control::placeholder {
    font-family: 'Times New Roman', Times, serif;
    font-style: italic
}
.voucher-modal .content-voucher .modal-body .submit-mail {
    padding: 1rem 0 0;
    margin: auto
}
.voucher-modal .content-voucher .modal-body .submit-mail button {
    background: #f60;
    border: 0;
    border-radius: 5px;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, .19);
    color: #fff;
    font-family: auto;
    padding: 5px 10px;
    min-width: 150px
}
@media screen and (max-width: 995px) {
    .act_card.act_card_sm ul img {
        width: 100%;
        height: 154px;
    }
}
.fixed-top {
    z-index: 11;
    position: fixed;
    width: 100%;
    top: 0
}
.zalo-chat-widget {
    bottom: 30px !important
}
.blog-author-image, .rounded-full {
    border-radius: 100px
}
.p-3 > .mt-4 > mb-4 > img {
    width: 20px !important
}
.p-3 > .mt-4 > .mb-4 > span {
    font-size: .86rem
}
.blog-author > img {
    width: 30px;
    border-radius: 50%;
    border: 1px solid #eaeaea;
    margin-right: 5px
}
.content-news h2, .content-news h2 b, .content-news h2 strong, .content-news h3, .content-news h3 b, .content-news h3 strong, .content-news h4, .content-news h4 b, .content-news h4 strong, .destination-description h2, .destination-description h2 b, .destination-description h2 strong, .destination-description h3, .destination-description h3 b, .destination-description h3 strong, .destination-description h4, .destination-description h4 b, .destination-description h4 strong {
    margin: 20px 0 !important;
    line-height: 1.3;
    font-weight: 500 !important
}
.content-news h2, .content-news h2 > b, .content-news h2 > strong {
    font-size: 1.9rem
}
.content-news h3, .content-news h3 > b, .content-news h3 > strong {
    font-size: 1.5rem
}
.content-news h4, .content-news h4 > b, .content-news h4 > strong {
    font-size: 1.2rem
}
.blog-rating {
    justify-content: flex-end;
    margin: 30px 0
}
.flex.flex-row.d-inline-flex {
    background-color: #f7f7f7;
    margin-bottom: 50px;
    display: none !important;	
}
@media only screen and (max-width: 600px) {
    .flex.flex-row.d-inline-flex {
        flex-direction: column !important
    }
    .flex.flex-row.d-inline-flex .mt-3.flex {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }
}
.hdt-title-destination {
    padding: 0
}
.hdt-carousel.mul2-slider .mul-slider-reponsive .item .text-mul-slider:after, .hdt-carousel.mul2-slider .mul-slider-reponsive .item .text-mul-slider:before {
    content: unset
}
.hdt-carousel.mul2-slider .mul-slider-reponsive .item .text-mul-slider {
    width: 90%
}
.destination-description img, .content-news p > span > span {
    width: 100% !important;
    height: auto !important
}
.homepage-block-img img {
    max-width: 100%;
    height: auto;
    margin-top: 30px
}