﻿
/*#region Global */
.fancybox-caption {
    visibility: visible;
    opacity: 1;
}
.fancybox-caption {
    font-size: 1.15rem;
    padding: 1rem 15%;
}
.blog_menu.stick {
    position: fixed;
    z-index: 10000;
}

.sp_slide .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    width: 100%;
    justify-content: space-between;
    z-index: -1;
}

.sp_tour__slide {
    position: relative;
    z-index: 0;
}

.sp_tour__slide.sp_slide.Hasone .sp_tour__item {
    width: 33.33%;
}

.sp_slide .owl-prev {
    transform: translateX(-4.875rem);
}

.sp_slide .owl-next {
    transform: translateX(4.875rem);
}

.tour_hightLight .sp_slide .owl-prev {
    transform: translateX(-8rem);
}

.tour_hightLight .sp_slide .owl-next {
    transform: translateX(8rem);
}
.caption_search {
    padding: 15px 0 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}
/*#Table_Content*/
.sp_news__body #toc {
    padding: 1rem;
    background-color: #DBDBDB61;
    margin: 1rem 0;
    border-radius: 10px;
}
    .sp_news__body #toc ol {
        list-style: none;
        padding-left: 25px;
        margin-top: 10px;
    }
.fixed_right {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
}
    .fixed_right ul li {
        width: 3.75rem;
        height: 3.75rem;
        background-position: center;
        background-size: contain;
    }

    .fixed_right #phone {
        background-image: url('/Styles/images/fixed-phone.svg');
    }

    .fixed_right #face-mess {
        background-image: url('/Styles/images/fixed-mess.svg');
    }

    .fixed_right #zalo {
        background-image: url('/Styles/images/fixed-zalo.svg');
    }

.sp_news__body #toc a {
    color: var(--color-text);
}

.sp_news__body #toc > span {
    text-transform: uppercase;
    display: block;
    text-align: left;
    padding-left: 1.5rem;
    font-family: Avertar-SM;
}

.sp_news__body #toc li {
    padding-bottom: 5px;
    border-bottom: 1px dashed #b9b9b9;
    margin-bottom: 5px;
}
/*#End Table_Content*/
.fancybox-container {
    z-index: 1000000 !important;
}

#back-to-top {
    transition: 0.4s;
}


  

.fixed_right ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 88px;
    align-items: center;
    cursor: pointer;
}
    
#float_button {
    margin-top: 20px;
    position: relative;
}

    #float_button .play-now {
        display: block;
    }

    #float_button .d-flex {
        background: #fff;
        visibility: hidden;
        position: absolute;
        top: -15px;
        right: 50px;
        box-shadow: 0 0 5px #0e4736;
        border-radius: 25px;
        padding: 5px 15px;
        animation: fadeInRight 500ms ease-in;
        display: none;
    }

#face-mess span {
    background-color: #0084ff;
    box-shadow: 0 0 0 #0084ff;
    display: block;
    background-image: url('/Styles/images/icons2.png');
    background-position: 10px -182px;
    background-repeat: no-repeat;
}

#phone span {
    background-image: url('/Styles/images/phone_white.png');
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center;
}

#face-mess .play-now .ripple::before {
    box-shadow: 0 0 0 0 #0084ff;
}

#face-mess .play-now .ripple::after {
    box-shadow: 0 0 0 0 #0084ff;
}

#face-mess i {
    font-size: 26px;
    position: relative;
    color: #fff;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

/*#float_button:hover .d-flex,*/
#float_button.active .d-flex {
    visibility: visible;
    display: block;
}

