body{
    font-family: "Roboto", sans-serif;
    background-color: #F9F9F9;
    margin: 0px;
    
}
html {
    scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
.container{
    max-width: 1120px;
    flex-basis: 1120px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 1;
}
.row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
:root{
    --color-main: #fff;
    --green: #5c8d24;
    --color-text: #000;
    --color-btn: #3C469C;
    --font-btn: "Changa One", sans-serif;
    --font-title: "Rammetto One", sans-serif;
    --color-bg: #1a1a1a;
}
/* header */
header {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 9999;
    background-color: rgb(0 0 0 / 0%);
}
header .header_main{
    height: 114px;
    max-height: 114px;
    width: 1180px;
    position: relative;
    z-index: 99;
    padding: 25px 0px;
    display: flex;
    align-items: center;
}
header.active{
    background-color: rgba(0,0,0,.9);
}
header .row{
    justify-content: space-between;
    align-items: normal;
    width: 100%;
}
header .logo{
    width: 285px;
    display: flex;
    align-items: center;
}
header .logo a{
    display: block;
}
header .logo img{
    width: 100%;
}
header .main_menu ul{
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0px 0px;
    padding: 0px 0px 0px;
    gap: 20px;
    width: 100%;
    height: 100%;
}
header .main_menu ul li{
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

header .main_menu ul li a{
    color: #F6893D;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    font-family: var(--font-title);
}
header .header_top .bg{
    display: block;
    width: 100%;
    position: relative;
    background-color: #945921;
    background-image: url(../images/top-bar-pattern-design.webp);
    background-repeat: repeat-x;
    background-size: contain;
    opacity: 0.07;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}
header .header_top{
   background-color: #945921;
   width: 100%;
   padding: 10px;
    position: relative;
}
header .header_top .box_address ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0;
    gap: 10px;
}
header .header_top .box_address ul li{
    margin: 0px;
    padding: 0px;
}
header .header_top .box_address ul li a{
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
}
header .header_top .box_address ul li a i{
    font-size: 14px;
}
header .header_top .netword {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 200px;
    max-width: 200px;
}
header .header_top .netword ul{
    list-style: none;
    max-width: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
}
header .header_top .netword ul li{
    margin: 0px;
    padding: 0px;
    width: 29px;
    min-width: 29px;
    min-height: 29px;
    height: 29px;
    border-radius: 50%;
    background-color: #62370e;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .header_top .netword ul li a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .header_top .netword ul li i{
    color: #fff;
    font-size: 15px;
}
header .header_top .netword ul li img{
    width: 18px;
    height: auto;
    object-fit: contain;
    object-position: center;
    filter: invert(1);
}
header .main_menu ul li a:hover{
    color: #fff;
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
header .main_menu ul li a.menu_item{
    position: relative;
    text-transform: uppercase;
}
header .main_menu li .submenu {
    position: absolute;
    height: fit-content;
    min-width: 220px;
    top: calc(100%);
    left: 12px;
    background-color: #5c8d24;
    margin: 0px;
    padding: 12px;
    display: none;
}
header .main_menu .submenu li{
    padding-bottom: 10px;
    line-height: 35px;
}
header .main_menu .submenu a:hover{
    color: #000;
}
header .main_menu ul li:hover .submenu{
    display: block;
}
header .box_btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    background-color: var(--color-btn);
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
}
header .btn_book a:hover{
    background-color: var(--yellow);
}
header .menu_mobile{
    display: none;
}
header .box_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
header .box_btn a{
    display: flex;
    align-items: center;
    gap: 6px;
}
header .box_btn a i{
    color: #f47a3b;
}
.header_page{
    position: relative;
    background-color: #945921;
    background-image: url(../images/toten2.webp);
    background-position: center center;
    background-repeat: repeat-x;
    background-size: auto;
}
.header_page::before{
    background-color: #945921;
    opacity: 0.71;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header_page .netword{
    display: none;
}
.header_page .main_menu ul li a.menu_item{
    color: #fff;
}
/* End Header */

/* home banner */
.home_banner{
    width: 100%;
    position: relative;
    height: 100vh;
}
.home_banner .video-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
}
.home_banner::before{
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 56%);
    display: block;
    z-index: 1;
}
 .home_banner .video-banner video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    inset-block-start: 50%;
    inset-inline-start: 50%;
}
.home_banner .row_banner {
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
    max-width: 690px;
    margin: auto;
    display: flex;
    z-index: 999;
    position: relative;
}
.home_banner .row_banner h1{
    font-size: 57px;
    font-family: var(--font-title);
    color: #fff;
    margin-bottom: 0px;
    text-shadow: rgba(0, 0, 0, 0.25) 0px 3px 0px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    margin-bottom: 20px;
}
.home_banner .row_banner p{
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    margin: 0px;
    margin-bottom: 20px;
    text-align: center;
}
.home_banner .box_btn{
    margin-top: 55px;
}
.box_btn{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.box_btn a{
    background-color: #3c469c;
    padding: 15px 20px;
    color: #fff;
    font-size: 15px;
    border-radius: 33px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-family: var(--font-btn);
    display: flex;
    align-items: center;
    gap: 6px;
    border: 0px solid;
}
.box_btn button{
    background-color: #3c469c;
    padding: 15px 20px;
    color: #fff;
    font-size: 15px;
    border-radius: 33px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-family: var(--font-btn);
    display: flex;
    align-items: center;
    gap: 6px;
    border: 0px solid;
    cursor: pointer;
}
.box_btn a i, .box_btn button i{
    color: #F6893D;   
}
.home_banner .row_banner .box_btn a:nth-child(1){
    background-color: #F6893D;
    color: #000;
}
.home_banner .row_banner .box_img {
    position: absolute;
    bottom: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 172px;
}
.home_banner .row_banner .box_img img{
    width: 112px;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.heading_title h2{
    font-size: 45px;
    font-family: var(--font-title);
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px ;
}
.home_ss1{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #1a1a1a;
    position: relative;
}
.bg_sections{
    position: absolute;
    background-image: url(../images/toten1.webp);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.28;
    inset: 0;
}
.crossbar {
    padding: 50px 0px;
}
.crossbar img {
    width: 100%;
    height: 36px;
    opacity: 0.25;
}
.home_ss1 .col, .experience .col{
    max-width: 50%;
    flex-basis: 50%;
}
.home_ss1 .box_video .col:first-child{
    padding-right: 20px;
}
.home_ss1 .box_video .col:last-child{
    padding-left: 20px;
}
.home_ss1 .box_video .col .box{
    width: 100%;
    height: 293px;
}
.home_ss1 .box_video .col .box iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.experience{
    position: relative;
    z-index: 2;
}
.experience .heading_title h2{
    text-align: left;
    text-transform: uppercase;
}
.experience h4{
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #F6893D;
}
.experience ul{
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: none;
    margin-left: 35px;
    counter-reset: line; 
}
.experience ul li{
    padding: 0px;
    margin: 0px;
    color: #fff;
    font-size: 17px;
    position: relative;

}
.experience ul li a{
    color: #3993CC !important;
    text-decoration: none;
}
.experience ul li:before {
    position: absolute;
    left: -2.1em;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 0.5em;
    background-color: #945921;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 1.3em;
    counter-increment: line;
    content: counter(line);
}
.experience img {
    height: 500px;
    object-fit: cover;
    object-position: center center;
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #FFFFFF;
    -webkit-mask-image: url(../images/frame.svg);
    -webkit-mask-size: 80%;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    width: 100%;
}
.experience .box_btn{
    justify-content: flex-start;
    margin-top: 40px;
}
.experience .col_text{
    padding:0px 10px;
}
.experience .col_img{
    padding:0px 10px;
}
.list_experbar{
    background-color: var(--color-bg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #1a1a1a;
    position: relative;
}
.experience_2 .bg_sections{
    background: url(../images/toten3.webp) no-repeat;
    background-position: center left;
    background-size: contain;
}
.luau_photo{
    padding: 50px 0px;
    background-color: var(--color-bg);
}
.luau_photo h2{
    font-size: 51px;
    font-family: var(--font-title);
    padding-left: 50px;
    margin-top: 0px;
    color: #fff;
    margin-bottom: 20px;
}
.luau_photo .slider_luau_photo a{
    width: 100%;
    height: 300px;
    padding: 0px 35px;
    display: block;
}
.slider_luau_photo{
    max-width: calc(100% - 150px);
    flex-basis: calc(100% - 150px);
    margin: auto;
    padding: 50px;
    padding-bottom: 20px;
}
.slider_luau_photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-mask-image: url(../images/frame.svg);
    -webkit-mask-size: cover;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
}
.slider_luau_photo .slick-arrow::before{
    display: none;
}
.slider_luau_photo .slick-arrow i{
    font-size: 25px;
    color: #fff;
}
.slider_luau_photo .slick-prev {
    left: -40px;
}
.slider_luau_photo .slick-next {
    right: -40px;
}
.slider_luau_photo .slick-dots li button:before {
    color: #4CAF50;
    font-size: 8px;
}
.slider_luau_photo .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #4CAF50;
}
.meet_chief{
    padding: 50px 0px;
    background-color: var(--color-bg);
    position: relative;
}
.meet_chief .col{
    max-width: 50%;
    flex-basis: 50%;

}
.meet_chief .col_img .box_img{
    width: 100%;
    height: 600px;
}
.meet_chief .col_img .box_img img{
     width: 100%;
    height: 100%;
    height: 600px;
    object-position: top center;
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #FFFFFF;
    object-fit: cover;
    -webkit-mask-image: url(../images/frame.svg);
    -webkit-mask-size: 95%;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
}
.meet_chief .col_text h2{
    font-size: 45px;
    color: #fff;
    font-family: var(--font-title);
    margin-top: 0px;
    margin-bottom: 20px;

}
.meet_chief .col_text h3{
    font-size: 28px;
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: "Changa One", sans-serif;
    color: #F6893D;
}
.meet_chief .col_text p{
    margin-bottom: 20px;
    font-size: 17px;
    color: #fff;
    line-height: 1.4;
}
.meet_chief .box_btn{
    justify-content: flex-start;
    margin-top: 32px;
}
.meet_chief .box_btn a{
    background-color: #F6893D;
    color: #000;
}
.meet_chief .bg_sections {
    background-position: center left;
}


.review_google{
    padding: 60px 0px 60px 0px;
    background-color: var(--color-bg);
    position: relative;
}
.review_google .heading_title h2{
    margin-bottom: 30px;
    font-size: 51px;
    text-align: left;
    text-transform: uppercase;
}

  .review_google .google_box {
    margin: auto;
    border-radius: 10px;
  }
  .review_google .google_box .tab-button p {
    margin-bottom: 0;
    color: var(--color-text);
    font-size: 14px;
    text-transform: capitalize;
  }
  .review_google .google_box .tab-button span {
    font-weight: 600;
    padding-left: 5px;
    font-size: 15px;
  }
  .review_google .tab-buttons {
    background-color: rgb(214, 184, 155);
    border-radius: 10px;
  }
  .review_google .tab-button {
    cursor: pointer;
    display: flex;
    background-color: #fff;
    align-items: center;
    line-height: 22px;
    border: 0px;
    padding-top: 5px;
  }
  .review_google .tab-button p{
    margin-top: 0px;
  }
  .review_google .tab-button img {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .review_google .tab-button.active{
    margin: 0px;
    border-bottom: 1px solid var(--yellow);
  }
  .btn_review a,
  .btn_review button {
    background-color: rgb(14, 193, 47);
    padding: 8px 20px;
    color: #fff;
    border-radius: 24px;
    font-size: 14px;
    text-transform: math-auto;
    font-weight: 600;

  }
  .custom_btn a,
  .custom_btn-mb a {
    background-color: #ff7a46;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: Cinzel;
    font-weight: 600;
    color: #fff !important;
  }
  .review_google .tab-content{
    display: none;
  }
  .review_google .tab-content.active{
    display: block;
  }
  .review_google .tab-container{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .review_google .tab-container .tab-buttons{
    max-width: 100%;
    flex-basis: 100%;
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .review_google .tab-container .box_tab{
    max-width: 100%;
    flex-basis: 100%;
  }
  .review_google .tab-container .user_item {
    break-inside: avoid;
    margin-bottom: 20px;
  }
  .review_google .slick-prev:before,.review_google .slick-next:before {
    font-family: 'slick';
    font-size: 27px;
    line-height: 1;
    opacity: .75;
    color: #3B3B3D80;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.review_google .box_user.silder_reivew-google {
    column-count: 4;
    column-gap: 20px;
}
.review_google .slick-prev {
    left: -5px;
    z-index: 9;
}
.review_google .slick-next {
    right: 0px;
}
  .review_google .tab-container .user_item .box_user-item {
    background-color: rgb(214, 184, 155);
    padding: 24px;
    border-radius: 8px;
  }
  .review_google .tab-container .user_item .box_user-item .item-top{
    display: flex;
    align-items: center;
  }
  .review_google .tab-container .user_item .box_user-item .info{
    padding-left: 10px;
  }
  .review_google .tab-container .user_item .box_user-item .info .name{
    display: flex;
    align-items: center;
  }
  .review_google .tab-container .user_item .box_user-item .info .name h4 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0px 0px 3px 0px;
  }
  .review_google .tab-container .user_item .box_user-item .info .name h4 span{
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    line-height: 18px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .review_google .tab-container .user_item.ai .name h4 span{
    background-image: linear-gradient(90deg, rgb(141, 56, 255), rgb(25, 123, 255));
    background-clip: text;
    color: transparent !important;
  }
  .review_google .tab-container .user_item .box_user-item .info .name h4::after{
    content: "";
    width: 13px;
    height: 13px;
    min-width: 13px;
    min-height: 13px;
    background: url(../images/icon-check.svg) no-repeat center;
    background-size: contain;
    background-position: center;
    display: block;
  }
  .review_google .tab-container .user_item.ai .name h4::after{
    display: none !important;
  }
  .review_google .tab-container .user_item .box_user-item .info .date {
    cursor: default;
    line-height: 14px;
    font-size: 12px;
    color: rgba(17, 17, 17, 0.5);
}
  .review_google .tab-container .user_item .box_user-item .info .name .img img{
     width: 20px;
     height: 20px;
  }
  .review_google .tab-container .user_item .box_user-item .img img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  .review_google .tab-container .user_item .box_user-item .info .name a{
    text-decoration: none;
    color: var(--color-main);
    font-size: 16px;
    font-weight: 700;
  }

  .review_google .tab-container .user_item .box_user-item .rating{
    padding-top: 16px;
    padding-bottom: 12px;
    display: flex;
    gap: 3px;
  }
  .review_google .tab-container .user_item .box_user-item .rating img{
    width: 18px;
    height: 18px;
    object-fit: contain;
    object-position: center;
  }
  .review_google .tab-container .user_item .box_user-item .rating i{
    color: #FCBF02;
    font-size: 16px;
  }
.review_google .tab-container .user_item .box_user-item .text p {
    margin-top: 0px;
    font-size: 16px;
    color: var(--color-text);
    font-weight: 400;
    margin-bottom: 0px;
    -webkit-line-clamp: 3;
    line-height: 23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.review_google .tab-container .user_item .box_user-item .text h4{
    margin: 0px;
    font-size: 16px;
}
  .review_google .tab-container .user_item .box_user-item .readmore a{
    text-decoration: none;
    color: rgb(14, 193, 47);
    font-size: 16px;
    font-weight: 500;
  }
  .review_google .tab-container .user_item .box_user-item .poster{
    display: flex;
    align-items: center;
    margin-top: 16px;
  }
  .review_google .tab-container .user_item .box_user-item .poster img{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .review_google .tab-container .user_item .box_user-item .poster a{
    text-decoration: none;
  }
  .review_google .tab-container .user_item .box_user-item .poster p {
    margin: 0px;
    color: rgb(14, 193, 47);
    font-weight: 400;
    font-size: 14px;
}
  .review_google .tab-container .user_item .box_user-item .poster span{
    color: #3c469c;
    font-size: 12px;
  }
  .review_google .tab-container .header_review h3 {
    font-size: 20px;
    color: var(--color-text);
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    margin-top: 0px;
}
.review_google .tab-container .user_item .content .text ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.review_google .tab-container .header_review h3 img{
    width: 110px;
    height: 32px;
    object-fit: contain;
    object-position: center;
}
.review_google .tab-container .user_item .content .text ul li{
    display: flex;
    gap: 8px;
}
.review_google .tab-container .user_item .content .text ul li::before{
    content: "";
    width: 13px;
    min-width: 13px;
    min-height: 13px;
    height: 13px;
    background: url(../images/check.svg) no-repeat center;
    background-size: contain;
    margin-top: 5px;
    background-position: center;
}
.review_google .tab-container .header_review .total_rating{
    display: flex;
    align-items: center;
   
}
.review_google .tab-container .header_review .total_rating .number{
    font-size: 22px;
    color: var(--color-text);
    padding-right: 10px;
    font-weight: 600;
}
.review_google .tab-container .header_review .total_rating .rating{
    display: flex;
    align-items: center;
    padding-right: 10px;
}
.review_google .tab-container .header_review .total_rating .rating i{
    font-size: 19px;
    color: #FCBF02;
}
.review_google .tab-container .header_review .total_rating .view{
    font-size: 12px;
    color: rgba(17, 17, 17, 0.5);
}
.review_google .title{
    text-align: center;
}
.review_google .title h3::before{
    content: "";
    position: absolute;
    left: -175px;
    top: 30px;
    background: url(../images/home/icon_title.png) no-repeat;
    background-size: contain;
    width: 164px ;
    height: 36px;
}
.review_google .title h3::after{
    content: "";
    position: absolute;
    right: -175px;
    top: 35px;
    background: url(../images/home/icon_title.png) no-repeat;
    background-size: contain;
    width: 164px ;
    height: 36px;
}
.review_google .btn_review{
    display: inline-flex;
    margin-top: 20px;
}
.review_google .btn_review a{
    text-decoration: none;
}
.review_google .btn_review a:hover{
    background-color: rgb(14 193 47 / 70%);
}
.comment_ss{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: var(--color-bg);
    position: relative;
}
.comment_ss .list_question{
    width: 100%;
    border: 3px solid #62370E;
    border-radius: 3px;
    background-color: #62370E;
}
.comment_ss .list_question ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.comment_ss .list_question ul li{
    background-color: #D6B89B;
    
    cursor: pointer;
}
.comment_ss .list_question ul li .name_menu{
    font-size: 16px;
    font-weight: 600;
    padding: 20px 10px 20px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.comment_ss .list_question ul li .name_menu i{
    font-size: 20px;
}
.comment_ss .list_question ul li .name_menu.active{
    background-color: #fff;
}
/* .comment_ss .list_question ul .info{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    gap: 20px;
    opacity: 0;

} */
.comment_ss .list_question ul .info p{
    margin: 0px;
}
/* .comment_ss .list_question ul .info.active{
    opacity: 1;
    transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    max-height: 300px;
     border-top: 3px solid #62370E;
     background-color: #fff;
     margin: 0px;
     padding: 30px;
} */
.comment_ss .list_question ul .info{
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition:
        height .45s cubic-bezier(0.4, 0, 0.2, 1),
        opacity .3s ease;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 30px;
    background: #fff;
    border-top: 0 solid #62370E;
}

.comment_ss .list_question ul .info.active{
    opacity: 1;
    padding: 30px;
    border-top: 3px solid #62370E;
    height: fit-content;
}
.comment_ss .heading_title h2{
    width: 100%;
    font-size: 51px;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.awards_accolades{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: var(--color-bg);
    position: relative;
}
.awards_accolades .heading_title h2{
    width: 100%;
    font-size: 51px;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.awards_accolades .heading_title p{
    color: #fff;
    text-align: left;
    line-height: 1.4;
    font-size: 17px;
}
.awards_accolades .box_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
    gap: 30px;
}
.awards_accolades .box_img img{
    width: 100%;
    height: 150px;
    object-fit: contain;
    object-position: center center;
}
/* footer */
footer{
    position: relative;
    width: 100%;
    height: 323px;
    background: url(../images/bg_footer.png) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
}
footer{
    border-style: solid;
    border-width: 10px 0px 0px 0px;
    border-color: #945921;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 70px 0px 90px 0px;
    background-color: #945921;
    background-image: url(../images/bg-footer.png);
    background-repeat: repeat;
    background-size: 40% auto;
    height: 100%;
    width: 100%;
}

footer .bg_overlay{
    background-color: #62370e;
    opacity: 0.96;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
footer .container{
    position: relative;
    z-index: 2;
}
footer .col{
    max-width: 28%;
    flex-basis: 28%;
}
footer .col_netword{
    max-width: 15%;
    flex-basis: 15%;
}
footer .box_footer{
    align-items: normal;
}
footer .box_footer .logo .box{
    display: flex;
    flex-direction: column;
    gap: 26px;
}
footer .box_footer .box_btn{
    justify-content: flex-start;
}
footer .box_footer .logo img{
    width: 85%;
    height: 37px;
    object-fit: contain;
}
footer .box_footer .logo .box ul{
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    list-style: none;
}
footer .box_footer .logo .box ul li{
    padding: 0px;
    margin: 0px;
}
footer .box_footer .logo .box ul li i{
    font-size: 22px;
    color: #fff;
}
footer .box_footer .title h4{
    margin-top: 0px;
    font-size: 20px;
    color: #fff;
    font-family: var(--font-title);
    font-weight: 400;
    margin-bottom: 40px;
    text-transform: uppercase;
}
footer .box_footer .contact_Us ul, .menu_contact ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
footer .box_footer .contact_Us ul li, .menu_contact ul li{
     padding: 0px;
    margin: 0px;
    color: #fff;
}
.copyright{
    margin-top: 20px;
}
footer .box_footer .contact_Us ul li a, .menu_contact ul li a{
    display: flex;
    gap: 15px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}
footer .box_footer .contact_Us ul li a i{
    margin-top: 5px;
}
footer .box_footer .menu_contact{
    padding-left: 20px;
}
footer .box_footer .col_netword {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
footer .box_footer .col_netword img{
    max-width: 65%;
    object-fit: contain;
}
/* end footer */

.page_banner{
    min-height: 370px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page_banner .bg_img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.page_banner .bg_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.page_banner .bg_overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(10 9 9);
    opacity: 0.65;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    z-index: 0;
}
.page_banner h1{
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 2;
    color: #fff;
    font-size: 37px;
    font-weight: 400;
    font-family: var(--font-title);
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    overflow: hidden;
}
.page_banner h1::before {
    content: "";
    background: url(../images/song.svg) repeat center;
    width: 200px;
    height: 20px;
    display: block;
    background-size: contain;
    max-width: 200px;
    filter: invert(1);
    z-index: 22222;
    position: relative;
    opacity: 0.1;
}
.page_banner h1::after {
    content: "";
    background: url(../images/song.svg) repeat center;
    width: 200px;
    height: 20px;
    display: block;
    background-size: contain;
    max-width: 200px;
    filter: invert(1);
    z-index: 22222;
    position: relative;
    opacity: 0.1;
}
.list_menu .box_menu{
    align-items: flex-start;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    display: flex;
}
.list_menu{
    background-color: #d6b89b;
    padding: 50px 0px;
    border-top: 7px solid #945921;
}

.list_menu .box_menu .menu_item {
    break-inside: avoid;
    margin-bottom: 20px;
    position: relative;
    background-color: #945921;
    border-radius: 5px;
    overflow: hidden;
    max-width: 32%;
    flex-basis: 32%;
    display: flex;
    flex-direction: column;
}
.list_menu .box_menu .menu_item::before{
    content: "";
    background-image: url(../images/toten2.webp);
    --background-overlay: '';
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}
.list_menu .box_menu .menu_item .box_img{
    width: 100%;
    height: 248px;
    position: relative;
    z-index: 2;
}
.list_menu .box_menu .menu_item .box_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.list_menu .box_menu .menu_item h3{
    margin: 3px;
    padding: 20px 15px;
    display: block;
    font-size: 16px;
    font-family: var(--font-title);
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    font-weight: 400;
}
.list_menu .box_menu .menu_item:nth-child(2){
    margin-top: 59px;
}
.list_menu .box_menu .menu_item:nth-child(3){
    margin-top: 118px;
}
.list_menu .box_menu .menu_item:nth-child(4){
    margin-top: -117px;
}
.list_menu .box_menu .menu_item:nth-child(5){
    margin-top: -59px;
}
.list_menu .box_menu .menu_item:nth-child(7){
    margin-top: -131px;
}
.list_menu .box_menu .menu_item:nth-child(8){
    margin-top: -74px;
}
.list_menu .box_menu .menu_item:nth-child(10){
    margin-top: -145px;
}
.list_menu .box_menu .menu_item:nth-child(11){
    margin-top: -41px;
}
.list_menu .box_menu .menu_item:nth-child(13){
    margin-top: -127px;
}
.menu_table{
    background-color: #d6b89b;
    padding: 50px 0px;
}
.location{
    background-color: #d6b89b;
    padding: 50px 0px;
    border-top: 7px solid #945921;
}
.location .heading_title h2{
    font-size: 40px;
    font-weight: 400;
    color: #000;
    font-family: "Changa One", Sans-serif;
}
.location .map{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.location .map img{
    width: 100%;
}
.location h3{
    font-family: "Changa One", Sans-serif;
    font-size: 40px;
    font-weight: 400;
    text-transform: none;
    color: #000;
    margin-top: 0px;
    margin-bottom: 20px;
}
.location h4{
    font-family: "Changa One", Sans-serif;
    font-size: 22px;
    color: #3c469c;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 400;
}
.location .content{
    width: 100%;
    margin-bottom: 20px;
}
.location p{
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 12px;
    color: #000;
    line-height: 1.4;
}
.location ul li{
    line-height: 24px;
}
.location ul li a{
    color: #3c469c;
    text-decoration: none;
}
.about_us{
    background-color: #d6b89b;
    padding-top: 50px;
    border-top: 7px solid #945921;
}
.about_us .box_text h3{
    font-size: 40px;
    font-family: "Changa One", Sans-serif;
    font-weight: 400;
}
.about_us .box_text p{
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.about_us .box_text p a{
    color: #3c469c;
    text-decoration: none;
}
.about_us_review{
     background-color: #d6b89b;
     padding-top: 0px;
}
.about_us_review.review_google .tab-buttons {
    background-color: #fff;
}
.about_us_review.review_google .tab-container .user_item .box_user-item {
    background-color: rgb(255 255 255);
    padding: 24px;
    border-radius: 8px;
}
.chief_sielu{
    background-color: #d6b89b;
     padding: 50px 0px;
}
.chief_sielu .row{
    align-items: normal;
}
.chief_sielu .col_text{
    max-width: 70%;
    flex-basis: 70%;
    padding-right: 20px;
}
.chief_sielu .col_img{
    max-width: 30%;
    flex-basis: 30%;
}
.chief_sielu .heading_title h2{
    font-family: "Changa One", Sans-serif;
    font-size: 40px;
    font-weight: 400;
    text-align: left;
    color: #000;
}
.chief_sielu .col_text p{
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 1.4;
}
.chief_sielu .col_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.chief_sielu .col_text a{
    color: #3c469c;
}
.page_contact, .menu_content{
    background-color: #d6b89b;
    padding-top: 50px;
}
.page_contact h1, .page_contact .col_text h2{
    font-family: "Changa One", Sans-serif;
    font-size: 40px;
    font-weight: 400;
    text-transform: none;
    color: #000;
    margin-top: 0px;
    width: 100%;
}
.page_contact{
    padding-bottom: 50px;
}
.page_contact .col_form{
    max-width: 67%;
    flex-basis: 67%;
}
.page_contact .col_text{
    max-width: 33%;
    flex-basis: 33%;
}
.page_contact .box_form{
    border: 10px solid #945921;
    background-color: #62370E;
    padding: 27px 40px;
}
.page_contact .box_form .input_item{
    width: 100%;
}
.page_contact .box_form .input_item .text{
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}
.page_contact .box_form .input_submit button {
    background-color: #204ce5;
    color: #fff;
    border: 0px solid;
    padding: 6px 16px;
    border-radius: 3px;
    line-height: 24px;
}
.page_contact .box_form .box_input .input_item:last-child .text{
    margin-bottom: 20px;
}
.page_contact .box_form .input_item .text p{
    margin-top: 0px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 500;
}
.page_contact .box_form .input_item .text p span{
    font-size: 12px;
}
.page_contact .box_form .input_item .text label{
    font-size: 13px;
    color: #fff;
    margin-bottom: 8px;
}
.page_contact .box_form .input_item .text input{
    height: 38px;
    border-radius: 3px;
    border: 0px solid;
    box-shadow:  0px 0px 0px #ccc;
}
.page_contact .box_form .input_item textarea{
    height: 12rem;
    margin-bottom: 8px;
}
.page_contact .row{
    align-items: normal;
}
.page_contact .col_text{
    padding-left: 30px;
}
.page_contact .col_text p{
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    margin-top: 0px;
    margin-bottom: 20px;
}
.page_contact .col_text ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}
.page_contact .col_text ul li{
    margin: 0px;
    padding: 0px;
}
.page_contact .col_text ul li a{
    display: flex;
    gap: 15px;
    color: #0A0909;
    text-decoration: none ;
    line-height: 1.4;
}
.page_contact .col_text ul li a i{
    color: #945921;
    font-size: 20px;
}
.page_contact .col_text .box_btn{
    justify-content: flex-start;
}
.hidden_destop{
    display: none;
}
.menu_table table{
    background-color: #fff;;
}
.menu_table .heading_title h2{
    color: #000;
    font-size: 40px;
}
.menu_content {
    padding-bottom: 50px;
}
.menu_content h3{
    font-family: "Changa One", Sans-serif;
    font-size: 40px;
    font-weight: 400;
    text-transform: none;
    color: var(--e-global-color-text);
    text-align: center;
    width: 100%;
    display: block;
     margin-top: 0px;
    margin-bottom: 10px;
    color: #000;
}
.menu_content h4{
    font-family: "Rammetto One", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-transform: none;
    color: var(--e-global-color-text);
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    display: block;
     color: #000;
}
.menu_content p{
    font-size: 16px;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 0px;
     color: #000;
    margin-bottom: 8px;
}
.ploicy_banner{
    background-color: #3b2512;
}
.privacy_policy{
    padding: 50px 0px;
    background-color: #d6b89b;
}
.privacy_policy p{
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 12px;
    display: block;
    width: 100%;
}
.privacy_policy h2{
    font-family: "Rammetto One";
    font-weight: 600;
    color: #6dab3c;
    margin-top: 8px;
    margin-bottom: 16px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    font-size: 32px;
}
.privacy_policy ul{
    margin: 0px 0px 20px 0px;
}
.privacy_policy ul li{
    line-height: 24px;
    padding: 0px;
    margin: 0px;
}
.privacy_policy address{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.privacy_policy a{
    color: #3c469c;
    text-decoration: none;
}
.box_btn_fixed{
    position: fixed !important;
    z-index: 99999 !important;
    transition: all 0.12s ease !important;
    box-shadow: 0 2px 10px 0 rgba(60, 70, 156, 0.3) !important;
    bottom: 20px !important;
    right: 20px !important;
    font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    padding: 0.2em 1em !important;
    line-height: 2 !important;
    margin: 0 !important;
    cursor: pointer !important;
    text-decoration: none !important;
    display: inline-block !important;
    text-align: center !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 40px !important;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    transition: all 0.15s ease !important;
    background-color: #3c469c !important;
    color: #ffffff !important;
   border: 0px solid;
    text-shadow: 0 -1px 1px #23285a !important;
    text-transform: uppercase;
}
.box_btn_fixed:before {
    content: ' ' !important;
    display: inline-block !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    width: 1em !important;
    height: 1em !important;
    position: relative !important;
    top: .1em !important;
    margin: 0 .4em 0 -.1em !important;
    background-image: url('data:image/svg+xml,%3Csvg xmlns=%27http%3A//www.w3.org/2000/svg%27 height=%2720%27 width=%2720%27 viewBox=%270 0 20 20%27 %3E %3Cpath fill=%27%23ffffff%27 d=%27M11.5,4.7l3.8,3.8l-6.8,6.8l-3.8-3.8L11.5,4.7z M9,16.3L16.3,9c0.2-0.2,0.2-0.3,0.2-0.5s-0.1-0.4-0.2-0.5L12,3.6 c-0.1-0.1-0.3-0.2-0.5-0.2S11.1,3.5,11,3.6L3.6,11c-0.2,0.2-0.2,0.3-0.2,0.5s0.1,0.4,0.2,0.5l4.3,4.3c0.1,0.1,0.3,0.2,0.5,0.2 S8.9,16.5,9,16.3z M19.6,8.8L8.8,19.6C8.5,19.9,8.1,20,7.7,20c-0.4,0-0.8-0.1-1.1-0.4l-1.5-1.5c0.4-0.4,0.7-1,0.7-1.6 s-0.2-1.2-0.7-1.6c-0.4-0.4-1-0.7-1.6-0.7s-1.2,0.2-1.6,0.7l-1.5-1.5C0.1,13,0,12.7,0,12.3s0.1-0.8,0.4-1.1L11.2,0.4 C11.5,0.1,11.9,0,12.3,0s0.8,0.1,1.1,0.4l1.5,1.5c-0.4,0.4-0.7,1-0.7,1.6s0.2,1.2,0.7,1.6c0.4,0.4,1,0.7,1.6,0.7s1.2-0.2,1.6-0.7 l1.5,1.5C19.9,6.9,20,7.3,20,7.7C20,8.1,19.9,8.5,19.6,8.8z%27/%3E%3C/svg%3E') !important;
}
.box_btn_fixed:hover{
    background-color: #2e3577 !important;
}


/* Overlay */
.popup {
    position: fixed;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    /* căn giữa */
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s ease;
    transform: translateX(-100%);
    display: flex;
}
/* Khi mở */
.popup.open_popup {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
    transition: opacity .3s ease;
}
.popup.openpopup {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
    transition: opacity .3s ease;
}

/* Box nội dung */
.popup-content {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    max-width: 980px;
    width: 90%;
    position: relative;

    transform: translateY(-30px);
    transition: 0.3s ease;
}

/* animation */
.popup.active .popup-content {
    transform: translateY(0);
}

/* Nút đóng */
.popup .close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}
.popup-content .list_product{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.popup-content .list_product .item{
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    position: relative;
    display: block;
    text-decoration: none;
     transition: transform 0.3s ease;
}
.popup-content .list_product .item .img{
    width: 100%;
    border-radius: 12px;
    height: 378px;
    overflow: hidden;
     position: relative;
}
.popup-content .list_product .item .img::before{
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000076;
    display: block;
}
.popup-content .list_product .item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
   
   
}
.popup-content .list_product .item:hover .img::before{
     background-color: #0000007c;
}
.popup-content .list_product .item:hover{
    transform: scale(1.01);
    transition: transform 0.3s ease;

}
.popup-content .list_product .item .content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.popup-content .list_product .item .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
}
.popup-content .list_product .item .content h3{
    color: #fff;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 8px;
}
.popup-content .list_product .item .content p{
    font-size: 14px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
}
.popup-content .list_product .item .content .btn {
    display: flex;
    justify-content: end;
}
.popup-content .list_product .item .content .btn p{
    margin: 0px;
    padding: 8px 12px;
    background-color: #204ce5;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
}
.popup-content .list_product .item:hover h3{
    text-decoration: underline;
}
.popup-content .logo {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e3e6;
}
.popup-screen{
    display:none;
}

.popup-screen.active{
    display:block;
}

.back-btn{
    padding:10px 20px;
    margin-bottom:20px;
    cursor:pointer;
}
.popup-screen .list_detail {
    display: flex;
   gap: 14px;
}
.popup-screen .list_detail .detail_item{
    max-width: calc(33.3333% - 7px);
    flex-basis: calc(33.3333% - 7px);
    position: relative;
    cursor: pointer;
     transition: transform 0.3s ease;
}
.popup-screen .list_detail .detail_item .img{
    width: 100%;
    height: 200px;
    position: relative;
}
#detail-2.popup-screen .list_detail .detail_item .img{
    height: 378px;
}
.popup-screen .list_detail .detail_item .img::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, .4);;
    top: 0;
    left: 0;
    border-radius: 12px;
}
.popup-screen .list_detail .detail_item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}
.popup-screen .heading_detail {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #afb8c0;
}
.popup-screen .heading_detail button {
    border: 0px solid;
    margin-bottom: 0px;
    background-color: transparent;
    padding: 0px;
}
.popup-screen .heading_detail i.fas.fa-arrow-right {
    color: #afb8c0;
    font-size: 13px;
}
.popup-screen .heading_detail button i.fa-home{
    color: #0a6ece;
}
.popup-screen .heading_detail p{
    color: #1f2428;
    font-size: 13px;
}
.popup-screen .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 12px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.popup-screen .content .text h3{
    margin: 0px;
    font-size: 20px;
    word-break: break-word;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .99);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.popup-screen .content .text p{
    word-break: break-word;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .99);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 10px 0px;
}
.popup-screen .content .btn_price{
    display: flex;
    justify-content: space-between;
    align-items:center ;
}
.popup-screen .content .btn_price .price{
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 600;
}
.popup-screen .content .btn_view{
    background-color: #0a6ece;
    padding: 8px 12px;
    border-radius: 3px;
     font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.popup-screen .list_detail .detail_item:hover{
    transform: scale(1.01);
    transition: transform 0.3s ease;
}
.popup-screen .list_detail .detail_item:hover .img::before{
    background-color: rgba(0, 0, 0, .6);
}
.popup-screen .list_detail .detail_item:hover h3{
    text-decoration: underline;
}
.reservation .list_product {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}
.reservation{
    padding: 50px 0px;
    background-color: #d6b89b;
}
.reservation .reservation_box{
    width: 100%;
    display: block;
}
.reservation .list_product .item {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    position: relative;
    display: block;
    text-decoration: none;
    transition: transform 0.3s ease;
}
.reservation .list_product .item .img {
    width: 100%;
    border-radius: 12px;
    height: 378px;
    overflow: hidden;
    position: relative;
}
.reservation .list_product .item .img::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000076;
    display: block;
}
.reservation .list_product .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}
.reservation .list_product .item .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
}
.reservation .list_product .content .text h3 {
    margin: 0px;
    font-size: 20px;
    word-break: break-word;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .99);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.reservation .content .text p {
    word-break: break-word;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .99);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 10px 0px;
}
.reservation .list_product .item .content .btn {
    display: flex;
    justify-content: end;
}
.reservation .list_product .item .content .btn p {
    margin: 0px;
    padding: 8px 12px;
    background-color: #204ce5;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
}
.reservation .reservation_box{
    background-color: #fff;
    padding: 16px;
}
.reservation .list_product .item:hover{
    transform: scale(1.01);
    transition: transform 0.3s ease;
}
.reservation .list_product .item:hover h3{
    text-decoration: underline;
}
.reservation .heading_title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.reservation .heading_title h2{
    font-size: 40px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.poup_footer {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.poup_footer .left{
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.poup_footer .left p {
    font-size: 13px;
    color: #697886;
    margin: 0px;
}
.poup_footer .right {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 10px;
}
.poup_footer .right a,.poup_footer .right p{
    font-size: 13px;
    color: #697886;
    text-decoration: none;
    margin: 0px;
}
.poup_footer .right p a{
    text-decoration: underline;
}