.contact-form{
    padding-top: 0;
}

 .home-new-top{
    justify-content: center;
}
.home__contact-now{
    width: 100%;
    display: flex;
    justify-content: center;
}
.tabs{
    display: flex;
    justify-content: center;
    margin-bottom: 2.8rem;
  
}
.tab-item{
    font-size: 2rem;
    margin: 0 2.8rem;
    font-weight: 500;
    padding: 1.2rem 1.4rem;
}
.tab-item.active{
    color: white;
    position: relative;
   
}
.tab-item.active::after{
    content: "";
    border-radius: 4.7rem;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(138.37deg, #a46e29 2.24%, #f7e47f 104.59%);
    transition: all 0.3s ease-in-out;
}
.recruitment-related-list.active{
    display: block;
    
     transition:transform 0.5s ease-in-out;
     animation: feadIn 0.6s ease-in-out;
}
.recruitment-related-list{
    /* display: none; */
    
    transition:transform 0.5s ease-in-out;
} 
.swiper-button-next.button-dich-vu-list,
.swiper-button-prev.button-dich-vu-list{
    margin:0 1.2rem;
}
.swiper-button-next.button-dich-vu-list::after,
.swiper-button-prev.button-dich-vu-list::after{
    font-size: 2.4rem;
    color: white;
    background: linear-gradient(138.37deg, #a46e29 2.24%, #f7e47f 104.59%);
    padding: 1rem 1.6rem;
    border-radius: 50%;

}
.dich-vu-item-title{
    font-weight: 400;
    text-shadow:0px 2px 2px rgb(21 19 19 / 40%);
}
.about-list-item-title{
    font-size: 4rem;
}
.about-list-item-text-box{
    overflow-y: unset;
}
.contact-slide-list{
    padding-right: 0rem;
    
}
.contact-slide-list.d-wrap{
    margin-left: 0;
    margin-right: 0;
}
/* .list-item, .d-item{
    padding-left: 0;
    padding-right: 0;
} */
.about-list-item-parent-title{
    font-weight: 600;
}
.about-list-item-heart{
    max-width: 40.6rem;


}
#myVideo{
   width: 100vw;
   object-fit: cover;
   max-height: 80rem;
}
#myVideo2{
    width: 100%;
}
.sh-des-left.sh-des-left-custom{
    margin-right: 0;
}
.sh-des-right-img-1.sh-des-right-img-1--custome::before{
    background-color: unset;
}
.sh-des-right-img-2.sh-des-right-img-2--custom::before{
    background-color: unset;
}
.swiper-pagination.swiper-pagination-f-back{
    margin-top: 2.4rem;
}
.swiper-pagination-f-back .swiper-pagination-bullet.swiper-pagination-bullet-active::before{
    width: 2.8rem;
    height: 2.8rem;
}
.swiper.swiper-left-img-1__custom{
    background-color: #F0E8DD;
}
.swiper.swiper-custom{
    width: 22rem;

}
 @keyframes feadIn{
    0%{
        opacity: 0;
        transform: translateY(50px);
    }
    100%{
        opacity: 1;
        transform: translateY(0px);
    }
} 

.home-hotel{
    padding-top: 10rem;

   
}


@media only screen and (max-width: 1200px){
    .news-outstanding-title h1 {
        font-size: 3.5rem !important;
    }
    .tab-item{
        font-size: 2rem;
    }

    .home-hotel{
        padding-top: 2rem;
    
       
    }

    .sh-title {
        padding: 2rem 2rem;
    }
    
    
} 

@media only screen and (max-width: 800px){
    .news-outstanding-title h1 {
        font-size: 2.5rem !important;
    }
    .tab-item{
        font-size: 1.8rem;
        margin: 0 1rem;
    }

    .dich-vu-apm-left-con-rt-text .mona-content p{
        margin-bottom: 0 !important;
    }
    

    .about-message-left-content{
        max-width: none;
    }
}

@media screen and (max-width: 600px){
    .news-outstanding-title {
        margin-bottom: 2rem !important;
    }
    .tab-item{
        font-size: 1.4rem;
        margin: 0 1rem;

    }
}
@media screen and (max-width: 599px){
    .tab-item{
        font-size: 1.3rem;
        padding: 0.4rem;
        margin: 0 .6rem;
    }
}

@media screen and (max-width: 500px){
    .about-list-item-heart{
        max-width: 30rem;
    
    
    }
}
@media screen and (max-width: 399px){
    .tab-item{
        font-size: 1rem;
        padding: 0.4rem;
        margin: 0 0.4rem;
    }
}

@media screen and (max-width: 400px){
    .about-list-item-heart{
        max-width: 26rem;
    
    }
}


@media screen and (max-width: 360px){
    .about-list-item-heart{
        max-width: 23rem;
    
    }
}


.about-culture .dich-vu-more {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.line-tt{
    justify-content: center;
}

/* .dich-vu-more-list-image:first-child .swiper-wrapper {
    align-items: unset !important;
    column-gap: unset !important;
} */

.home-new-top{
    padding-bottom: 4rem;
}