#float_button .d-flex a {
    display: inline-block;
    border-right: 1px solid #e5e5e5;
    line-height: 30px;
    padding: 0px 15px;
    color: #757575;
    position: relative;
}

    #float_button .d-flex a:hover {
        color: #0e4736;
    }

    #float_button .d-flex a::before {
        content: "";
        border-left: 6px solid transparent;
        border-top: 8px solid rgba(0,0,0,0.85);
        border-right: 6px solid transparent;
        display: none;
        visibility: hidden;
        position: absolute;
        top: -18px;
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        animation: fadeIn 300ms ease-in;
    }

    #float_button .d-flex a::after {
        content: attr(title);
        position: absolute;
        visibility: hidden;
        top: -40px;
        white-space: nowrap;
        font-size: 12px;
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background: rgba(0,0,0,0.85);
        color: #fff;
        border-radius: 15px;
        line-height: 1;
        padding: 5px 10px;
        animation: fadeIn 300ms ease-in;
        display: none;
    }

    #float_button .d-flex a:hover::after, #float_button .d-flex a:hover::before {
        visibility: visible;
        display: block;
    }


#back-to-top .fa-angle-up, #float_button .fa-comment-dots {
    color: #fff;
    position: relative;
    font-size: 30px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    cursor: pointer;
}

#float_button .fa-comment-dots {
    font-size: 16px;
}

#float_button.active .fa-comment-dots::before {
    content: "\f057";
}

.introduction #back-to-top {
    visibility: hidden;
}

@keyframes vibrate {
    0% {
        top: 0px;
    }

    25% {
        top: -3px;
    }

    50% {
        top: 0px;
    }

    75% {
        top: 3px;
    }

    100% {
        top: 0px;
    }
}
/* Firefox */
@-moz-keyframes vibrate {
    0% {
        top: 0px;
    }

    25% {
        top: -3px;
    }

    50% {
        top: 0px;
    }

    75% {
        top: 3px;
    }

    100% {
        top: 0px;
    }
}
/* Safari and Chrome */
@-webkit-keyframes vibrate {
    0% {
        top: 0px;
    }

    25% {
        top: -3px;
    }

    50% {
        top: 0px;
    }

    75% {
        top: 3px;
    }

    100% {
        top: 0px;
    }
}
/* Opera */
@-o-keyframes vibrate {
    0% {
        top: 0px;
    }

    25% {
        top: -3px;
    }

    50% {
        top: 0px;
    }

    75% {
        top: 3px;
    }

    100% {
        top: 0px;
    }
}

/*======================================
3. animated play btn, call hotline
======================================*/
.play-now {
    position: relative;
    border-radius: 50%;
    z-index: 10;
    width: 40px;
    height: 40px;
    display: block;
}

    .play-now .ripple {
        background: #f15922;
    }

        .play-now .ripple, .play-now .ripple::before, .play-now .ripple::after {
            position: absolute;
            top: 50%;
            left: 50%;
            height: 45px;
            width: 45px;
            -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            -webkit-transform-origin: center;
            transform-origin: center center;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            -webkit-box-shadow: 0 0 0 0 rgba(0, 168, 80, .3);
            -moz-box-shadow: 0 0 0 0 rgba(0, 168, 80, .3);
            -ms-box-shadow: 0 0 0 0 rgba(0, 168, 80, .3);
            -o-box-shadow: 0 0 0 0 rgba(0, 168, 80, .3);
            box-shadow: 0 0 0 0 rgb(241, 89, 34);
            -webkit-animation: ripple 3s infinite;
            -moz-animation: ripple 3s infinite;
            -ms-animation: ripple 3s infinite;
            -o-animation: ripple 3s infinite;
            animation: ripple 4s 2s infinite;
        }

            .play-now .ripple::before {
                -webkit-animation-delay: .9s;
                -moz-animation-delay: .9s;
                -ms-animation-delay: .9s;
                -o-animation-delay: .9s;
                animation-delay: 1.2s;
                content: "";
                position: absolute;
            }

            .play-now .ripple::after {
                -webkit-animation-delay: .6s;
                -moz-animation-delay: .6s;
                -ms-animation-delay: .6s;
                -o-animation-delay: .6s;
                animation-delay: .9s;
                content: "";
                position: absolute;
            }

#back-to-top {
    background-image: url('/Styles/icon/to_top.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 2.75rem;
    height: 2.75rem;
    background-color: #d5d5d5;
    border-radius: 50%;
    background-size: contain;
    margin-top: 10px;
}
.fixed_right ul li a {
    display: block;
    width: 100%;
    height: 100%;
}
@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-moz-keyframes goRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes goRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes goRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes goLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes goLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes goLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


