/*header*/
header.header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 6;
      transition: transform 0.3s ease-in-out;
}
header.header.hide {
  transform: translateY(-100%);
}
.menu_header {
    background: #00321D;
    border-radius: 0 0 80px 80px;
   /* border-radius: 0 0 4.167vw 4.167vw;*/
    position: relative;
    box-shadow: 0px 4px 24px 0px #0000004D;
    /*padding: 0 60px;*/
    padding: 0 3.125vw;
    /* height: 100px;*/
    height: 5.208vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 1;
    transition: opacity 0.5s ease;
}
/*
.menu_header.hidden {
    opacity: 0;
}
*/
img.logo {
    /*max-height: 80px;*/
    max-height: 4.167vw;
}

a.booking {
    border-radius: 30px;
   /* border-radius: 1.563vw;*/
    color: #fff !important;
    /*font-size: 20px;*/
    font-size: 1.042vw;
    position: absolute;
    top: auto;
    /*right: 130px;*/
    right: 6.771vw;
    display: flex;
    align-items: center;
    border: 1px solid #335b4a;
    /* padding: 17px 28px;*/
    padding: 0.885vw 1.458vw;
    line-height: 100%;
    transition: all 0.12s ease-out;
}
a.booking:hover {
color: #335b4a !important;
background-color: #fff;
}

a.booking svg {
    /*margin-right: 10px;*/
    margin-right: 0.521vw;
}
a.booking:hover svg path {
  fill: #335b4a!important;
}


/*MENU icon*/
.wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #f0f9ece0;
    clip-path: circle(25px at calc(100% - 45px) 45px);
    transition: all 0.3s ease-in-out;
    opacity: 0;
    pointer-events: none;
    /* 避免被點擊 */
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
max-height: 100vh;
}

.wrapper.visible {
    opacity: 1;
    pointer-events: auto;
    z-index: 3;
}
.wrapper:before {
    content: '';
    background: url(https://img.denwell.com/vietnam/img/header/m_menu_pic_2.webp);
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 100%;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

/*
@media screen and (max-height:771px) {
    .wrapper:before {

        bottom: -30%;
    }
}
*/
#active:checked~.wrapper {
    clip-path: circle(75%);
}

.menu_icon {
    position: absolute;
    z-index: 3;
    /*right: 60px;*/
    right: 3.125vw;
    /*top: 25px;*/
    top: 1.302vw;
    transition: all 0.5s ease;
}

.menu-btn {
    z-index: 4;
    position: relative;
    /* height: 50px;*/
    height: 2.604vw;
    /* width: 50px;*/
    width: 2.604vw;
    text-align: center;
    /*line-height: 50px;*/
    line-height:  2.604vw;
    border-radius: 50%;
    /* font-size: 20px;*/
    font-size:1.042vw;
    display: block;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.menu-btn.active {
    /*width: 80px;*/
    width: 4.167vw;
    /*  height: 80px;*/
    height: 4.167vw;
}

img#menu-icon {
    height: 100%;
    width: 100%;
}

#active:checked~.menu-btn {
    color: #fff;
}

#active:checked~.menu-btn i:before {
    content: "\f00d";
}

.wrapper ul.menu_ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* grid-column-gap: 12px;*/
    grid-column-gap: 0.625vw;
    max-width: 100%;
    width: 100%;
    /*grid-row-gap: 39px;*/
    grid-row-gap: 2.031vw;
}



.wrapper ul li a {
    text-decoration: none;
    position: relative;
    font-weight: 500;
    /*font-size: 26px;*/
    font-size: 1.354vw;
    line-height: 120%;
    letter-spacing: 0.1em;
    color: #00321D;

}

span.en {
    font-family: Noto Sans TC;
    font-weight: 400;
    /*font-size: 18px;*/
    font-size:0.938vw;
    line-height: 120%;
    letter-spacing: 0.1em;
    display: block;
    color: #00321D;
    opacity: 0.4;
    margin-bottom: 1px;
}

