.contact-form{
    padding-top: 0;
}

.sh-title-title{
    font-family: "Calibri";
}

.brand-logo-title{
    font-family: "Calibri";

}

.title-sh{
    font-family: "Calibri";
}

.hotel-des-3-list-content-text{
    text-align: center;
}


.hotel-des-3-item-left{
    margin: auto;
}



.hotel-des-3-item-right .hotel-des-3-list-content{
    display: flex;
    flex-direction: column-reverse;
    
}

/* 

.hotel-des-3-list-content-item{
    display: flex;
    column-gap: 2rem;
    align-items: center;
}

.hotel-des-3-item-img{
    width: 50%;
}

.hotel-des-3-list-content-box{
    width: 50%;
} */

.swiper-slide .banner-home-img{
    transform: scale(2);
    transition: all 1.5s ease-in-out;

}

.swiper-slide-active .banner-home-img{
    transform: scale(1);
    transition: all 1.5s ease-in-out;
}

.wpcf7 form.sent .wpcf7-response-output{
    color: #a46e29 !important;
}

.recruitment-related-title-bf{
    white-space: nowrap;
}

.brand-logo-img-box{
    overflow: hidden;
}

.brand-logo-right-item{
    overflow: hidden;
}

 .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;

   
}

.dich-vu-apm-right-item-img::before{
    background-color:rgba(164, 110, 41, 0.5);
}

.home-brand-img-cus{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.home-brand-img-cus::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(56, 38, 16, 0.7) 0%, rgba(78, 52, 19, 0) 79.2%);
    z-index: 1;
}

.home-brand-img-cus img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-brand-img-cus video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-brand-content{
    width: auto;
    position: relative;
}

.home-brand-content .dich-vu-btn .btn-dv.next {
    right: 2rem;
}

.home-brand-content .dich-vu-btn .btn-dv.prev {
    left: 2rem;
}

.product-about-list{
    position: relative;
}

.btn-pro-ab{
    background:#D0AC7E;

    /* background:#a46e29; */
}

.btn-pro-ab:hover{

}

.btn-pro-ab i{
    color: #262626;
}

.product-about-list .btn-pro-ab.next{
    cursor: pointer;
    right: -5rem;top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.product-about-list .btn-pro-ab.prev{
    cursor: pointer;
    left: -5rem;top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

@media screen and (max-width:1400px) {

    .product-about-list{
        max-width: 95%;
        margin: auto;
    }

    .product-about-list .btn-pro-ab.next{
        cursor: pointer;
        right: -3rem;top: 50%;
        position: absolute;
        transform: translateY(-50%);
    }
    
    .product-about-list .btn-pro-ab.prev{
        cursor: pointer;
        left: -3rem;top: 50%;
        position: absolute;
        transform: translateY(-50%);
    }
}


@media only screen and (max-width: 1200px){
    .hotel-des-3-item-right .hotel-des-3-list-content{
    display: flex;
    flex-direction: column;
    
}

.home-new-content{
    padding-bottom: 5rem;
}

.hotel-des-3-item-right .hotel-des-3-list-content-item{
    padding-top: 0rem;
}

.hotel-des-3-item-right .swiper-pagination{
    margin-bottom: 3rem;
    margin-top: 6rem;
}

    .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){

    .product-about-list{
        max-width: 90%;
        margin: auto;
    }

    .product-about-list .btn-pro-ab.next{
        cursor: pointer;
        right: -3.5rem;top: 50%;
        position: absolute;
        transform: translateY(-50%);
    }
    
    .product-about-list .btn-pro-ab.prev{
        cursor: pointer;
        left: -3.5rem;top: 50%;
        position: absolute;
        transform: translateY(-50%);
    }

    .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:768px) {
    .header-content-language{
        flex-direction: column;
    }

    .header-content-language-item{
        padding-right: 0 !important;
    }

    .home-brand-content .dich-vu-btn .btn-dv.next {
        top: unset;
        bottom: 5rem;
        right: 43%;
    }
    
    .home-brand-content .dich-vu-btn .btn-dv.prev {
        top: unset;
        bottom: 5rem;
        left: 43%;
    }
}

@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:520px) {
    .product-about-list{
        max-width: 85%;
        margin: auto;
    }

    .product-about-list .btn-pro-ab.next{
        cursor: pointer;
        right: -4rem;top: 50%;
        position: absolute;
        transform: translateY(-50%);
    }
    
    .product-about-list .btn-pro-ab.prev{
        cursor: pointer;
        left: -4rem;top: 50%;
        position: absolute;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 500px){
    .about-list-item-heart{
        max-width: 30rem;
    
    
    }

    

    

    .home-brand-content .dich-vu-btn .btn-dv.next {
        top: unset;
        bottom: 5rem;
        right: 42%;
    }
    
    .home-brand-content .dich-vu-btn .btn-dv.prev {
        top: unset;
        bottom: 5rem;
        left: 42%;
    }
}

@media screen and (max-width:460px) {
    .about-overview-left-title{
        text-align: center;
    }

    .product-about-list .btn-pro-ab.next{
        cursor: pointer;
        right: -3.5rem;top: 50%;
        position: absolute;
        transform: translateY(-50%);
    }
    
    .product-about-list .btn-pro-ab.prev{
        cursor: pointer;
        left: -3.5rem;top: 50%;
        position: absolute;
        transform: translateY(-50%);
    }

    
}


@media screen and (max-width:420px) {
    .home-brand-content .dich-vu-btn .btn-dv.next {
        top: unset;
        bottom: 5rem;
        right: 40%;
    }
    
    .home-brand-content .dich-vu-btn .btn-dv.prev {
        top: unset;
        bottom: 5rem;
        left: 40%;
    }
}

@media screen and (max-width:360px) {
    .product-about-list{
        max-width: 80%;
        margin: auto;
    }

    .product-about-list .btn-pro-ab.next{
        cursor: pointer;
        right: -3.5rem;top: 50%;
        position: absolute;
        transform: translateY(-50%);
    }
    
    .product-about-list .btn-pro-ab.prev{
        cursor: pointer;
        left: -3.5rem;top: 50%;
        position: absolute;
        transform: translateY(-50%);
    }
}

@media screen and (max-width:320px) {
    .home-brand-content .dich-vu-btn .btn-dv.next {
        top: unset;
        bottom: 5rem;
        right: 37%;
    }
    
    .home-brand-content .dich-vu-btn .btn-dv.prev {
        top: unset;
        bottom: 5rem;
        left: 37%;
    }
}


@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;
}

.about-message-right-ky{
    max-width: 20.5rem;
}

.about-message-right-name{
    text-align: center;
}