/*#endregion */
/*Pager*/
.sp_pager {
    margin-top: 2.5rem;
}
.sp_pager .num {
    display: inline-flex;
    width: 3.125rem;
    height: 3.125rem;
    color: var(--color-primary);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-right: 13px;
}

.sp_pager .num.select {
    border: 1px solid var(--color-primary);
}
.sp_pager .next span, .sp_pager .prev span {
    color: #959595;
}
.sp_pager .pager {
    display: flex;
    align-items: center;
}

.sp_pager .num.next {
    background-image: url(/Styles/icon/chevron-left.svg);
    transform: rotateZ(180deg);
}
.sp_pager .num.prev {
    background-image: url(/Styles/icon/chevron-left.svg);
}

.sp_pager .num.next a, .sp_pager .num.prev a {
    display: block;
    height: 100%;
    width: 100%;
}

/*End Pager*/

.sp_module {
    margin-bottom: 6.25rem;
}
.sp_banner {
    position: relative;
}
.sp_banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

    .sp_banner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1)10%, rgba(255, 255, 255, 0) 30%);
        z-index: 2;
        pointer-events: none;
    }
.sp_search--wrap {
    width: 60%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,50%);
    z-index: 1;
    bottom: 0;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    padding: 2rem;
    align-items: center;
    box-shadow: 5px 10px 50px 0px rgba(0, 0, 0, 0.05);
}

    .sp_search--wrap input[type="text"] {
        flex: 0 0 80%;
        border: none;
        padding: 10px;
        height: 50px;
        padding-left: 2.875rem;
        border-bottom: 1px solid #D9D9D9;
        font-size: 1rem;
        background-image: url(/Styles/icon/search.svg);
        background-repeat: no-repeat;
        background-position: 10px;
        font-family: inherit;
    }



.sp_search--inner {
    width: 70%;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.search-input i {
    color: #ccc;
    padding-right: 10px;
}

.sp_search--wrap .search-btn {
    background-color: #0186C9;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    padding: 1.5rem 2.5rem;
    line-height: 1;
    border-radius: 10px;
    border: none;
    white-space: nowrap;
}
.sp_title .sp_text {
    font-size: 2.5rem;
    color: var(--color-primary);
    text-transform: uppercase;
    font-family: 'Avertar-SM', sans-serif;
    margin: 0 0 10px;
}
.sp_title {
    margin-bottom: 3.125rem;
    text-align: center;
}

.sp_descript {
    color: #222;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 24px;
    margin-top: 1.25rem;
}
.poster-image img {
    border-radius: 25px;
}
.white
{
    color: #fff!important;
}

.owl-nav ._next, .owl-nav ._prev {
    width: 3.75rem;
    height: 3.75rem;
    border: 1px solid #DEDEDE99;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .4s;
    margin: 0 5px;
    cursor: pointer;
}

    .owl-nav ._next:hover, .owl-nav ._prev:hover {
        background: rgba(0, 147, 221, 0.09);
        border-color: rgba(0, 147, 221, 0.09);
    }

        .owl-nav ._next:hover svg path, .owl-nav ._prev:hover svg path {
            stroke: #0186C9;
        }

/*Reset*/
iframe {
    max-width: 100%;
}
input:focus {
    outline: none;
}
img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
}
figure {
    margin: 0;
}
p {
    margin-top: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
    font-size: 1rem;
    font-family: Avertar-SM;
}
.sp_news__body h2, .sp_news__body h3, .sp_news__body h4, .sp_news__body h5, .sp_news__body h6 {
    font-size: 1rem;
    margin-bottom: 1rem;
}
ul {
    padding-left: 15px;
}
a {
    text-decoration: none;
    color: var(--color-primary);
}
strong, b {
    font-family: Avertar-SM;
    font-weight: normal;
}
a:hover {
    text-decoration: none;
    color: var(--color-primary);
}
/*End Reset*/