.wrapper ul li a:hover:after {
    transform: scaleY(1);
}

.wrapper ul li a:hover {
    opacity: 0.8;
}

input[type="checkbox"] {
    display: none;
}



@keyframes rotate {
    0% {
        filter: hue-rotate(0deg);
    }

    100% {
        filter: hue-rotate(360deg);
    }
}

.menu_content {
    /* top: 170px;*/
    top: 8.854vw;
    position: absolute;
    /* left: 140px;*/
    left: 7.292vw;
    /*max-width: 780px;*/
    max-width: 40.625vw;
    width: 100%;
}

.menu_ul li.menu-item {
    position: relative;
    /* padding: 17px 0px 3px 48px;*/
    padding: 0.885vw 0 0.156vw 2.500vw;
}

.menu_ul li.menu-item a::before {
    content: '';
    position: absolute;
    /* top: -17px;*/
    top: -0.885vw;
    /*left: -46px;*/
    left: -2.396vw;
    /* width: 65px;*/
    width: 3.385vw;
    /* 圖示大小可調整 */
    /*height: 31px;*/
    height: 1.615vw;
    background-image: url('https://img.denwell.com/vietnam/img/header/menuhovericon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    /* 避免影響點擊 */
}

.booking_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 59px 86px 0 48px;*/
    padding: 3.073vw 4.479vw 0 2.500vw;
}

/* 滑入時顯示 ICON */

.menu_ul li.menu-item:hover a::before,.menu_ul li.current-menu-item a::before{
    opacity: 1;
}

.social_list {
    display: flex;
    /* gap: 25px;*/
    gap: 1.302vw;
}

a.booking_location {
 border-radius: 60px;
      /*  border-radius: 3.125vw;*/
    color: #00321D !important;
    display: flex;
    align-items: center;
    border: 1px solid #335b4a;
    /*padding: 20px 112px;*/
    padding: 1.042vw 5.833vw;
    font-weight: 400;
    /*font-size: 24px;*/
    font-size: 1.250vw;
    line-height: 100%;
}
a.booking_location:hover {
    opacity: 0.8;
}
a.booking_location img {
    /*  margin-right: 10px;*/
    margin-right: 0.521vw;
}

.language_list {
    display: flex;
    align-items: center;
    /*gap: 22px;*/
    gap: 1.146vw;
    position: absolute;
    /*top: 58px;*/
    top: 3.021vw;
    /*right: 190px;*/
    right: 9.896vw;
}

.language_list .divider {
    width: 1px;
    height: 14px;
   /* height: 0.729vw;*/
    background-color: #00321D;
}

.language_list a {
    color: #65726C;
}

.language_list a.active {
    color: #00321D;
}

/*screen 1024*/

