
html {
    scroll-behavior: smooth;
}
.top-title{
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 19.2px */
}
.campaign-container{
    display: flex;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 80px;
}
.campaign-wapper{
    border-color: #333;
    display: flex;
    gap: 48px;
    flex-direction: column;
    width: 1160px;
}
.campaign-overview{
    width: 100%;
    background: #F7F5F1;
    border-radius: 8px;

}

.campaign-overview .campain-group{
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-bottom: 32px;
}
.campain-body{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.title-group{
    background-color: #A18139;
    height: 42px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-group .title{
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 700;
}

.container-group-top{
    display: flex;
    gap: 16px;
    font-size: 18px;
}
.text-group{
    width: 50%;
}

.text-group .text-wapper{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.text-group .text-wapper p{
    margin: 0;
}

.text-label::before {
    content: "";
    display: block;
    width: 4px;          
    height: 22px;
    background-color: #A18139; 
    border-radius: 50px;   
}
.text-label{
    display: flex;
    gap: 8px;
    align-items: center;
}
.search-btn{
    background: #EE7800;
    padding: 16px;
    border-radius: 32px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 700;
    display: flex;
    justify-content: center;
    width: 318px;
    align-items: center;
    gap: 8px;
}
.campain-footer{
    display: flex;
    justify-content: center;
    font-size: 18px;
}
.text-primary{
    font-weight: 700;
}
.btn-group{
    display: flex;
    justify-content: center;
    
}

.compaign-hotel-title{
    width: 100%;
    background: #A18139;
    display: flex;
    align-items: center;
}
.compaign-hotel-title p{
    padding: 16px 24px;
    color: white;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}

.tour-container{
    display: flex;
    width: 100%;
    gap: 48px;
}

.tour-container .hotel-group{
    width: 50%;
    /* display: flex;
    justify-content: center;
    flex-direction: column; */
}

.tour-container .hotel-header{
    font-weight: 700;
}

.hotel-img {
    height: 254px;
}

.hotel-label-group{
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.hotel-label-item{
    color: #A18139;
    border: 1px solid #A18139;
    border-radius: 4px;
    display: flex;
    align-items: center;
    height: 27px;
    
}

.hotel-label-item p{
    padding: 4px 8px;
    font-size: 16px;
    font-weight: 700;
}

.search-btn-icon{
    aspect-ratio: 1/1;
}

.hotel-describe-group{
    background: #F7F5F1;
    border-radius: 6px;
    margin: 24px 0px;
    font-size: 16px;
}

.hotel-describe-group .hotel-wapper{
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hotel-describe-group .item-left{
    background: #A18139;
    border-radius: 4px;
    height: fit-content;
    display: flex;
}

.hotel-describe-group .item-left .label{
    padding: 4px 8px;
}

.hotel-describe-group .label-text{
    color: #FFFFFF;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    width: 110px;
    justify-content: center;
}

.hotel-describe-item{
    display: flex;
    gap: 16px;
}

.hotel-describe-group .item-right > p{
    margin: 0;
    font-weight: 700;
}

.hotel-describe-group .item-right .text-wapper p{
    margin: 0;
}

.item-right{
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.tour-point{
    background: #F0F7FF;
    border-radius: 6px;

}

.tour-price{
    border-radius: 6px;
    margin-top: 24px;
    border: 2px solid #C70606;
    font-size: 18px;
    font-weight: 700;
}

.tour-point .point-header{
    background: #1565C0;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 700;
    gap: 8px;
    align-items: center;
    margin: 16px 16px 0px 16px;
}

.tour-price .price-header{
    background: #C70606;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 700;
    gap: 8px;
    align-items: center;
    margin: 16px 16px 0px 16px;
}

.tour-point-wapper{
    /* padding: 16px; */
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.point-header p{
    margin: 0;
    padding: 8px 16px 8px 0px;
    font-size: 18px;
}

.price-header p{
    margin: 0;
    padding: 8px 16px 8px 0px;
}

.point-body .point-list li{
    margin-bottom: 8px;
}

.point-body .point-list{
    margin-block-start: unset;
}

.point-body{
    margin: 0px 16px;
}

.video-btn-group{
    border-radius: 24px;
    border: 1px solid #1565C0;
    background: #FFF;
    gap: 8px;
    margin: 16px 60px;
}

.video-btn-wapper {
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;

    border: none;       
    background: transparent; 
    width: 100%;          
    cursor: pointer;       
    font: inherit;        
    color: inherit;  
}

.video-btn-group span{
    color: #1565C0;
    font-size: 18px;
    font-weight: 700;
}
.price-content .label{
    background: #A18139;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    width: fit-content;
    flex-direction: row;
    font-size: 14px;
}

.notice-wapper{
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 14px;
}

.price-content{
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 18px;
}

.price-content-second{
    display: flex;
    gap: 8px;
    align-items: baseline;
    font-size: 18px;
}

.price-body{
    margin-left: 100px;
    display: flex;
    flex-direction: column;
    width: 75%;
    gap: 16px;
}

.price-number-group{
    font-size: 34px;
    color: #C70606;
}

.price-number-group .price-text{
    font-size: 24px;
}

.tour-price .notice{
    border-radius: 6px;
    border: 1px solid #BDBDBD;
    margin: 0px 12px 16px 12px;
}

.notice-wapper span{
    padding: 14px;
    font-weight: 400;
}

.tour-link-group{
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tour-link-group span{
    font-size: 16px;
    font-weight: 700;
}

.tour-link-group a{
    text-decoration: none;
    color: #A18139;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    border-right: 1px solid #A18139;
}

.link-wapper{
    display: flex;
    border-radius: 8px;
    border: 1px solid #A18139;
}

.tour-link-group .link-group{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    gap: 8px;
}

.a-link-final{
    border: none !important;
}

.decorator-bar .decorator-item{
    border-radius: 50px;
    background: #D3C7AB;
    width: 80px;
    height: 4px;
}

.decorator-bar{
    width: 100%;
    display: flex;
    justify-content: center;
}

.phone-container{
    border-radius: 4px;
    border: 1px solid #A18139;
    font-size: 18px;
}

.phone-wapper{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 36px;
    gap: 24px;
}

.phone-text-group .phone-notice{
    font-size: 22px;
    font-weight: 700;
}

.phone-text-group{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.phone-container .label{
    border-radius: 4px;
    background: #5F8C2A;
    padding: 4px 8px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}

.phone-text-group .text{
    display: flex;
    justify-content: center;
    gap: 10px;
}

.phone-container .phone-btn{
    background: #EE7800;
    border-radius: 156px;
    display: flex;
    width: 325px;
    align-items: center;
    gap: 24px;
    color: white;
    text-decoration: none;
    justify-content: center;
}

.phone-container .inquiry-btn{
    background: #5F8C2A;
    border-radius: 156px;
    display: flex;
    width: 325px;
    align-items: center;
    gap: 24px;
    color: white;
    text-decoration: none;
    justify-content: center;
}

.phone-container .phone-btn-wapper, .inquiry-btn-wapper{
    padding: 8px 24px;
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
}

.phone-btn-group .text span{
    font-size: 16px;
    font-weight: 700;

}

.phone-btn-group .text {
    display: flex;
    flex-direction: column;
}

.phone-btn-group .text-num{
    font-size: 22px !important;
    font-weight: 700;
}

.phone-btn-group .text-notice{
    font-size: 12px !important;
    font-weight: 700;
}

.phone-btn-group{
    display: flex;
    gap: 16px;
}

.inquiry-btn-wapper span {
    font-size: 20px;
    font-weight: 700;
}

/*FAB css part*/
.fab-container {
    position: fixed;
    bottom: 20px;
    right: 20px; 
    z-index: 9999; 
    display: flex;
    flex-direction: column; 
    align-items: flex-end; 
    gap: 10px; 
    font-size: 20px;
}

.fab-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff; 
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 20px; 
    border-radius: 5px; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease, opacity 0.2s;
    /* min-width: 100px; */
}

.fab-btn:hover {
    transform: translateY(-2px); 
    opacity: 0.9;
}

.fab-btn i {
    margin-right: 8px;
    font-size: 16px;
}

.fab-search {
    background-color: #1565C0; 
}

.fab-contact {
    background-color: #EE7800; 
}

/** CSS for Video modal */

.video-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999; 
    justify-content: center; 
    align-items: center;
}

.video-container {
    position: relative;
    width: 100%; 
    max-width: 1300px;
    background: #000;
    box-shadow: 0 10px 25px rgba(0,0,0,0.5); 
    overflow: visible;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 8px;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 5. Nút đóng (X) */
.close-btn {
    position: absolute;
    top: -50px;
    right: 0;
    color: white;
    font-size: 35px;
    cursor: pointer;
    font-weight: bold;
}

.btn-group a:hover, .link-wapper a:hover, .phone-container a:hover, .fab-container a:hover, .video-btn-wapper:hover{
    transform: translateY(-2px); 
    opacity: 0.9;
}

#phoneAreaModal .phone-container{
    background: white;
}

/* fix UI for search form */
article{
    margin-bottom: 0 !important;
}

.search-container{
    width: unset;
    margin: unset;
}

.campaign-overview .text-secondary{
    font-size: 20px;
}

/* #phoneArea{
    display: none !important;
} */

.search-head-img{
    border-radius: 8px;
    margin-bottom: -47px;
}

.search-container{
    border: none !important;
    margin-top: none !important;
    display: flex;
    justify-content: center;
}

.search-form, .search-input-wrapper, .search-input-group,
.item-3-column, .item-budget, .search-input-nolabel-group,
.item-2-column, .item-4-column, .search-course-container,
.search-input-text-group, .search-extra-criteria,
.item-input-text, .input-underline
{
    width: 100% !important;
}

.search-form{
    margin: 24px 20px 0px 20px !important;
}

h1, h2, h3, h4, h5, h6,
p, div:not(.search-input-select), a, strong, em, b, i, u, small, mark, code, abbr, cite,
li, dt, dd,
section, article, aside, header, footer, main,
blockquote, pre,
label,
span:not(label.checkbox-label span):not(.search-input-select *):not(.search-button *) {
    /* cursor: default; */
    user-select: text !important;
}

article p{
    font-size: 16px;
    font-weight: 700;
}


li::marker {
    font-size: 10px;
    color: #333;  
}

.swiper-button-next{
    background-image: url(/lib/img/new_template_2025/ArrowRight.svg);
    width: 39px !important;
    height: 40px !important;
}

.top-header-campaign ul{
    margin-block-start: 0em !important;
    margin-block-end: 0em !important;
}

.top-header-campaign .swiper-container{
    padding-bottom: unset !important;
}

.swiper-button-prev{
    background-image: url(/lib/img/new_template_2025/ArrowLeft.svg);
    width: 39px !important;
    height: 40px !important;
}

.top-header-campaign .swiper-slide:not(.swiper-slide-active)::after{
    display: none !important;
}

.top-header-campaign .swiper-slide{
    width: 100% !important;
    margin: 0 !important;
    position: relative;
    box-sizing: border-box;
}


#toTop{
    display: none !important;
}

/* .top-header-campaign{
    height: 254px;
    width: 555px;
} */

.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}

.swiper, .swiper-slide img {
  width: 556px;
  object-fit: cover;
  height: 254px;
}

.search-button{
   display: flex;
   justify-content: center;
}

.display-none, .decorator-bar-for-sp{
    display: none;
}

.room-type{
    font-weight: unset !important;
}

.budget-custom-width{
    width: 50% !important;
}