/*============= Tour ============= */

.sp_tour__image .sp_meta {
    /*position: absolute;
    right: 0rem;
    top: 0rem;*/
}
    .sp_tour__image .sp_meta img {
        width: 100px;
    }
.sp_tour__image .sp_meta .newIcon.ct_icon {
position: absolute;
  right: 0;

}
.single_tour__info {
    margin-bottom: 3.12rem;
}

.saleOff.ct_icon {
height: 3.25rem;
  width: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/Styles/icon/sale.svg);
  color: #fff;
  font-size: 14px;
  position: absolute;
  left: 16px;
}
.tour-item-img {
    margin: 0;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
}

.tour-item-img img {
    border-radius: 20px;
}
.tour_hightlight .sp_tour__item {
    margin-bottom: 1.875rem;
}

.sp_tour-title {
    text-align: center;
}

.sp_tour-title h2 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 3.1rem;
    color: #fff;
    margin: auto;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.tour-item-price ._contact > span {
    margin-right: 5px;
}

.tour-item-price ins {
    text-decoration: none;
}

.tour-item-price div:first-child {
    font-family: 'Avertar-SM';
    font-size: 1.3rem;
}
.sp_tour__inner {
    position: relative;
}

.system_tours .sp_tour__item {
    margin-bottom: 1.875rem;
}

.tour-item-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0) 47%);
    border-radius: 20px;
    pointer-events: none;
    left: 0;
    z-index: 1;
    transition: .4s;
}

.sp_module.tour_group .sp-tab-content .sp_tour__inner .tour-item-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0) 23%);
    border-radius: 20px;
    pointer-events: none;
    left: 0;
    z-index: 1;
    transition: .4s;
}

.sp_tour__item:hover .tour-item-img::before {
 bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 15%, rgba(0, 0, 0, 0) 20%);
}

.tour-item-content {
    position: absolute;
    bottom: 0;
    padding: 1.25rem 1.25rem 10px;
    overflow: hidden;
    width: 100%;
    z-index: 2;
    transition: 0.4s;
}


.tour-item-img img {
    height: calc(380/480 * (var(--content-size) / 3));
    object-fit: cover;
    transition: 0.4s;
    width: 100%;
}
.tour-item-img:hover img {
    transform: scale(1.05);
}

.tour-item-price > div {
    display: flex;
    align-items: center;
    font-family: 'Avertar-E', sans-serif;
}

.tour-item-price .old {
    font-size: 1.15rem;
    position: relative;
    line-height: 1;
}
    .tour-item-price .old::after {
        position: absolute;
        content: '';
        height: 1px;
        width: 100%;
        bottom: 11px;
        background-color: #FFB23E;
    }

.tour-item-title {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 24px;
    color: #ffff;
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    font-family: Avertar-SM;
    text-align: left;
    transition: 0.4s;
}

.tour-item-content div {
    transition: 0.4s;
}

.sp_tour__inner:hover .tour-item-content div {
    opacity: 0;
}

.sp_tour__item:hover .tour-item-content {
    transform: translateY(50%);
}

.sp_tour__item:hover .tour-item-title {
    border-color: transparent;
}

.tour-item-place {
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    font-weight: 400;
    line-height: 22px;
    color: #ffff;
}
    .tour-item-place > div > img {
        margin-right: 5px;
        object-fit: contain;
    }
.sp_tour__slide .tour-item-place img {
    width: auto;
}

.tour-item-place > div {
    display: flex;
    white-space: nowrap;
}
.tour-item-price {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    color: #FFB23E;
}
.tour-price {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 22px;
    color: #FFB23E;
}

.tour-oldPrice {
    font-size: 1rem;
    font-weight: 400;
    line-height: 22px;
    color: #FFB23E;
    text-decoration: line-through;
}


/*#endregion */

/*#region footer */


/* footer */
.sp_footer a {
    color: #fff;
}


.sp_register__content {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: 100%;
    padding: 0 15px;
    transform: translateX(-50%)translateY(-50%);
}