@media screen and (max-width:1024px) {
    .pc {
        display: none;
    }

    .mb {
        display: block;
    }





    .menu_header {
        border-radius: 0 0 30px 30px;
        padding: 12px 16px;
        height: 66px;
    }

    img.logo {
        max-height: 47px;
    }

    .menu_icon {
        right: 16px;
        top: 13px;
    }

    .menu-btn {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }

    a.booking {
        font-size: 16px;
        right: 68px;
        padding: 12px 17px;
    }

    a.booking img {
        max-width: 16px;
    }

    .menu_content {
        top: auto;
        position: relative;
        left: auto;
        max-width: 300px;
        margin: auto;
    }

    .wrapper {

        padding: 123px 75px;
    }



    .menu_ul li.menu-item {
        padding: 0;
    }

    .wrapper ul li a {
        font-size: 18px;
    }

    .wrapper ul li a span.en {
        display: none;
    }

    .wrapper ul.menu_ul {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
        list-style: none;
        grid-column-gap: 0;
        grid-row-gap: 37px;
    }

    .wrapper ul.menu_ul .menu-item {
        width: 50%;
        box-sizing: border-box;
    }
    .menu_ul li.menu-item a::before {
    top: -11px;
    left: -35px;
    width: 39px;
    height: 19px;
}
.wrapper ul.menu_ul .menu-item:nth-child(even) a::before {
          right: 68px;
        left: auto!important;
}

    /* 每列左右對齊 */
    .wrapper ul.menu_ul .menu-item:nth-child(odd) a {
        text-align: left;
        display: block;
    }

    .wrapper ul.menu_ul .menu-item:nth-child(even) a {
        text-align: right;
        display: block;
    }

    .menu-btn.active {
        width: 40px;
        height: 40px;
    }

    .language_list {
        gap: 15px;
        top: 26px;
        right: 86px;
    }

    nav.menu {
        margin-bottom: 40px;
    }

    .booking_list {
        justify-content: space-between;
        align-items: center;
        padding: 0;
        flex-direction: column-reverse;
        gap: 40px;
    }

    a.booking_location {
        display: flex;
        align-items: center;
        padding: 9px 0;
        font-size: 18px;
        line-height: 180%;
        flex-direction: row;
        display: block;
        width: 100%;
        text-align: center;
    }

    a.booking_location img {
        margin-right: 8px;
        max-width: 16px;
    }
}
@media screen and (max-width:480px) {
    .wrapper:before {
        background: url(https://img.denwell.com/vietnam/img/header/m_menu_pic_2.webp);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left calc(100% - -77px);
    }
}
/* 防止部分裝置仍然滑動 */
.no-scroll {
	overflow: hidden;
	height: 100vh;  
    padding-right: 15px;
    background-color: #00321D;
    max-height: 100vh;
}
@media screen and (max-width:1024px) {
    .no-scroll {
    padding-right: 0px; 
}
}
/*title*/
@keyframes slideInFromBottom {
  0% {
    transform: translateY(50px) scale(1.2);
   
  }
  100% {
    transform: translateY(0) scale(1);
   
  }
}
.title_wrapper {
  position: relative;
  overflow: hidden;
  /*height: 538px;*/
  height: 28.021vw; 
  width: 100%;
}

.top_bk {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150%;
  background-size: cover;
  background-position: center bottom;
  z-index: 1;
  will-change: transform;
  transform: translateY(0) scale(1);
  animation: slideInFromBottom 20s ease-out forwards;
      background-color: #f0f9ec;
}

.mask_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://img.denwell.com/vietnam/img/top_bk/title_bk_1920.png);
  background-size: cover;
  background-position: top center;
  z-index: 2;
  pointer-events: none;  /* 不阻擋使用者互動 */
  /* 不做 transform，不動 */
}


