﻿/*
    Author: CongThuong;
    Domain: sptravel.vn;
*/




/* Why Choose */

.sp_choose-SP {
    margin-top: 10.5rem;
}

.choose-sp_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.choose-sp_item {
    flex: 0 0 28%;
    padding: 4.375rem 2rem;
    background-color: #F8F8F8;
    margin: 0 1.5rem;
    border-radius: 25px;
    text-align: center;
    cursor: pointer;
}
    .choose-sp_item:hover {
        background-color: rgba(0, 147, 221, 0.09);
    }

.sp_list-item-img {
    background-color: #0093DD17;
    width: 12.5rem;
    height: 12.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 20px;
    transition: .4s ease;
}
    .sp_list-item-img path {
        transition: .4s;
    }
.choose-sp_item:hover .sp_list-item-img path {
    fill: #fff;
}
.choose-sp_item:hover .sp_list-item-img {
    background-color: var(--color-primary);
}
.sp_list-item {
    background-color: #F8F8F8;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
}
.sp_item-title {
    font-size: 1.25rem;
    margin-bottom: 10px;
    line-height: 1;
    margin-top: 2rem;
    font-family: Avertar-SM;
    font-weight: normal;
    transition: .4s ease;
}
.choose-sp_item:hover .sp_item-title {
    color: var(--color-primary);
}
.sp_item-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
    .sp_item-btn img {
        margin-left: 10px;
    }
/*End Why Choose */




/* Tour */

.sp_tour__slide .owl-nav ._next:hover, .sp_tour__slide .owl-nav ._prev:hover {
    border-color: #fff;
}

    .sp_tour__slide .owl-nav ._next:hover path, .sp_tour__slide .owl-nav ._prev:hover path {
        stroke: #fff;
    }

.group_tour__tab {
    display: flex;
    justify-content: center;
    margin-bottom: 3.125rem;
}

    .group_tour__tab .item {
        padding: 1rem 1.25rem;
        background-color: #F6F6F6;
        margin: 0 5px;
        border-radius: 10px;
        line-height: 1;
        color: var(--color-text);
        text-decoration: none;
        white-space: nowrap;
    }
    .group_tour__tab .itemall {
  padding: 1rem 1.25rem;
  background-color: #F6F6F6;
  margin: 0 5px;
  border-radius: 10px;
  line-height: 1;
  color: var(--color-text);
  text-decoration: none;
  white-space: nowrap;
}
    .group_tour__tab .itemall:hover, .group_tour__tab .itemall.active {
            color: #fff;
            background-color: var(--color-primary);
        }
        .group_tour__tab .item:hover, .group_tour__tab .item.active {
            color: #fff;
            background-color: var(--color-primary);
        }
.tour-menu {
    margin-top: 3.125rem;
}
.tour_home {
    background-image: url(/Styles/images/tour_bg.jpg);
    padding-top: 25rem;
    margin-top: -8rem;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: cover;
}

.tour-menu-list {
    display: flex;
    list-style: none;
    justify-content: center;
}

.tour-menu-item {
    text-align: center;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 30px;
    background-color: #F6F6F6;
    margin-left: 10px;
    border-radius: 10px;
    cursor: pointer;
}

    .tour-menu-item a {
        color: #000000;
        text-decoration: none;
    }

.active-tour-menu {
    background-color: #0186C9;
    color: #fff;
}
.poster_slide img {
    border-radius: 25px;
}
/* tour-inspiration */



.sp_tour-place {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.sp_news__col {
    padding: 0 15px;
}

    .sp_news__col.left {
        flex: 0 0 71%;
    }

    .sp_news__col.right {
        flex: 0 0 29%;
    }

.sp_sticky__item img {
    width: 100%;
    height: 15rem;
    object-fit: cover;
    transition: 0.4s;
}

.sp_sticky__list {
    display: grid;
    grid-template-columns: 7fr 3fr;
    gap: 1.875rem;
    margin-bottom: 2rem;
}
.sp_news__home .sp_sticky__item {
    margin-bottom: 1.875rem;
    height: auto;
}
    .sp_news__home .sp_sticky__item img {
        height: 18.75rem;
        object-fit: cover;
    }

.sp_sticky__item {
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}

.sp_post__inner {
    position: relative;
}

.sp_post__image {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
}

.sp_sticky__item:hover .sp_post__content {
    transform: translateY(1rem)translateX(-1rem);
}

.sp_sticky__item:hover img {
    transform: scale(1.05);
}

    .sp_post__image::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9)2%, rgba(0, 0, 0, 0)50%);
        z-index: 1;
        pointer-events: none;
        border-radius: 25px;
    }