.sp_register {
    position: relative;
}

.sp_register-title {
    font-family: 'Avertar-SM';
    line-height: 49px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 2.25rem;
}

.sp_register-descript {
    color: #fff;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
}


.sp_ft-colum.colum-1 {
    flex: 0 0 20%;
}

.sp_ft__socials {
    list-style: none;
    display: flex;
    padding-left: 0;
    margin-top: 1rem;
}

.item.facebook .item-link {
    background-image: url(/Styles/icon/facebook.svg);
}

.sp_ft__socials .item-link {
    background-repeat: no-repeat;
    background-position: center;
}

.item.youtube .item-link {
    background-image: url(/Styles/icon/youtube.svg);
}
.item.tiktok .item-link {
    background-image: url(/Styles/icon/tiktok.png);
    background-size: 20px;
}
.sp_ft__socials .item-link:hover {
    background-color: #0186c9;
    border-color: var(--color-primary);
}

.sp_ft-colum.colum-2 {
    flex: 0 0 40%;
}

.sp_ft-colum.colum-3, .sp_ft-colum.colum-4 {
    flex: 0 0 auto;
}

.sp_ft-colum {
    padding: 0 15px;
}

.sp_register-container {
    padding: 1.5rem;
    background-color: #fff;
    width: 60%;
    margin: auto;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    display: flex;
    transform: translateX(-50%)translateY(50%);
    bottom: 0;
    position: absolute;
    left: 50%;
}

.sp_register {
    position: relative;
}
    .sp_register img {
        width: 100%;
    }

