.sub_logotext{
    color: var(--black-color);
}
.search_txt{
    color: var(--dark-gray);
}
.dnhls_search{
    cursor: pointer;
}
.dnhls_search p{
    position: relative;
    text-align: center;
    overflow: hidden;
}
.txt-pink{
    color: var(--color-pink);
}
.dnhls_search.active p::after{
    content: "";
    background-image: url(../images/btn_close_boild.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    width:1.325rem;
    height: 1.325rem;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.dnhls_search.active img{
    opacity: 0;
    z-index: -1;
}
.dnhls_header_top{
    position: relative;
}
.top-search.widget_search{
    position: absolute;
    width: 15.625rem;
    right: 0;
    top: 6.25rem;
    opacity: 0;
    visibility: hidden;
    z-index: -99;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.top-search.widget_search .search-form{
    width: 100%;
    height: 2.813rem;
    position: relative;
    margin: 0;
    z-index: 9999;
}
.top-search.widget_search .search-form label{
    display: block;
    width: 100%;
    background-color: #fff;
}
.screen-reader-text{
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 0px;
    width: 0px;
    overflow: hidden;
}
.top-search.widget_search .search-form input[type="search"]{
    margin-bottom: 0;
    height: 2.813rem;
    font-size: 0.875rem;
    border: 1px solid #e6e6e6;
    padding-left: 1.25rem;
    padding-right: 2.5rem;
    width: 100%;
    color: #666;
    outline: none;
}
.top-search.widget_search .search-form .search-submit{
    background-image: url(../images/search.svg);
    background-color: transparent;
    background-size: 0.813rem 0.813rem;
    background-position: center right;
    background-repeat: no-repeat;
    width: 1.5rem;
    height: 1.313rem;
    border: 0;
    padding: 0.313rem 0 0.313rem 0.625rem;
    text-indent: -9999px;
    padding: 0;
    position: absolute;
    right: 0.938rem;
    cursor: pointer;
    top: 0.75rem;
    -webkit-opacity: 0.7;
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.top-search.show{
    top: 100%;
    opacity: 1;
    z-index: 9999;
    visibility: visible;
}
.header-menu{
    background-color: var(--main-orange);
}
#mainnav ul li a{
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-size: 1rem;
    line-height: 1.625rem;
    color: #000000;
    text-decoration: none;
}
#mainnav ul li a:lang(vi){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
#mainnav > ul, .nav-wrap{
    display:flex;
}
.menu_title{
    background: var(--bg-menu);
    position: relative;
}
.menu_title::after{
    content: "";
    width: 0;
    height: 0;
    border-top: 1.313rem solid transparent;
    border-bottom: 1.281rem solid transparent;
    border-left: 0.688rem solid var(--bg-menu);
    position: absolute;
    top: 0;
    right: -0.688rem;
    z-index: 9;
}
/* Footer */
.dnhl_footer_top{
    background-color: var(--bg-green);
}
.dnhl_fttinner{
    max-width: 77.5rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2.375rem;
    padding-bottom: 2.875rem;
}
#dnhl_footer .dn_fttopt{
    color: var(--light-color);
}
#dnhl_footer .tty{
    font-weight: 900;
}
#dnhl_footer .cttx{
    color:var(--black-color);
}
#dnhl_footer .dn_ftt_left{
    background-color: var(--light-color);
    position: relative;
    padding: 0 1rem 1rem 1rem;
}
.dn_line h3, .dn_line h4{
    font-weight: 900;
    color: var(--light-color);
}
.dn_ftcm h4{
    color: var(--black-color);
}
.dn_ftcm h4{
    position: relative;
    background: var(--light-color);
    text-align: center;
}
.dn_ftcm h4::after{
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    right: 6.821rem;
    bottom: -0.375rem;
    z-index: 1;
    background-color: var(--light-color);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.dn_ftcm .bt_txtft{
    font-weight: 900;
    color: var(--light-color);
}
.dn_btn{
    text-decoration: none;
    text-align: center;
    display: inline-block;
    font-weight: 900;
    border-radius: 0.5rem;
}
.footer_center, .footer_bottom{
    background-color: var(--main-orange);
}
.footer_bottom{
    padding-bottom: 1rem;
}
.wr_center{
    max-width: 77.5rem;
    margin-left: auto;
    margin-right: auto;
}
.dn_txtlg{
    font-weight: 700;
    color: var(--light-color);
    font-size: 0.875rem;
    line-height: 1.625rem;
    margin-top: 0.253rem;
}
.dn_fttt{
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: var(--light-color);
    font-weight: 700;
    border-bottom: 2px solid var(--color-orange);
    padding-bottom: 0.75rem;
    margin-bottom: 0.438rem;
}
.menu-footer ul li a, .footer-copyright ul li a{
    text-decoration: none;
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 700;
    color: var(--light-color);
}
.dnhl_wrapmn{
    display: flex;
}
.dnhl_copyright{
    font-size: 0.75rem;
    line-height: 1.625rem;
    font-weight: 400;
    text-align: center;
    color: var(--dark-gray);
}
/* End Footer */
/* Topbar */
.dnhl_header_wrap .dnhl-topbar{
    background-color: var(--main-orange);
    color: var(--light-color);
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
}
.dnhl_header_wrap .dnhl-topbar a{
    color: var(--light-color);
}
/* breadcrumb */
#breadcrumb{
    padding: 0.313rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Noto Sans JP', sans-serif;
}
#breadcrumb:lang(vi){
    font-family: 'Roboto', sans-serif;
}
#breadcrumb ul li{
    display: inline-block;
    font-size: 0.875rem;
}
#breadcrumb ul li a{
    line-height: 2.25rem;
    color:var(--black-color);
    text-decoration: none;
}
#breadcrumb ul li:not(:last-of-type)::after{
    content: "";
    display: inline-block;
    width: 0.375rem;
    height: 0.375rem;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 0.375rem 0 0.125rem;
}
.dnhl-breadcrumb{
    padding-top: 0.563rem;
    margin-bottom:0.188rem;
}
.wcontainer{
    max-width: 77.5rem;
    margin-left: auto;
    margin-right: auto;
}
.col_pink{
    color: var(--color-pink);
}
.txt_white{
    color: var(--light-color);
}
.txt_left{
    text-align: left;
}
.txt_right{
    text-align: right;
}
.txt_bold{
    font-weight: 700;
}
.bg_beige{
    background-color: var(--bg-menu);
}
.p-relate{
    position: relative;
}
.bg_orange{
    background-color: var(--main-orange);
}
.txt_orange{
    color: var(--main-orange);
}
.bg_main{
    background-color: var(--main-orange);
}
.bg_light{
    background-color: var(--light-color);
}
.txt_block{
    display: block;
    object-fit: cover;
}
.f-gothic{
    font-family:"Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
/* FV */
.hoian-fv{
    background-image: url(../images/hoian/fv-hoian.png);
    background-image: -webkit-image-set(url(../images/hoian/fv-hoian.webp) 1x);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hoian-fv .hoian-titlect{
    margin-left: auto;
    margin-right: auto;
}
.hoian-about .hoian-about-wrap{
    max-width: 60rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--bg-menu);
}
.hoian-main-title{
    color: var(--color-pink);
    display: flex;
    align-items: center;
    gap: 0.625rem;
}
.hoian-main-title .hoian-denlong{
    object-fit: cover;
}
.j-center{
    justify-content: center;
}
.howtoget-hoian{
    background-image: url(../images/hoian/bg_orver.jpg);
    background-image: -webkit-image-set(url(../images/hoian/bg_orver.webp) 1x);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}
.howtoget-hoian::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.howtoget-hoian .htg-hoian-wrap{
    position: relative;
    z-index: 2;
}
.howtoget-hoian .htg-ha-rt{
    max-width: 67.5rem;
    background-color: var(--light-color);
    padding: 1rem;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}
.howtoget-hoian .htg-ha-rt::after{
    content: "";
    width: 0; 
    height: 0; 
    border-left: 1.875rem solid transparent;
    border-right: 1.875rem solid transparent;
    border-top: 3.25rem solid var(--light-color);
    position: absolute;
    bottom: -1.5rem;
    left: 50%;
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.howtoget-hoian .htg-img-bt{
    display: flex;
    align-items: flex-start;
    gap: 1.188rem;
}
.howtoget-hoian .htg-ha-lists li{
    background-color: var(--light-color);
}
.howtoget-hoian .htg-ha-tt{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.howtoget-hoian .htg-ha-link,
.hoian-oldtown .hoian-ot-item{
    text-decoration: none;
    color: var(--body-color);
    display: block;
}
.howtoget-hoian .htg-ha-link:hover, .hoian-oldtown .hoian-ot-item:hover{
    opacity: 0.8;
}
#dnhl_hoiancity .ha-line-img{
    height: 0.375rem;
    width: 100%;
}
.hoian-highlights .ha-ittt-img,
.hoian-danang .ha-ittt-img{
    background-color: var(--light-color);
    padding: 0.5rem;
    height: 3rem;
}
.hoian-highlights .hoian-hlst{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
.hoian-highlights .hoian-hl-items .hoian-hlitem-img,
.hoian-highlights .ha-hlbtr{
    position: relative;
}
.hoian-highlights .hoian-hl-items .ha-ittt-img,
.hoian-danang .hoian-hl-items .ha-ittt-img{
    position: absolute;
    top: -1.5rem;
    left: -1.5rem;
    z-index: 1;
    width: initial;
}
.hoian-highlights .hoian-hl-items{
    display: flex;
    flex-wrap: wrap;
}
.hoian-highlights .ha-hlbtr-txt{
    background-color: var(--light-color);
    text-align: center;
    position: absolute;
    top:50%;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.hoian-gourmet .hoian-gm-img::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--main-orange);
    position: absolute;
    top: 1rem;
    right: -1rem;
    z-index: 1;
}
.hoian-gourmet .ha-gm-mimg{
    position: relative;
    z-index: 2;
}
/* Slide */
.hoian-gourmet .dn-detail-it{
    background-color: var(--light-color);
    border: 1px solid var(--bg-graya);
    padding-bottom: 0.5rem;
    border: 0;
}
.dn-newtitle{
    margin-top: 0.313rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.dn-newtitle a{
    font-weight: 400;
    color: var(--black-color);
    text-decoration: none;
    display: block;
}
.dnhl-list-cats{
    text-align: right;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    display: flex;
    justify-content: end;
    gap: 0.35rem;
}
.dnhl-list-cats a{
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: var(--black-color);
    background-color: #f5f5f5;
    border-radius: 0.5rem;
    padding: 0.25rem 0.325rem;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hoian-gourmet .swiper-button-next{
    right: 0;
}
.hoian-gourmet .swiper-button-prev{
    left: 0;
}
.hoian-gourmet .swiper-button-next, .hoian-gourmet .swiper-button-prev{
    width: 1.875rem;
    height: 2.813rem;
    background-color: rgba(255, 255, 255, .9);
}
.hoian-gourmet .swiper-button-next:after, .hoian-gourmet .swiper-button-prev:after{
    font-size: 1.5rem;
    color: var(--main-orange);
}
.hoian-danang .hoian-dn-item{
    background-color: var(--light-color);
}
.hoian-danang .ha-arr-zzimg{
    width: 1.269rem;
    height: 1.269rem;
}
.hoian-danang .hoian-dn-inner a{
    display: flex;
    justify-content: center;
    gap: 0.25rem;
    align-items: center;
    width: 12.313rem;
    height: 3.25rem;
    background-color: var(--main-orange);
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.25rem 0.375rem;
    color: var(--body-color);
    font-weight: 700;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.875rem;
}
.hoian-danang .hoian-dn-inner a:hover{
    opacity: 0.8;
}
.hoian-faq .edy-faq-content{
    max-width: 50rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.faq_q{
    color: var(--color-pink);
    display: flex;
    align-items: center;
}
.faq_text{
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.625rem;
}
.faq__bd{
    font-weight: 700;
    display: flex;
    align-items: center;
}
.faq__ct{
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 400;
}
.hoian-faq details{
    background-color: #FFECF5;
    border-radius: 0.375rem;
    font-family: 'Noto Sans JP', sans-serif;
}
.hoian-faq details:not(:last-child){
    margin-bottom: 0.5rem;
}
.faq_inner{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: start;
    align-items: start;
}
.hoian-faq summary {
    cursor: pointer;
    list-style-type: none;
    position: relative;
    display: flex;
}
.hoian-faq summary::marker{
    display: none;
}
.hoian-faq summary::-webkit-details-marker {
    display: none;
}
.hoian-faq .faq__ct a{
    text-decoration: underline;
}
.hoian-faq details > summary::after{
    content: "";
    display: inline-block;
    border-right: 2px solid var(--color-pink);
    border-top: 2px solid var(--color-pink);
    position: absolute;
    opacity: 1;
    top: 0.25rem;
    right: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.hoian-faq details[open] > summary::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* End FAQ */
.post-password-form{
    max-width: 77.5rem;
    margin: 3.125rem auto;
}
.post-password-form p{
    margin-bottom: 1rem;
}
.post-password-form input{
    height: 2.5rem;
}
.post-password-form input[name="Submit"]{
    width: 3.125rem;
}
@media only screen and (min-width: 781px){
    .only_sp{
        display: none!important;
    }
    .fs36{
        font-size: 2.25rem;
        line-height: 2.75rem;
        font-weight: 900;
    }
    .fs16{
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .main_text{
        font-size: 1rem;
        line-height: 2rem;
    }
    .fs27{
        font-size: 1.688rem;
        line-height: 2.75rem;
        font-weight: 900;
    }
    /* Header */
    .dnhl_topbar .logo img{
        width:22.938rem;
        height: 5.188rem;
    }
    .dnhls_header_top{
        padding-top: 0.313rem;
        padding-bottom: 0.75rem;
    }
    .sub_logotext{
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .dnhls_search img{
        width:1.5rem;
        height: 1.5rem;
    }
    .search_txt{
        line-height: 1.625rem;
        display: block;
    }
    .dnhls_header_top, .nav-wrap, .dnhl-breadcrumb{
        max-width: 77.5rem;
        margin-left: auto;
        margin-right: auto;
    }
    .dnhl_topbar{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .dnhl_topbar .logo{
        display: flex;
        align-items: center;
        gap: 1.125rem;
    }
    .menu_title{
        font-size: 1rem;
        color: var(--black-color);
        width: 4.563rem;
    }
    #mainnav > ul{
        gap: 1.875rem;
    }
    .nav-wrap{
        gap: 1.75rem;
    }
    #mainnav ul li a, .menu_title{
        line-height: 2.563rem;
    }
    .dnhl-section.rightnavi:not(.on) .side-contents{
        width: 100%;
    }
    /* Footer */
    #dnhl_footer .dn_fttopt{
        font-size: 3.25rem;
        line-height: 3.75rem;
        font-weight: 900;
    }
    #dnhl_footer .ttx{
        font-size: 3.75rem;
        line-height: 3.75rem;
        font-weight: 900;
        color: var(--bg-menu);
        position: absolute;
        top: -2.375rem;
        left: 0.688rem;
        text-shadow: -2px -2px 0 #555555, 2px -2px 0 #555555, -2px 2px 0 #555555, 2px 2px 0 #555555;
    }
    #dnhl_footer .tty{
        font-size: 1.25rem;
        line-height: 1.813rem;
    }
    #dnhl_footer .cttx{
        font-size: 1rem;
        line-height: 1.875rem;
    }
    #dnhl_footer .dn_ftt_left{
        padding-top: 2.75rem;
        flex-basis: 42rem;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .dn_line h3, .dn_line h4, .dn_ftcm h4{
        font-size: 1.5rem;
        line-height: 3.75rem;
    }
    .dn_ftline img{
        width: 16.188rem;
        height: 16.188rem;
    }
    .dn_ftcm h4{
        width: 19.625rem;
        border-radius: 1.25rem;
        padding: 0.938rem;
        margin-bottom: 1.563rem;
        position: relative;
        left: -1.375rem;
    }
    .dn_ftgirl img{
        width: 11.188rem;
        height: 22.313rem;
    }
    .dn_ftcm .bt_txtft, .dn_btn{
        font-size: 1.125rem;
        line-height: 1.625rem;
    }
    .dn_btn{
        width: 22.5rem;
        padding: 1.5rem 1rem;
    }
    .dn_fttbtn .dn_btn{
        background-color: var(--light-color);
        color: var(--bg-green);
    }
    .dn_ftt_right{
        display: flex;
        align-items: end;
    }
    .dn_ftt_wrap{
        display: flex;
        gap: 1.313rem;
        margin-top: 2.375rem;
    }
    .page-contents table{
        font-size: 1rem;
        line-height: 1.438rem;
    }
    .dn_ftt_right .dn_line{
        flex-basis: 16.875rem;
        flex-grow: 0;
        flex-shrink: 0;
        position: relative;
        top:0.438rem;
    }
    .dn_girlv{
        margin-left: -3.938rem;
    }
    .dn_fttbtn{
        margin-top: 1.688rem;
    }
    .dn_ftlg img{
        width: 17.596rem;
        height: 11rem;
    }
    .dnhl_wrapmn{
        gap:3.438rem;
    }
    .wr_center{
        display: flex;
    }
    .dn_ftnav{
        margin-left: 3.438rem;
    }
    .dn_ftcpn{
        margin-left: 1.625rem;
    }
    .footer_center{
        padding-top: 2.563rem;
    }
    /* Top bar */
    .dnhl_header_wrap .dnhl-topbar{
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }
    /* FV */
    .hoian-fv{
        height: 36.313rem;
    }
    .hoian-ttmd{
        font-size: 2rem;
        line-height: 3rem;
    }
    .hoian-inner-tt{
        font-size: 1.25rem;
        line-height: 1.875rem;
    }
    .hoian-fv .hoian-maintt{
        font-size: 3.125rem;
        line-height: 4.5rem;
        margin-top: 1rem;
    }
    .hoian-fv .hoian-titlect{
        width: 13.125rem;
        height: 3.25rem;
        margin-top: 4.438rem;
    }
    .hoian-about .ha-mapvn{
        width: 11.875rem;
        height: 15.048rem;
    }
    .hoian-about .hoian-ttt{
        width: 13.563rem;
        height: 3.563rem;
        object-fit: cover;
    }
    .hoian-main-title{
        font-size: 2.5rem;
        line-height: 3.75rem;
    }
    .hoian-about{
        margin-top: 3rem;
    }
    .hoian-about .hoian-about-wrap{
        display: flex;
        gap: 2.438rem;
        min-height: 21.25rem;
        padding-top: 3.688rem;
        padding-bottom: 1.875rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .hoian-about .hoian-ab-content{
        max-width: 41.813rem;
        flex-shrink: 0;
        flex-grow: 0;
        width: 100%;
    }
    .hoian-about .hoian-abct{
        margin-top: 1.625rem;
        line-height: 1.5rem;
    }
    .hoian-about .hoian-abtt{
        padding-left: 0.625rem;
        padding-top: 0.813rem;
    }
    .hoian-main-title .hoian-denlong{
        width: 2.611rem;
        height: 5.044rem;
    }
    .hoian-besttimetravel{
        margin-top: 7.438rem;
    }
    .hoian-besttimetravel .ha-bttv-img{
        width: 43.313rem;
        height: 16.688rem;
    }
    .hoian-besttimetravel .hoian-bttv-title{
        font-size: 1.25rem;
        line-height: 1.875rem;
    }
    .hoian-besttimetravel .hoian-bttv-ct{
        max-width: 26.375rem;
        width: 100%;
        margin-top: 0.188rem;
    }
    .hoian-besttimetravel .hoian-bttravel-content{
        display: flex;
        max-width: 70.625rem;
        margin-left: auto;
        margin-right: auto;
        gap: 1rem;
        margin-top: 2.5rem;
    }
    .hoian-besttimetravel .hoian-bttv-left{
        margin-top: 0.438rem;
    }
    .howtoget-hoian{
        padding-bottom: 6.5rem;
        margin-top: 7.563rem;
        padding-top: 7.5rem;
    }
    .howtoget-hoian .ha-htg-img{
        width: 33.844rem;
        height: 25.678rem;
    }
    .howtoget-hoian .htg-har-ct{
        margin-top: 1.125rem;
    }
    .howtoget-hoian .htg-ha-rt{
        height: 7rem;
    }
    .howtoget-hoian .htg-img-bt{
        margin-top: 0.5rem;
        padding-left: 0.875rem;
    }
    .howtoget-hoian .ha-htg-imgm{
        width: 21.25rem;
        height: 15.938rem;
    }
    .howtoget-hoian .htg-ha-lists li{
        width: 21.25rem;
        height: 20.188rem;
    }
    .howtoget-hoian .htg-ha-lists{
        max-width: 67.5rem;
        width: 100%;
        display: flex;
        gap: 1.875rem;
        margin-top: 2.5rem;
    }
    .howtoget-hoian .howtoget-hoian{
        padding: 0.255rem 1rem;
    }
    .howtoget-hoian .htg-hoian-top{
        display: flex;
        gap: 1.375rem;
        max-width: 70.625rem;
        width: 100%;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
    .howtoget-hoian .htg-hoian-right{
        margin-top: 0.313rem;
    }
    .howtoget-hoian .htg-hoian-bottom{
        display: flex;
        gap: 2.375rem;
        margin-top: 2.5rem;
    }
    .howtoget-hoian .htg-ha-tt{
        padding: 0.25rem 0.5rem;
    }
    .hoian-highlights .hoian-highlights-wrap{
        margin-top: 9.063rem;
        margin-bottom: 7.125rem;
    }
    .hoian-highlights .ha-hlt-img{
        width: 20.313rem;
        height: 2.25rem;
        margin: 0 auto;
    }
    .hoian-highlights .ha-itmain-img,
    .hoian-danang .ha-itmain-img{
        width: 23.529rem;
        height: 18.75rem;
    }
    .hoian-highlights .hoian-hl-items{
        gap: 1.25rem;
        margin-top: 4.875rem;
    }
    .hoian-highlights .hoian-hl-items .hoian-hl-item{
        width: 25rem;
        flex-basis: 25rem;
        flex-grow: 0;
        flex-shrink: 0;
        margin-bottom: 2.563rem;
        padding-left: 1.5rem;
    }
    .hoian-highlights .hoian-hlitem-ct,
    .hoian-danang .hoian-hlitem-ct{
        margin-top: 0.75rem;
    }
    .hoian-highlights .hoian-hlst{
        max-width: 50.875rem;
        margin-left: auto;
        margin-right: auto;
        margin-top: 2.5rem;
    }
    .hoian-highlights .ha-lh-mapimg,
    .hoian-highlights .ha-hlbtr,
    .hoian-highlights .ha-hlbtr iframe{
        width: 25rem;
        height: 18.75rem;
    }
    .hoian-highlights .ha-hlbtr-txt{
        font-size: 2rem;
        line-height: 3rem;
        padding: 0.5rem 0.25rem;
        width: 21.125rem;
    }
    .hoian-highlights .ha-hlbtl{
        max-width: 32.5rem;
        width: 100%;
    }
    .hoian-highlights .hoian-hl-bottom{
        max-width: 60rem;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        gap: 2.313rem;
        margin-top: 5.688rem;
    }
    .hoian-gourmet{
        padding-top: 7.313rem;
        padding-bottom: 4.813rem;
    }
    .hoian-gourmet .hoian-gm-img,
    .hoian-gourmet .ha-gm-mimg{
        width: 31.25rem;
        height: 23.438rem;
    }
    .hoian-gourmet .hoian-gm-img{
        flex-shrink: 0;
        flex-grow: 0;
    }
    .hoian-gourmet .hoian-gm-item:nth-child(1) .ha-gm-title{
        width: 7.125rem;
        height: 1.919rem;
    }
    .hoian-gourmet .hoian-gm-item:nth-child(2) .ha-gm-title{
        width: 12.375rem;
        height: 2.284rem;
    }
    .hoian-gourmet .hoian-gm-item:nth-child(3) .ha-gm-title{
        width: 12.688rem;
        height: 2.034rem;
    }
    .hoian-highlights .hoian-hl-bottom .ha-hlbtl .main_text{
        margin-top: 2rem;
    }
    .fs20{
        font-size: 1.25rem;
        line-height: 1.875rem;
    }
    .hoian-gourmet .hoian-gm-items{
        max-width: 65.188rem;
        margin-left: auto;
        margin-right: auto;
        margin-top: 2.625rem;
    }
    .hoian-gourmet .hoian-gm-item{
        display: flex;
        gap: 2.5rem;
        align-items: center;
        justify-content: space-between;
    }
    .hoian-gourmet .hoian-gm-item:not(:last-child){
        margin-bottom: 1rem;
    }
    .hoian-gourmet .hoian-gm-content{
        max-width: 30.5rem;
        width: 100%;
    }
    .hoian-gourmet .hoian-gm-txt{
        margin-top: 2.5rem;
    }
    .hoian-gourmet .hoian-gm-bt{
        font-size: 1.25rem;
        line-height: 2rem;
        margin-top: 8.5rem;
        max-width:66.063rem;
        margin-left: auto;
        margin-right: auto;
    }
    /* Slide */
    .dn-detail-it img{
        width: 12.188rem;
        height: 7.5rem;
        object-fit: cover;
    }
    .dn-detail-it{
        min-height: 15.625rem;
        object-fit: cover;
    }
    .dn-newtitle{
        line-height: 1.625rem;
        height: 4.25rem;
    }
    .dn-newtitle a{
        font-size: 0.875rem;
        line-height: 1.4rem;
        min-height: 3.25rem;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .dnhl-list-cats{
        margin-top: 1.063rem;
    }
    .hoian-gourmet .hoian-sld-wrap{
        margin-top: 3.625rem;
    }
    .hoian-oldtown{
        margin-top: 5rem;
        margin-bottom: 7.188rem;
        overflow: hidden;
    }
    .hoian-oldtown .ha-ot-img{
        width: 4rem;
    }
    .hoian-oldtown .ha-ot-zzimg{
        width: 15.625rem;
        height: 15.625rem;
    }
    .hoian-oldtown .hoian-ot-item{
        width: 15.625rem;
    }
    .hoian-oldtown .hoian-ot-content{
        display: flex;
        gap: 2.5rem;
        max-width: 75.313rem;
        justify-content: center;
        margin-top: -1.75rem;
        align-items: start;
    }
    .hoian-oldtown .hoian-ot-items{
        max-width: 66.25rem;
        display: flex;
        gap: 1.25rem;
        margin-top: 7.875rem;
    }
    .hoian-oldtown .hoian-hl-tt{
        position: relative;
        top: 3.438rem;
        left: 2.875rem;
    }
    .hoian-danang .hoian-dn-txt{
        max-width: 59.688rem;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1.25rem;
    }
    .hoian-oldtown .hoian-ot-title{
        margin-top: 0.938rem;
    }
    .hoian-oldtown .hoian-ot-txt{
        margin-top: 0.75rem;
    }
    .hoian-danang{
        padding-top: 8.75rem;
        padding-bottom: 5.875rem;
    }
    .hoian-danang .ha-dn-zzimg{
        width: 27.5rem;
        height: 20.625rem;
    }
    .hoian-danang .hoian-dn-list{
        max-width: 59.688rem;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        gap: 4.688rem;
        margin-top: 4.688rem;
    }
    .hoian-danang .hoian-dn-item{
        width: 27.5rem;
        min-height: 44.25rem;
    }
    .hoian-danang .hoian-dn-inner{
        padding: 1.875rem 1.25rem 1.25rem 1.25rem;
    }
    .hoian-danang .hoian-dn-inner p{
        margin-top: 1.875rem;
    }
    .hoian-danang .hoian-hl-items{
        display: flex;
        flex-wrap: wrap;
        gap: 1.25rem;
        margin-top: 4.625rem;
        width: 100%;
    }
    .hoian-danang .hoian-dn-ttbt{
        margin-top: 5.188rem;
    }
    .hoian-danang .ha-dn-txtbt{
        margin-top: 1.938rem;
        max-width: 59.625rem;
    }
    .hoian-danang .hoian-hl-items .hoian-hl-item{
        width: 25rem;
        flex-basis: 25rem;
        flex-grow: 0;
        flex-shrink: 0;
        margin-bottom: 1.25rem;
        padding-left: 1.5rem;
    }
    .hoian-faq .hoian-faq-content{
        max-width: 65rem;
        margin-left: auto;
        margin-right: 0;
        margin-top: -1.375rem;
    }
    .hoian-faq details{
        padding: 1.578rem 1.875rem;
    }
    .hoian-faq{
        margin-top: 7.5rem;
        margin-bottom: 7.625rem;
    }
    .hoian-faq .hoian_faq_ictwo{
        width: 7.5rem;
        height: 3.5rem;
        position: absolute;
        bottom: -9.125rem;
        right: -4.5rem;
    }
    .hoian-faq .faq__ct{
        max-width: 52.25rem;
    }
    .hoian-faq .edy-faq-content{
        margin-top: 2.5rem;
    }
    .faq_q, .faq__bd{
        font-size: 1.625rem;
    }
    .hoian-faq summary{
        align-items: center;
        gap: 1.25rem;
    }
    .hoian-faq details > summary::after{
        width: 0.875rem;
        height: 0.875rem;
    }
    .faq_inner{
        gap: 1.25rem;
        margin-top: 1.5rem;
    }
}
@media only screen and (min-width: 1441px){
    .hoian-fv{
        background-size: 100% 100%;
    }
}
@media only screen and (max-width: 1241px) and (min-width:1200px){
    .hoian-danang .hoian-hl-items .hoian-hl-item,
    .hoian-highlights .hoian-hl-items .hoian-hl-item{
        width: 24rem;
        flex-basis: 24rem;
    }
}
@media only screen and (max-width: 1199px) and (min-width:992px){
    html{
        font-size: 1.2vw;
    }
}
@media only screen and (max-width: 991px) and (min-width: 781px){
    html{
        font-size: 1.2vw;
    }
}
@media only screen and (max-width: 780px){
    html{
        font-size: 4.10256410256vw;
    }
    .only_pc{
        display: none!important;
    }
    .dnhls_header_top{
        padding: 0.563rem 1rem 0.375rem 1rem;
    }
    .dnhl_topbar .logo img{
        width: 14.811rem;
        height: 2.75rem;
    }
    .dnhls_search img{
        width: 1.464rem;
        height:  1.464rem;
    }
    .dnhl_topbar{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #mainnav ul li a{
        font-size: 0.75rem;
        display: block;
        line-height: 2.563rem;
    }
    .menu_title{
        font-size: 0.875rem;
        font-weight: 700;
        width: 4.563rem;
        line-height: 2.563rem;
    }
    #mainnav > ul{
        gap: 0.625rem;
    }
    .nav-wrap{
        gap: 1.625rem;
    }
    .menu_title::after{
        right: -0.66rem;
    }
    .fs36{
        font-size: 1rem;
        line-height: 1.375rem;
    }
    .fs27{
        font-size: 0.813rem;
        line-height: 1.3rem;
    }
    /* Footer */
    #dnhl_footer .dn_fttopt{
        line-height: 2.5rem;
    }
    .dnhl_footer_top{
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
    .dn_ftt_wrap{
        margin-top: 3rem;
    }
    #dnhl_footer .dn_ftt_left{
        padding: 2.5rem 0.5rem 1.5rem 0.5rem;
    }
    #dnhl_footer .ttx{
        font-size: 2.5rem;
        line-height: 2.5rem;
        font-weight: 900;
        color: var(--bg-menu);
        position: absolute;
        top: -1.5rem;
        left: 0.688rem;
        text-shadow: -2px -2px 0 #555555, 2px -2px 0 #555555, -2px 2px 0 #555555, 2px 2px 0 #555555;
    }
    #dnhl_footer .tty{
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 0.313rem;
    }
    #dnhl_footer .cttx{
        font-size: 0.875rem;
        line-height: 1.5rem;
    }
    .dn_line{
        text-align: center;
        margin-top: 1.5rem;
    }
    .dn_line h3, .dn_line h4{
        font-size: 1.25rem;
        line-height: 1.875rem;
    }
    .dn_fttbtn .dn_btn, .btn_line a{
        background-color: var(--light-color);
        color: var(--bg-green);
        font-size: 1.125rem;
        line-height: 1.375rem;
        font-weight: 700;
        width: 16.875rem;
    }
    .dn_fttbtn .dn_btn{
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    .btn_line{
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }
    .btn_line a{
        text-decoration: none;
        text-align: center;
        display: inline-block;
        border-radius: 0.5rem;
        padding-top: 1.438rem;
        padding-bottom: 1.438rem;
    }
    .dnhl_ft_logo{
        text-align: center;
    }
    .footer_center, .footer_bottom{
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
    .dnhl_ft_logo img{
        width: 15.596rem;
        height: 9.75rem;
    }
    .dnhl_wrapmn{
        justify-content: space-between;
    }
    .dnhl_wrapmn .widget{
        flex-basis: 50%;
        flex-grow: 0;
    }
    .dn_ftnav, .dn_ftcpn{
        margin-top: 1.25rem;
    }
    .footer_bottom{
        padding-top: 0.5rem;
    }
    #dnhl_footer .footer_center{
        padding-top: 1.5rem;
    }
    #breadcrumb ul li a{
        font-size: 0.75rem;
        line-height: 2.25rem;
    }
    .dnhl-breadcrumb{
        padding-left: 0.938rem;
        padding-right: 0.938rem;
    }
    /* Slide */
    .dn-detail-it{
        padding-bottom: 0.75rem;
        min-height: 13.75rem;
        object-fit: cover;
    }
    .dn-detail-it img{
        width: 100%;
        height: 6.375rem;
        object-fit: cover;
    }
    .dn-newtitle{
        height: 3.375rem;
    }
    .dn-newtitle a{
        font-size: 0.875rem;
        line-height: 1.125rem;
        min-height: 2.25rem;
    }
    .dnhl-list-cats{
        margin-top: 0.688rem;
    }
    .dnhl-list-cats a{
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
    .hoian-gourmet .hoian-sld-wrap{
        margin-top: 1.875rem;
    }
    .wcontainer{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    h1{
        font-size: 1.625rem;
    }
    h2{
        font-size: 1.5rem;
    }
    h3{
        font-size: 1.375rem;
    }
    h4{
        font-size: 1.25rem;
    }
    h5{
        font-size: 1.125rem;
    }
    h6{
        font-size: 1rem;
    }
    .hoian-fv{
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
        position: relative;
    }
    .hoian-ttmd{
        font-size: 1.375rem;
        line-height: 1.875rem;
    }
    .hoian-fv .hoian-maintt{
        font-size: 1.625rem;
        line-height: 2.5rem;
        margin-top: 0.625rem;
    }
    .hoian-fv .hoian-titlect{
        width: 7.5rem;
        height: 1.875rem;
        margin-top: 1.25rem;
    }
    .hoian-about{
        margin-top: 3.125rem;
    }
    .hoian-about .ha-mapvn{
        width: 14.875rem;
        height: 18.875rem;
        position: absolute;
        opacity: 0.5;
        right: 0;
        z-index: 1;
    }
    .hoian-about .hoian-ab-content{
        position: relative;
        z-index: 2;
    }
    .hoian-about .hoian-ttt{
        width: 9.375rem;
        height: 2.5rem;
        display: block;
        margin-bottom: 0.25rem;
    }
    .hoian-main-title{
        font-size: 1.5rem;
        line-height: 2.25rem;
        gap: 0.375rem;
    }
    .hoian-about .hoian-about-wrap{
        padding-left: 1rem;
        padding-right: 1rem;
        position: relative;
        display: flex;
        align-items: center;
        gap: 0.625rem;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .hoian-about .hoian-abtt{
        display: block;
    }
    .hoian-about .hoian-abct{
        margin-top: 1.25rem;
    }
    .hoian-main-title .hoian-denlong{
        width: 1.875rem;
        height: 3.563rem;
    }
    .hoian-besttimetravel .hoian-bttv-title{
        font-size: 1.125rem;
        line-height: 1.625rem;
    }
    .hoian-besttimetravel{
        margin-top: 3.125rem;
    }
    .hoian-besttimetravel .hoian-bttravel-content{
        margin-top: 1.875rem;
    }
    .main_text{
        font-size: 1rem;
        line-height: 1.875rem;
    }
    .hoian-besttimetravel .hoian-bttv-ct{
        margin-top: 0.625rem;
    }
    .hoian-besttimetravel .ha-bttv-img{
        width: 100%;
        height: auto;
        margin-top: 1rem;
    }
    .howtoget-hoian{
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
        margin-top: 3.125rem;
    }
    .howtoget-hoian .hoian-btravel-tt{
        justify-content: center;
    }
    .howtoget-hoian .htg-hoian-right{
        margin-top: 1.875rem;
    }
    .howtoget-hoian .htg-har-ct{
        margin-top: 0.625rem;
    }
    .howtoget-hoian .htg-hoian-bottom{
        margin-top: 1.875rem;
    }
    .howtoget-hoian .htg-ha-rt{
        margin-top: 1.25rem;
    }
    .howtoget-hoian .htg-ha-mobille{
        overflow-x: auto;
        box-sizing: border-box;
        scroll-behavior: smooth;
        margin-top: 1.875rem;
    }
    .howtoget-hoian .htg-ha-lists{
        margin-top: 0.625rem;
        display: flex;
        gap: 1rem;
        width: 50rem;
        padding-bottom: 1rem;
    }
    .howtoget-hoian .htg-ha-mobille::-webkit-scrollbar {
        height: 0.375rem; 
    }
    .howtoget-hoian .htg-ha-mobille::-webkit-scrollbar-track {
        background: var(--bg-menu); 
    }
    .howtoget-hoian .htg-ha-mobille::-webkit-scrollbar-thumb {
        background: var(--main-orange);
        border-radius: 0.25rem;
    }
    .howtoget-hoian .htg-ha-mobille::-webkit-scrollbar-thumb:hover {
        background: #555; 
    }
    .howtoget-hoian .htg-ha-lists li{
        width: 16rem;
        min-height: 16rem;
    }
    .howtoget-hoian .ha-htg-imgm{
        width: 16rem;
        height: 12rem;
    }
    .hoian-inner-tt{
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .howtoget-hoian .htg-ha-tt{
        padding: 0.5rem
    }
    #dnhl_hoiancity .ha-line-img{
        height: 0.188rem;
    }
    .hoian-highlights .hoian-highlights-wrap{
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }
    .hoian-highlights .ha-hlt-img{
        width: 12.5rem;
        margin-left: auto;
        margin-right: auto;
        height: 1.375rem;
        margin-bottom: -0.375rem;
    }
    .hoian-highlights .hoian-hlst{
        margin-top: 1.875rem;
    }
    .hoian-highlights .hoian-hl-items{
        margin-top: 3.438rem;
    }
    .hoian-highlights .ha-ittt-img, .hoian-danang .ha-ittt-img{
        height: 2.5rem;
    }
    .hoian-highlights .hoian-hl-items .ha-ittt-img, .hoian-danang .hoian-hl-items .ha-ittt-img{
        top: -1.25rem;
    }
    .hoian-highlights .ha-itmain-img, .hoian-danang .ha-itmain-img,
    .howtoget-hoian .ha-htg-img{
        width: 22.375rem;
        height: 16.875rem;
    }
    .fs16{
        font-size: 1rem;
        line-height: 1.5rem;
        margin-top: 0.625rem;
    }
    .hoian-highlights .hoian-hl-items .hoian-hl-item{
        margin-bottom: 2.5rem;
    }
    .hoian-highlights .ha-hlbtr iframe{
        max-width: 100%;
        width: 100%;
        object-fit: cover;
    }
    .hoian-highlights .hoian-ttmd{
        text-align: center;
        margin-bottom: 1.25rem;
    }
    .hoian-highlights .ha-hlbtr{
        margin-top: 1.875rem;
    }
    .hoian-highlights .ha-hlbtr-txt{
        font-size: 1.5rem;
        line-height: 2rem;
        width: 16.875rem;
        padding: 0.5rem;
    }
    .hoian-gourmet{
        overflow: hidden;
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
    }
    .hoian-gourmet .hoian-hl-tt{
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }
    .hoian-gourmet .hoian-gm-items{
        margin-top: 1.875rem;
    }
    .hoian-gourmet .hoian-gm-item:nth-child(1) .ha-gm-title{
        width: 4.625rem;
        height: 1.25rem;
    }
    .hoian-gourmet .hoian-gm-item:nth-child(2) .ha-gm-title{
        width: 8.063rem;
        height: 1.5rem;
    }
    .hoian-gourmet .hoian-gm-item:nth-child(3) .ha-gm-title{
        width: 8.25rem;
        height: 1.313rem;
    }
    .hoian-gourmet .hoian-gm-content{
        margin-top: 2.5rem;
    }
    .hoian-gourmet .hoian-gm-txt{
        margin-top: 1rem;
    }
    .hoian-gourmet .hoian-gm-item:nth-child(2){
        display: flex;
        flex-wrap: wrap;
    }
    .hoian-gourmet .hoian-gm-item:nth-child(2) .hoian-gm-content{
        flex-basis: 100%;
        order: 2;
    }
    .hoian-gourmet .hoian-gm-item:nth-child(2) .hoian-gm-img{
        flex-basis: 100%;
        order: 1;
    }
    .hoian-gourmet .hoian-gm-item:not(:last-child){
        margin-bottom: 1.875rem;
    }
    .hoian-oldtown{
        margin-top: 3.125rem;
    }
    .hoian-oldtown .ha-ot-zzimg,
    .hoian-gourmet .ha-gm-mimg,
    .hoian-highlights .ha-lh-mapimg,
    .hoian-danang .ha-dn-zzimg{
        width: 22.375rem;
        height: 16.875rem;
    }
    .hoian-oldtown .hoian-ot-content{
        margin-top: 2.5rem;
    }
    .hoian-oldtown .hoian-ot-title{
        margin-top: 0.625rem;
    }
    .hoian-oldtown .hoian-ot-item:not(:last-child){
        margin-bottom: 1.875rem;
    }
    .hoian-danang{
        margin-top: 3.125rem;
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
    }
    .fs20{
        font-size: 1.125rem;
        line-height: 1.625rem;
    }
    .hoian-danang .hoian-dn-txt{
        margin-top: 1.25rem;
    }
    .hoian-danang .hoian-dn-inner{
        padding: 1.875rem 0.625rem 2.5rem 0.625rem;
    }
    .hoian-danang .hoian-dn-inner h3{
        margin-bottom: 1rem;
    }
    .hoian-danang .hoian-dn-list{
        margin-top: 2.5rem;
    }
    .hoian-danang .hoian-dn-item:not(:last-child){
        margin-bottom: 1.25rem;
    }
    .hoian-danang .hoian-dn-ttbt{
        margin-top: 2.5rem;
    }
    .hoian-danang .hoian-hl-items{
        margin-top: 3.438rem;
    }
    .hoian-danang .hoian-hl-items .hoian-hl-item:not(:last-child){
        margin-bottom: 2.5rem;
    }
    .hoian-faq{
        margin-top: 3.125rem;
        margin-bottom: 3.125rem;    
    }
    .hoian-faq .edy-faq-content{
        margin-top: 1.875rem;
    }
    .faq_q, .faq__bd{
        font-size: 1.125rem;
        line-height: 1.625rem;
    }
    .hoian-faq details{
        padding: 1rem 1rem;
    }
    .hoian-faq summary{
        gap: 0.625rem;
        align-items: start;
    }
    .hoian-faq details > summary::after{
        width: 0.5rem;
        height: 0.5rem;
    }
    .faq_text{
        max-width: 17.5rem;
        width: 100%;
    }
    .faq_inner{
        gap: 0.625rem;
        margin-top: 0.625rem;
    }
    .post-password-form{
        padding-left: 1rem;
        padding-right: 1rem;
    }
}