.content_layer {
    position: absolute;
    z-index: 3;
    display: block;
    /* top: 314px;*/
    top: 16.354vw;
    /*  left: 362px;*/
    left: 18.854vw;
}
.content_layer h1{
    text-decoration: none;
    position: relative;
    font-weight: 500;
    /*font-size: 40px;*/
    font-size: 2.083vw;
    line-height: 130%;
    letter-spacing:0;
    color: #00321D;
}
@keyframes floatUpDown {
    0% {
        top: -15px;
    }
    50% {
        top: -25px; /* 向上浮動 */
    }
    100% {
        top: -15px;
    }
}
.content_layer h1:after {
    content: "";
    position: absolute;
    /*  top: -15px;*/
    top: -0.781vw;
    /*  left: -49px;*/
    left: -2.552vw;
    /*  width: 65px;*/
    width: 3.385vw;
    /* height: 31px;*/
    height: 1.615vw;
    background-image: url(https://img.denwell.com/vietnam/img/header/menuhovericon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    
    /* 添加上下浮動效果 */
    animation: floatUpDown 3s ease-in-out infinite;
}

@media screen and (max-width:1024px) {
    .title_wrapper {
    height: 212px;
}
.mask_layer {
    top: auto;
bottom: -1px;

    background-image: url(https://img.denwell.com/vietnam/img/top_bk/title_bk_480.png);

    background-position: bottom center;
}
.content_layer {
    top: 142px;
    left: 36px;
}
.content_layer h1{
font-size: 20px;
line-height: 130%;
}
.content_layer h1:after {
    left: -20px;
    width: 29px;
    height: 100%;
}
@keyframes floatUpDown {
    0% {
        top: -5px;
    }
    50% {
        top: -15px; /* 向上浮動 */
    }
    100% {
        top: -5px;
    }
}
}
/*平板裝置*/
@media screen and (min-width: 1025px) and (max-width: 1440px) {
    .menu_content {
    max-width: 60.625vw;
}
    a.booking {
font-size: 18px;
}
a.booking svg {
margin-right: 10px;
}
.wrapper ul li a {
font-size: 24px;
}
span.en {
     font-size: 16px; 
}
a.booking_location {
font-size: 25px;
}
.content_layer h1{
font-size: 36px;
}
.wrapper:before{
      background-position: left calc(100% - -177px);
}
}
@media screen and (max-height:560px) {   
 .wrapper:before{
      display: none;
} 
}
/*20251106 new menu*/
.menu_right {
    position: relative;
    display: flex
;
    align-items: center;
}
.pc_menu ul {
    display: flex!important;
  /*gap: 40px;*/
  gap: 2.083vw;
}
.pc_menu ul a{
/*font-size: 20px; */
    font-size: 1.042vw;
    color: #fbd8b5;
/* font-family: "Noto Serif TC", Arial, serif;*/
letter-spacing: 0.02em;

}
.pc_menu ul a:hover{
    color: #fbd8b5!important;
    opacity: 0.8;

}
.pc_menu ul li.menu-item {
    padding: 0;
}
/*
.pc_menu ul li.menu-item:before {
    content: '';
    width: 1px;
    height: 100%;
    background: #fbd8b5;
    right: -20px;
    position: absolute;
    opacity: 0.3;
}*/
.pc_menu ul li:after{
    content: "";
    position: absolute;
    /*   top: -5px;*/
     top: -0.260vw;
     /* left: -20px;*/
    left: -1.042vw;
    /*  width: 23px;*/
    width: 1.198vw;
    /*height: 12px;*/
    height: 0.625vw;
    background-image: url(https://img.denwell.com/vietnam/img/header/pc_menu_svg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    
    /* 添加上下浮動效果 */
    animation: pcmenufloatUpDown 3s ease-in-out infinite;
    opacity: 0;
}
.pc_menu ul li:hover:after,.pc_menu li.current_page_item:after , .pc_menu li.current-menu-item:after{
    
    opacity: 1;
}
@keyframes pcmenufloatUpDown {
    0% {
        top: -5px;
    }
    50% {
        top: -10px; /* 向上浮動 */
    }
    100% {
        top: -5px;
    }
}
.soca a:hover{
opacity: 0.8;
}
.soca {
    position: relative;
    /* margin-left: 20px;*/
    margin-left: 1.042vw;
    border-left: 1px solid #fbd8b5b3;
    /*padding-left: 20px;*/
    padding-left: 1.042vw;
    display: flex
;
/* gap: 10px;*/
    gap: 0.521vw;
}
.soca svg{
   /* max-width: 40px;*/
    max-width: 2.083vw;
}

/*浮動按鈕*/
.pc_booking {
    position: fixed;
    right: 2.778vw;
    top: 75%;
    z-index: 5;
    color: #00321d;
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    align-items: center;
    border: 1px solid #00321d;
    box-shadow: 1px 2px 7px 0px #00321d87;
    background: url(https://img.denwell.com/vietnam/img/header/pcbooking_bk.jpg);
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center center; 
}
.pc_booking a {
    font-size: 16px;
    display: flex
;
    gap: 4px;
}
.pc_booking svg {
    width: 100%;
    height: 32px;
}
.pc_booking a:hover{
      transform:scale(1.1);transition: all 1s ease-out;
}

@media screen and (max-width:1024px) {
.menu_right {
    display: none;
}
.pc_booking {
    display: none;
}
}