.sp_register-inner {
    margin: auto;
    width: 70%;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.register-input {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ccc;
}

.register-input input {
    width: 100%;
    padding: 1rem;
    outline: none;
    border: none;
}

.register-btn {
    width: 10rem;
    height: 4.375rem;
    border-radius: 10px;
    background-color: #0186C9;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    cursor: pointer;
}

.sp_footer-content-inner {
    padding-top: 8.75rem;
    justify-content: space-between;
    color: #fff;
    display: flex;
    flex-wrap: nowrap;
}

.sp_ft-content {
    background-image: url(/Styles/images/footer_bg.jpg);
    background-size: cover;
}

.ft-content-list {
    font-size: 1rem;
    color: #fff;
    line-height: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ft-content-item {
    margin-bottom: 10px;
}

.ft-title {
    font-size: 1.25rem;
    color: #fff;
    font-family: 'Avertar-r';
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.sp_ft-socials {
    margin-top: 1.25rem;
    margin-bottom: 0;
    display: flex;
    list-style: none;
    align-items: center;
    padding: 0;
}

.item-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    color: rgba(255, 255, 255, 0.70);
    border: 1px solid rgba(255, 255, 255, 0.70);
    border-radius: 100%;
    margin-right: 10px;
}

.sp_ft-item-facebook a:hover {
    background-color: #4267B2;
    border: #4267B2;
    color: #fff;
    text-decoration: none;
}

.sp_ft-item-zalo a:hover {
    background-color: #1DA1F2;
    border: #1DA1F2;
    color: #fff;
    text-decoration: none;
}

.sp_ft-item-youtube a:hover {
    background-color: #FF0000;
    border: #FF0000;
    color: #fff;
    text-decoration: none;
}

.sp_logo-thong-bao {
    padding-top: 20px;
}

.ft-content-bold {
    font-family: 'Avertar-SM';
}

.sp_copyright__content {
    display: flex;
    justify-content: center;
    font-size: 1rem;
    color: #fff;
    line-height: 24px;
    text-align: center;
    padding: 2.75rem;
    flex-wrap: wrap;
}

.sp_copyright {
    padding-right: 20px;
    margin-right: 1.25rem;
    border-right: 1px solid #fff;
}

.sp_ft-logo {
    margin-bottom: 2rem;
}

.ft-content .item {
    padding-left: 2.5rem;
    margin-bottom: 1rem;
    line-height: 30px;
}

.ft-content .item p {
    margin: 0 0 5px;
}

.ft-content .item.add {
    background: url('/Styles/icon/map_pin.webp') no-repeat 0 5px;
}

.ft-content .item.hotline {
    background: url('/Styles/icon/phone.webp') no-repeat 0 5px;
}

.ft-content .item.email {
    background: url('/Styles/icon/mail.webp') no-repeat 0 5px;
}




@media screen and (min-width:2000px) {
    :root {
        font-size: 18px;
        --content-size: 1600px;
    }
    .container {
        max-width: 1600px;
    }
    .sp_ft-colum.colum-1 {
        flex: 0 0 23%;
    }
}

@media screen and (max-width:1920px) {
    :root {
        font-size: 16px;
        --content-size: 1520px;
    }

    .container {
        max-width: 1520px;
    }
}



@media screen and (max-width:1600px) {
    .container {
        max-width: 1170px;
    }

    :root {
        font-size: 14px;
        --content-size: 1170px;
    }
    .sp_ft-colum.colum-2 {
        flex: 0 0 42%;
    }
    .sp_title .sp_text {
        font-size: 2.25rem;
    }
    .sp_ft-colum.colum-1 {
        flex: 0 0 26%;
    }
    .sp_banner::before {
        background-image: linear-gradient(to bottom, rgb(255, 255, 255)17%, rgba(255, 255, 255, 0) 37%);
        height: 89%;
    }

    /*Tour*/
    .tour-item-content {
        padding: 1.25rem;
    }

}

@media screen and (max-width:1400px) {
    .container {
        max-width: 1170px;
    }
    .tour-item-content {
        padding: 1.25rem;
    }
   
}
@media screen and (min-width:1200px) and (max-width:1400px) {

    :root {
        font-size: 14px;
        --content-size: 1170px;
    }

    .container {
        max-width: 1170px;
    }

    .sp_banner::before {
        background-image: linear-gradient(to bottom, rgb(255, 255, 255)15%, rgba(255, 255, 255, 0) 40%);
    }
}
@media screen and (max-width:1366px) {
    .container {
        max-width: 1170px;
    }
    :root {
        font-size: 14px;
        --content-size: 1170px;
    }
    .sp_search--wrap input[type="text"] {
        flex: 0 0 70%;
    }
    .sp_ft-logo img {
        max-width: 10rem;
    }
    .ft-content .item {
        background-size: 20px !important;
        padding-left: 2rem;
    }

    /*Global*/
    .tour-item-content {
        padding: 1.125rem;
    }

}

@media screen and (max-width:992px) {
    :root {
        --content-size: 100vw;
    }
    * .owl-nav {
       display: block !important, z-index: 1;
    }
    .sp_customer-item .owl-nav {
        display: flex !important;
        left: 0;
    }

    .sp_slide .owl-prev {
  transform: translateX(-1rem);
}

.sp_slide .owl-next {
    transform: translateX(1rem);
}
.sp_slide .owl-nav{z-index: 1}
    #response {
        left: 1rem;
        top: 123%;
    }
    .sp_title .sp_text {
        font-size: 1.5rem;
        margin-bottom: 5px;
    }
    .sp_module{
        margin-bottom: 4rem;
    }
    .sp_title {
        margin-bottom: 2rem;
    }
    .sp_search--wrap {
        width: 100%;
        padding: 0;
        border-radius: 0;
        z-index: 10;
        position: relative;
        transform: none;
        top: 0;
        left: 0;
    }
        .sp_search--wrap .search-btn {
            border-radius: 0;
            height: 50px;
            line-height: 50px;
            padding: 0 2rem;
        }
    .sp_descript {
        font-size: 1rem;
    }
    .sp_search--wrap input[type="text"] {
        flex: 100%;
    }

    /*  Tour item  */
    .tour-item-content{
        padding:20px 15px;
    }
    .system_tours .sp_tour__item, .tour_hightlight .sp_tour__item {
        margin-bottom: 1rem;
    }
    
    /*Footer*/
    .sp_ft__socials {
        display: none;
    }

    .sp_footer-content-inner {
        padding-top: 4.5rem;
        flex-wrap: wrap;
    }

    .sp_ft-colum {
        flex: 0 0 100% !important;
        padding: 0;
        margin-bottom: 1rem;
    }

    .sp_ft-logo {
        text-align: center;
    }
    .sp_ft__socials {
        display: none;
    }
    .ft-content .item {
        background-size: 17px !important;
        padding-left: 1.5rem;
        background-position: 0 7px !important;
    }

    .ft-title {
        margin-bottom: 1rem;
        line-height: 1.5;
    }
   
    /*End Footer*/
}

@media screen and (max-width:767px) {

    .sp_search--wrap .search-btn {
        position: absolute;
        right: 0;
        height: 100%;
        border-radius: 0;
    }
    .tour-item-price .old::after {
        bottom: 9px;
    }
    .show_more {
        width: 80%;
    }

    .sp_search--wrap input[type="text"] {
        flex: 0 0 100%;
    }

    .tour-item-img img {
        height: calc(380/480 * (var(--content-size) / 2));
    }
    .sp_banner img {
        margin-top: 4rem;
    }
}

@media screen and (min-width:577px) and (max-width:767px) {

    :root {
        --content-size:100vw;
    }

    .sp_module{
        margin-bottom: 3rem;
    }
    .sp_title .sp_text{
        font-size: 2rem;
        margin-bottom: 5px;
    }
    /*  Tour item  */
    .sp_tour__item{
        margin-bottom: 30px !important;
    }
    .sp_tour__item:last-child{
        margin-bottom: 0 !important;
    }
    .sp_cat__item:not(:last-child){
        margin-bottom: 30px;
    }
    .sp_cat__tour{
        padding: 20px 15px;
    }

}

@media screen and (max-width:576px) {
    .sp_module{
        margin-bottom: 2rem;
    }
    .sp_title {
      margin-bottom: 1.5rem;
    }
    .sp_title img{
        width: 250px;
    }

    .sp_register img {
        min-height: 300px;
        object-fit: cover;
    }

    .sp_register-title {
        font-size: 1.5rem;
    }
    .sp_search--wrap .search-btn {
        position: absolute;
        opacity: 0;
        width: 4rem;
        font-size: 0;
        padding: 0;
        height: 4rem;
    }
    .sp_search--wrap input[type="text"] {
        flex: 0 0 100%;
        padding-left: 3rem;
        background-position: 95%;
    }
    .tour_highLight__title .sp_text {
        text-align: center;
    }
        .sp_tour__slide.sp_slide.Hasone .sp_tour__item {
    width: 100%;
}
    /*#region Page Search */

    .search_item_image {
        flex: 0 0 40%;
        height: 120px;
    }

    .search_item_content {
        flex: 0 0 60%;
    }

    .search_item_desc {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .search_item_image img {
        border-radius: 15px;
    }


    /*#endregion */

    /*  Tour item  */
    .tour-item-img img {
        height: calc(380/480 * (var(--content-size)));
    }

    .tour-item-title {
        margin-bottom: 10px;
        padding-bottom: 10px;
        font-size: 1rem;
    }
    .tour-item-content{
        padding: 15px;
    }
    .tour-item-place > div:nth-child(2){
        justify-content: center;
    }
    .tour-item-place > div:nth-child(3){
        justify-content: end;
    }
    .sp_cat__item:not(:last-child){
        margin-bottom: 20px;
    }
    .sp_cat__tour{
        padding: 20px 15px;
    }


    /*Footer*/

    .sp_copyright__content {
        padding: 15px;
        border-top: 1px solid #ffffff7a;
    }

    .sp_copyright {
        flex: 0 0 100%;
        padding-right: 0;
        border-right: none;
        margin-right: 0;
        margin-bottom: 5px;
    }
    /*End Footer*/

}

@media screen and (max-width:414px) {
    .fancybox-caption {
        font-size: 15px;
        padding: 10px;
    }
}


    /*#endregion */