.sp_gallery__item .sp_post__image::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.54) 6%, rgba(0, 0, 0, 0) 60%);
    border-radius: 20px;
    pointer-events: none;
    top: 0;
}

.sp_sticky__item.first {
    grid-row: 1 /4;
    height: auto;
}
.sp_sticky__item.first .sp_post__image::before {

  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8)8%, rgba(0, 0, 0, 0)15%);

}


.first.sp_sticky__item img {
    height: calc(45rem + calc(1.875rem * 2));
}

.sp_post__content {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 1.875rem;
    z-index: 2;
    width: 100%;
    transition: 0.4s;
}

.sp_post__title {
    font-family: Avertar-SM;
    font-size: 1rem;
    text-align: left;
}
    .sp_post__title .sp_text {
        color: #fff;
        margin: 0;
        font-size: 1.125rem;
    }
.first .sp_post__title .sp_text {
    font-size: 1.5rem;
}

/* customer */
.sp_customer__gallery {
    pointer-events: none;
}
.sp_cutomer__slide img {
    border-radius: 25px;
}
.sp_customer__info {
    display: flex;
    align-items: center;
    margin-top: 5rem;
}
.sp_cutomer__feedback {
    padding-left: 2rem;
}

.sp_customer__info ._img {
    height: 5.125rem;
    width: 5.125rem;
    border-radius: 50%;
    border: 1px solid var(--color-primary);
    overflow: hidden;
}
        .sp_customer__info ._img img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            object-position: center;
        }

.sp_customer__info ._name {
    margin-left: 1.25rem;
    text-align: left;
}
        .sp_customer__info ._name .sp_text {
            text-transform: uppercase;
            font-family: 'Avertar-SM';
            font-size: 1.5rem;
        }

.sp_cutomer__feedback {
    padding-left: 2rem;
}

.sp_cutomer__quote {
    margin-top: 2rem;
    text-align: left;
}

.sp_customer__slide {
    padding-bottom: 7rem;
    padding-left: 3rem;
}

    .sp_customer__slide .owl-dots {
        position: absolute;
        bottom: 1.875rem;
        left: 3rem;
        display: flex;
        transform: translateY(50%);
        display: none;
    }
    .sp_customer__slide .owl-dot.active {
        width: 4rem;
        border-radius: 10px;
        background-color: var(--color-primary);
    }
    .sp_customer__slide .owl-dot {
        width: 10px;
        height: 10px;
        background-color: #D9D9D9;
        border-radius: 50%;
        margin: 0 5px;
        transition: 0.4s;
        cursor: pointer;
    }
    .sp_customer__slide .owl-nav {
        position: absolute;
        bottom: 0;
        left: 0;
        display: flex;
    }
.sp_customer__item {
    background-color: #fff;
}

.sp_customer__gallery .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 10px;
}

.sp_customer__gallery ._prev, .sp_customer__gallery ._next {
    background-color: #ffffffe5 !important;
    opacity: 0;
}

    .sp_customer__gallery ._prev path, .sp_customer__gallery ._next path {
        stroke: var(--color-primary);
    }

.sp_customer__gallery:hover ._prev, .sp_customer__gallery:hover ._next {
    opacity: 1;
}
/* sp_introduct */

.sp_introduc-backgrond {
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
    border-radius: 25px;
}

.introduct-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5.625rem;
    background-image: url(/Styles/images/about_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 25px;
}

.introduct-title {
    font-size: 2.25rem;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 35px;
    font-family: Avertar-SM;
}

.introduct-descript {
    text-align: justify;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    margin-bottom: 1.875rem;
}

.introduct-btn {
    color: #fff;
    display: flex;
    text-transform: uppercase;
}
    .introduct-btn img {
        margin-left: 5px;
    }

    .introduct-btn:hover {
        color: #fff;
        text-decoration: none;
    }

.introduct-img {
    padding: 0;
}

    .introduct-img img {
        border-radius: 25px;
    }


.inntroduct-parameter {
    padding-top: 4.25rem;
    width: 100%;
}

.introduct-number-text {
    font-size: 1.25rem;
    color: #0186C9;
    font-family: Avertar-SM;
    text-align: right;
    text-transform: uppercase;
}

.introduct-number-list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    flex-wrap: wrap;
}

.introduct-number-item:nth-child(n + 2) {
    border-left: 1px solid #0186C9;
}

.introduct-number-item {
    flex: 0 0 25%;
    text-align: center;
}

    .introduct-number-item p {
        font-size: 2rem;
        color: #0186C9;
        font-family: Avertar-SM;
        margin: 10px 0;
    }

    .introduct-number-item span {
        color: #2B2B2B;
        text-align: center;
    }
.introduct-img figure {
    position: relative;
}
._play {
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #ffffff94;
    width: 5rem;
    height: 5rem;
    transform: translate(-50%,-50%);
    border-radius: 15px;
    background-image: url('/Styles/icon/play.svg');
    background-repeat: no-repeat;
    background-position: 56% center;
    z-index: 1;
    transition: .4s;
}

/* sp_award */

.award-img-list {
    margin-top: 3.75rem;
}

.award-img-item-left img {
    width: 100%;
}


.award-img-item-right:nth-child( n + 3) {
    margin-bottom: 0
}

.award-img-item-right {
    margin-bottom: 1.875rem;
}

    .award-img-item-right img {
    }

/* sp_partner */
.partner-brand-list-slick {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partner-brand-list {
    align-items: center;
    margin-top: 3.75rem;
}

.border-bartner-width-media {
    width: 50%;
    border: 1px solid #0186C9;
    margin-bottom: 3.75rem;
    margin: auto;
}

.partner-brand-item img {
    display: block;
    margin: 0 auto;
}

/* sp_media */
.partner-brand-item img {
    max-height: 5rem;
    object-fit: contain;
}
.sp_media {
    margin-top: 5rem;
}

.media-brand-list {
    /* display: flex;
    justify-content: space-between; */
    align-items: center;
    margin-top: 3.75rem;
}

.media-brand-item img {
    display: block;
    margin: 0 auto;
}
.partner-brand-list-slick img {
    width: auto !important;
    margin: auto;
    object-fit: contain;
    transition: 0.3s;
    filter: grayscale(1);
    cursor: pointer;
}
    .partner-brand-list-slick img:hover {
        filter: grayscale(0);
    }


/*#region Responsive */

@media screen and (max-width:1920px) {
    .tour_home {
        padding-top: 20rem;
        background-size: contain;
    }
}
@media screen and (max-width:1600px) {
    .tour_home {
        padding-top: 21rem;
        margin-top: -12rem;
        background-position: 0px 2rem;
    }
    .sp_customer__slide {
        padding-bottom: 5rem;
        padding-left: 1rem;
    }
    .choose-sp_item {
        padding: 3rem 1.25rem;
    }
    .sp_customer__slide .owl-dots {
        left: 1rem;
    }
    .first.sp_sticky__item img {
        height: calc(36rem + calc(1.875rem * 2));
    }

    .sp_sticky__item img {
        height: 12rem;
    }

    .sp_news__home .sp_sticky__item img {
        height: 14rem;
    }
    ._play {
        width: 4rem;
        height: 4rem;
        background-size: 1.5rem;
    }
    .sp_post__content {
        padding: 1.25rem;
    }
    .partner-brand-item img {
        max-height: 4rem;
    }
}
@media screen and (max-width:992px){


    .group_tour__tab {
        justify-content: start;
        overflow-x: scroll;
        margin-bottom: 2rem;
        padding-bottom: 5px;
    }

        .group_tour__tab .item {
            white-space: nowrap;
        }

    .sp_customer__slide {
        padding-left: 0;
    }

        .sp_customer__slide .owl-dots {
            left: 0;
        }
   /*Whychoose*/
    .sp_title .sp_text {
        font-size: 1.875rem;
    }

    .choose-sp_item {
        flex: 0 0 100%;
        padding: 2rem 1rem;
        background-color: #fff;
    }
    .sp_sticky__item {
        margin-bottom: 1rem;
    }
    .sp_choose-SP {
        margin: 2rem 0;
    }
    .sp_list-item-img {
        width: 5rem;
        height: 5rem;
        padding: 1rem;
    }

    .sp_item-title {
        margin-top: 1rem;
    }
    .tour_hightlight .sp_title .sp_text {
        color: #fff;
    }
    .tour_home {
        margin-top: 0;
        padding-top: 2.5rem;
        background-image: none;
        background-color: #fff;
        padding-bottom: 2rem;
    }
      

   /*End Whychoose*/


   /*News*/
    .sp_news__col.left, .sp_news__col.right {
        flex: 0 0 100%;
    }
    .sp_post__title .sp_text, .first .sp_post__title .sp_text {
        color: #fff;
        margin: 0;
        font-size: 1rem;
    }
    .sp_sticky__list {
        grid-template-columns: 1fr;
        gap: 0;
        margin-bottom: 0;
    }
    .sp_sticky__item.first {
        grid-row: 1/2;
    }
    .first.sp_sticky__item img {
        height: auto;
    }
    .sp_post__content {
        padding: 1rem;
    }
    .sp_module.news {
        padding-top: 2rem;
    }
    .tour_hightlight .sp_title img {
        display: none;
    }
    .sp_news__home .sp_sticky__item img {
        height: 15rem;
    }
    .sp_customer__info ._name .sp_text {
        font-size: 1.25rem;
    }
    .sp_customer__info {
        margin-top: 2rem;
    }
    .sp_cutomer__quote {
        margin-top: 1rem;
    }
   /*ENd News*/


   /*Intro sp*/
    .introduct-img {
        text-align: center;
        margin-top: 2rem;
    }
    .introduct-inner {
        padding: 2rem 0;
    }
    .introduct-title {
        font-size: 1.5rem;
        text-align: center;
        margin-bottom: 1rem;
    }
    h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
	font-size: 1rem;
}
    .inntroduct-parameter {
        padding-top: 2rem;
    }

    .introduct-number-item {
        flex: 0 0 50%;
        margin-bottom: 1rem;
    }

        .introduct-number-item span {
            font-size: 14px;
        }

        .introduct-number-item:nth-child(3) {
            border-left: none;
        }
    .introduct-number-text {
        color: #fff;
        text-align: center;
    }
   /*End Intro sp*/

   /*Prize*/
    
    .introduct-number-item {
        flex: 0 0 50%;
        margin-bottom: 1rem;
    }

        .introduct-number-item span {
            font-size: 14px;
        }

        .introduct-number-item:nth-child(3) {
            border-left: none;
        }

    .introduct-number-text {
        color: #fff;
        text-align: center;
    }

  

    .award-img-list {
        margin-top: 2rem;
    }

    .award-img-item-left {
        margin-bottom: 1rem;
    }

    .award-img-item-right {
        margin-bottom: 1rem;
    }
    .partner-brand-item img {
        max-height: 4rem;
    }
   /*End Prize*/
}
@media screen and (max-width:767px) {
    .sp_sticky__list {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .first.sp_sticky__item img, .sp_sticky__item img {
        height: 15rem;
    }

    .sp_sticky__item {
        margin-bottom: 0;
    }
    .sp_news__home {
        margin-top: 1.25rem;
    }

    .sp_title .sp_text .white {
        color: var(--color-primary) !important;
    }

    .tour_home .sp_title:first-child img {
        display: none;
    }
}
@media screen and (max-width:576px) {
    .sp_sticky__list {
        grid-template-columns: 1fr;
    }
}

    /*#endregion */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}