.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;
}
.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 */
/* Single */
.dnhl-section{
    background-color: var(--bg-content);
}
.page-main{
    max-width: 77.5rem;
    margin-left: auto;
    margin-right: auto;
}
.dnhl-list-tag a{
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 2.25rem;
    color: var(--black-color);
    background-color: var(--bg-content);
    border-radius: 0.5rem;
    padding: 0 1.125rem;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}
.dnhl-section .main-contents .dnhl_ww, .dnhl-related-post{
    background-color: var(--light-color);
}
.side-contents .widget:not(.widget_media_image){
    background-color: var(--light-color);
}
.side-contents .widget{
    margin-bottom: 1.563rem;
}
.side-contents.rightnavi .wp-block-image img{
    margin-bottom: 0;
}
.dnhl-section.rightnavi:not(.on) .main-contents .dnhl_ww, .dnhl-section.rightnavi:not(.on) .main-contents .dnhl-related-post{
    max-width: 56.25rem;
}
.dnhl-section.rightnavi:not(.on) .side-contents{
    max-width: 18.75rem;
}
.dnhl-list-tag{
    display: flex;
    flex-wrap: wrap;
    gap:0.625rem;
}
.news-date time{
    vertical-align: middle;
    margin-left: 0.313rem;
    font-weight: 700;
    color:var(--color-grs);
} 
.page-contents h2{
    border-bottom: 2px solid var(--main-orange);
    margin-top: 3.125rem;
}
.page-contents h3, .dnhl-related-post .dnhl-ttrlp{
    margin-bottom: 1rem;
    border-left: 0.375rem solid var(--main-orange);
    padding-left: 0.563rem;
}
.page-contents h3{
    margin-top: 2.438rem;
    margin-bottom: 1.438rem;
}
.page-contents ul, .page-contents ol{
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
}
.page-contents ul li ul li::after, .page-contents ol li ul li::after{
    border: 1px solid var(--main-orange);
    background-color: transparent;
    width: 0.313rem;
    height: 0.313rem;
}
.page-contents ul li ul, .page-contents ol li ul{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
}
.page-contents ul li, .page-contents ol li{
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    position: relative;
    padding-left: 1.125rem;
}
.page-contents ul li:lang(vi), .page-contents ol li:lang(vi){
    font-family: 'Roboto', sans-serif;
}
.page-contents ul li::after, .page-contents ol li::after{
    content: "";
    width: 0.438rem;
    height: 0.438rem;
    border-radius: 50%;
    background-color: var(--main-orange);
    position: absolute;
    top:0.625rem;
    left: 0;
}
#toc_container ul li{
    padding-left: 0;
}
#toc_container ul li::after{
    content: none;
}
.page-contents ul li:not(:last-child), .page-contents ol li:not(:last-child), #toc_container li:not(:last-child){
    margin-bottom: 0.625rem;
}
.page-contents ul li a, .page-contents ol li a{
    text-decoration: none!important;
}
.elementor a{
    word-break: break-all;
}
.page-contents h4, .page-contents h5, .page-contents h6{
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}
.page-contents table{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: var(--black-color);
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    text-align: center;
    border-collapse: collapse;
    width: 100%;
}
.page-contents table:lang(vi){
    font-family: 'Roboto', sans-serif;
}
.page-contents table td, .page-contents table th{
    border-color: #DFDFDF;
    padding: 1em 0.5em;
    border: 1px solid #DFDFDF;
}
.page-contents .wp-block-table table tr th, .page-contents table th, .tavleVerticalTtl tr th{
    background-color: var(--bg-content);
    font-weight: 700;
    color: var(--dark-gray);
    width: 25%;
}
#toc_container ul ul{
    margin-top: 0.375em;
}
#toc_container{
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
.side-contents h2{
    font-size: 1.125rem;
    line-height: 1.625rem;
    border-bottom: 2px solid var(--main-orange);
}
.side-contents a, .side-contents p, .side-contents div{
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: var(--body-color);
    text-decoration: none;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
}
.side-contents a:lang(vi), .side-contents p:lang(vi), .side-contents div:lang(vi){
    font-family: 'Roboto', sans-serif;
}
.side-contents ul li:not(:last-child){
    margin-bottom: 0.625rem;
}
.side-contents ul li{
    position: relative;
    padding-left: 1rem;
}
.side-contents ul li::before, .side-contents ol li::before{
    content: "";
    width: 0.313rem;
    height: 0.313rem;
    background-color: var(--body-color);
    border-radius: 50%;
    position: absolute;
    top:0.5rem;
    left: 0;
}
.dnhl-list-related a img{
    object-fit: cover;
    font-family: 'object-fit:cover;';
    display: block;
}
/* End single */
/* 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;
}
.dnhl-list-related .article-title{
    margin-bottom: 0.813rem;
} 
.dnhl-list-related .article-title a{
    color: var(--body-color);
    text-decoration: none;
}
.dnhl-list-related li:not(:last-child){
    border-bottom: 1px solid #d5d5d5;
}
.dnhl_viewmore a{
    border-radius: 0.5rem;
    display: inline-block;
    background-color: var(--main-orange);
    color: var(--light-color);
    text-decoration: none;
    font-weight: 500;
}
.dnhl-related-post .dnhl-ttrlp{
    margin-bottom: 2.5rem;
}
.dnhl-mpfw .main-contents{
    background-color: var(--light-color);
}
.dnhl-mp .article-img img, .dnhl-mpfw .article-img img{
    object-fit: cover;
    display: block;
}
.article-link{
    text-decoration: none;
    color: var(--body-color);
}
.article-link .article-title{
    margin-bottom: 0.25rem;
}
.article-link .news-date time{
    font-weight: 500;
}
.article-link .hei_excerpt{
    margin-top: 0.5rem;
}
.article-img{
    min-width: 9.375rem;
}
.dnhl-section .article-list:not(:last-child){
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #d5d5d5;
}
.dnhl-section .pagination{
    margin-top: 1.875rem;
}
.pagination > ul.page-numbers{
    display: flex;
    justify-content: center;
    gap: 0.625rem;
}
ul.page-numbers a{
    text-decoration: none;
    color: var(--body-color);
}
ul.page-numbers a, ul.page-numbers span{
    font-size: 1rem;
    line-height: 1.875rem;
    display: block;
    width: 1.875rem;
    height: 1.875rem;
    border: 1px solid var(--body-color);
    font-weight: 400;
}
ul.page-numbers > li{
    text-align: center;
}
ul.page-numbers .current{
    border-color: var(--main-orange);
    background-color: var(--main-orange);
    color: var(--light-color);
}
/* 404 Error */
.wrap-dn-error{
    background-color: var(--bg-content);
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.dnhl-inner-error{
    max-width: 77.5rem;
    margin: 0 auto;
    background-color: var(--light-color);
    padding: 2rem 1rem;
    text-align: center;
}
.dnhl-inner-error .bykos-sub-title{
    margin-top: 1rem;
}
/* Slider */
.dnhl_item{
    position: relative;
}
.dnhl_header_wrap .slick-slide{
    margin: 0 0.625rem;
}
/* Slick slider */
.dnhl_header_wrap .slick-dots{
    padding:0;
    list-style:none;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    justify-items:center;
    justify-content:center;
    margin-top: 1.625rem;
}
.dnhl_header_wrap .slick-dots li{
    text-indent:-99999999999px;
    width:0.563rem;
    height:0.563rem;
    border-radius:50%;
    display:block;
    background-color: var(--bg_dot);
    cursor:pointer;
    margin: 0 0.313rem;
    overflow: hidden;
    -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;
}
.dnhl_header_wrap .slick-dots li button { height:0; }
.dnhl_header_wrap .slick-dots li.slick-active {
    background-color: var(--main-orange);
    position: relative;
}
/* Swiper dot */
.dnhl_header_wrap .swiper-pagination .swiper-pagination-bullet{
    width: 0.563rem;
    height: 0.563rem;
    display: inline-block;
    margin: 0 0.313rem;
}
.dnhl_header_wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: var(--main-orange);
}
.dnif-list li a{
    text-decoration: none;
}
.dnhl_header_wrap .slick-dots li.slick-active::after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--main-orange);
    top: 0;
    left: 0;
    text-indent: 0;
    z-index: 1;
}
.hldn_new_list .slick-slider{
    overflow: hidden;
}
.dnhl_header_wrap .slick-arrow{
    text-indent: -9999999999999px;
    width: 1.875rem;
    height: 2.813rem;
    display: inline-block;
    border: 0;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 99;
    cursor: pointer;
}
.dnhl_header_wrap .slick-arrow.slick-prev{
    left: 0;
}
.dnhl_header_wrap .slick-arrow.slick-next{
    right: -1px;
}
.dnhl_header_wrap .slick-prev::before{
    content: '';
    position: absolute;
    left: 0.125rem;
    top: 50%;
    display: block;
    border-left: 2px solid var(--main-orange);
    border-top: 2px solid var(--main-orange);
    width: 1rem;
    height: 1rem;
    transform: translate(50%, -50%) rotate(-45deg);
    z-index: 2;
    cursor: pointer;
    text-indent: 0;
}
.dnhl_header_wrap .slick-next::before{
    content: '';
    position: absolute;
    right: 0.125rem;
    top: 50%;
    display: block;
    border-right: 2px solid var(--main-orange);
    border-bottom: 2px solid var(--main-orange);
    width: 1rem;
    height: 1rem;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 2;
    cursor: pointer;
    text-indent: 0;
}
/* End slick */
/* Swiper arrow */
.hldn-news .swiper-button-next, .hldn-news .swiper-button-prev, .dnakt .swiper-button-next, .dnakt .swiper-button-prev{
    width: 1.875rem;
    height: 2.813rem;
    background-color: rgba(255,255,255,.9);
}
.hldn-news .swiper-button-next, .dnakt .swiper-button-next{
    right: 0;
}
.hldn-news .swiper-button-prev, .dnakt .swiper-button-prev{
    left: 0;
}
.hldn-news .swiper-button-next:after, .hldn-news .swiper-button-prev:after, .dnakt .swiper-button-next:after, .dnakt .swiper-button-prev:after{
    font-size: 1.5rem;
    color: var(--main-orange);
}
.dnhl_slider{
    background-color: var(--bg-content);
    position: relative;
}
.dnhl_ttop, .dnhl_tbtom{
    position: absolute;
    color: var(--light-color);
}
.dnhl-spa .slick-next::before{
    border-right-color: var(--color-pink);
    border-bottom-color: var(--color-pink);
}
.dnhl-spa .slick-prev::before{
    border-left-color: var(--color-pink);
    border-top-color: var(--color-pink);
}
/* Blog */
.dn-spa-list .slick-list{
    margin-left: -0.438rem;
    margin-right: -0.438rem;
}
.hldn-new-wrap{
    max-width: 77.5rem;
    margin-left: auto;
    margin-right: auto;
}
.dn-newtitle a{
    font-weight: 400;
    color: var(--black-color);
    text-decoration: none;
    display: block!important;
}
.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!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dn-newtitle{
    margin-top: 0.313rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.dn-detail-it{
    border: 1px solid var(--bg-graya);
    padding-bottom: 0.5rem;
}
.hldn_new_list{
    margin-top: 0.563rem;
}
.hldn-news .dnhl-new-inner{
    display: flex;
}
.hldn-news .dnhl-last-post{
    border: 0.125rem solid var(--main-orange);
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    font-weight: 500;
    color: var(--main-orange);
}
.hldn_new_list .dn-new-item.alm .dn-detail-it{
    border: 0;
    padding-bottom: 0;
}
.dnhl-new-spa.dnakt .dn-detail-it{
    background-color: #ffffff;
    border: 0;
}
/* Danang Info */
.dninfo-wrap, .dn-gourmet-wrap, .dnhl-spa-wrap, .dn-travel-wrap, .ttrang-wrap, .dnhl-ins-wrap{
    max-width: 77.5rem;
    margin-left: auto;
    margin-right: auto;
}
.dnif-gt{
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    color: var(--light-color);
    text-align: center;
    margin-top: 0.5rem;
}
.dnif-gt:lang(vi){
    font-family: 'Roboto', sans-serif;
}
.dnif-list{
    display: flex;
    gap: 0.489rem;
}
.dn-gourmet-list .gourmet_garelly{
    display: block;
    object-fit: cover;
}
.gml_tt{
    text-decoration: none;
    position: relative;
    display: block;
}
.gml_tt .gm_linktt{
    text-decoration: none;
    color: var(--dark-gray);
    text-shadow: 1px 1px white, -1px -1px rgba(0, 0, 0, 0.25);
    font-weight: 700;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    position: absolute;
    font-size: 1.25rem;
    line-height: 1.625rem;
    bottom: 0.875rem;
}
.gml_tt .gm_linktt:lang(vi){
    font-family: 'Roboto', sans-serif;
}
.gourmet-ttb, .gourmet-tts{
    font-weight: 900;
    color: var(--main-orange);
    text-shadow: 0.375rem 0.375rem #FFFF00;
}
.spa-img-bn{
    position: relative;
}
/* Spa */
.dnhl-spa{
    background-color: var(--bg-menu);
}
.spa-nott, .spa-smalltt, .spa-bigtt{
    color: var(--color-pink);
    font-weight: 900;
    text-shadow: 0.375rem 0.375rem rgba(255, 255, 255, 1);
}
.spa-img-bn{
    position: relative;
}
.dnspa_linktt strong{
    font-weight: 900;
    color: var(--black-color);
    text-shadow: 3px 0px 7px rgba(255,255,255,1), -3px 0px 7px rgba(255,255,255,1), 0px 4px 7px rgba(255,255,255,1);
}
.dnspa_linktt{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}
.spa-post-thumbnail{
    position: relative;
}
.list_boofl_term{
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: -1.063rem;
    right: 1.063rem;
}
.list_boofl_term span{
    width: 4.313rem;
    height: 4.313rem;
    color: var(--light-color);
    background-color: var(--color-red);
    border-radius: 50%;
    text-decoration: none;
    line-height: 1.438rem;
    font-weight: 700;
    display: block;
    text-align: center;
    padding-top: 0.688rem;
    padding-left: 0.688rem;
    padding-right: 0.688rem;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    -webkit-box-shadow: 0.375rem 0.375rem 1.5rem rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0.375rem 0.375rem 1.5rem rgba(0, 0, 0, 0.2);
    box-shadow: 0.375rem 0.375rem 1.5rem rgba(0, 0, 0, 0.2);
}
.spa_rvwr .spa_rvct{
    font-weight: 300;
}
.dn-detailsp-it{
    background-color: var(--light-color);
}
.dn-spatitle{
    display: block;
    text-decoration: none;
    color: var(--black-color);
    font-weight: 700;
}
.list_spafac_term{
    display: flex;
    gap: 0.313rem;
    flex-wrap: wrap;
}
.hldn_spa_list .dnhlsp_all{
    display: block;
    text-decoration: none;
}
.list_spafac_term span{
    text-decoration: none;
    color: var(--light-color);
    display: block;
    background-color: var(--bg-pink);
    font-size: 0.75rem;
    line-height: 1.625rem;
    text-align: center;
    border-radius: 2px;
    padding: 0 0.688rem;
}
.spa_rvwr{
    background-color: var(--bg-content);
    padding: 0.563rem 0.688rem;
    margin-top: 1.313rem;
}
/* Travel */
.dntravel-top{
    color: var(--color-red);
    font-weight: 900;
}
.dntv{
    background-color: var(--main-orange);
}
.tvtct{
    text-align: center;
}
.tvctimg, .tvct-img{
    position: relative;
}
.tvcity-dn, .tvcity-ha, .tvcity-hue{
    z-index: 3;
}
.tvct-img img{
    position: relative;
    z-index: 2;
}
.tvct-img::after{
    content: "";
    border: 3px solid var(--light-color);
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    z-index: 1;
}
.tvtbt{
    line-height: 1.438rem;
    color: var(--light-color);
}
.tvbtm{
    text-align: center;
}
.tvbtm a{
    text-decoration: none;
    line-height: 1.438rem;
    font-weight: 900;
    width: 17rem;
    background-color: var(--light-color);
    border-radius: 6.25rem;
    display: inline-block;
    text-align: center;
    padding: 1.344rem 1rem;
}
.dntv .tvbtm a{
    color: var(--main-orange);
}
.hatv .tvbtm a{
    color: var(--pink-color)
}
.huetv .tvbtm a{
    color: var(--green-color);
}
.hatv{
    background-color: var(--pink-color);
}
.huetv{
    background-color: var(--green-color);
}
.dnhl-tamtrang{
    background-color: var(--bg-menu);
}
.ttrang-text{
    color: var(--light-color);
    position: absolute;
    left: 50%;
    bottom: 0.75rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.tamtrang-lists a{
    text-decoration: none;
    text-align: center;
    position: relative;
    display: block;
    overflow: hidden;
}
.tamtrang-lists a::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top:0;
    left: 0;
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 1;
}
.tamtrang-lists a:hover::after{
    opacity: 0;
}
.tamtrang-lists a:hover img{
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
.tamtrang-lists{
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.625rem;
}
.dnhl-ingarelly{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#mainnav ul li.current-menu-item a{
    color: var(--color-orange);
}
/* Instagram */
.dnhl-instagram{
    background-color: var(--body-color);
    padding-bottom: 1.813rem;
}
.dnhl-ins-tt{
    font-weight: 900;
    color: var(--light-color);
}
.dnhl-ins-tt{
    margin-bottom: 0.625rem;
}
.dnhl-ingarelly #sb_instagram #sbi_load{
    margin-top: 1.25rem;
}
.dnif-maps{
    border: 3px solid var(--light-color);
}
.dn-spaprice{
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.625rem;
    text-align: right;
    color: var(--color-red);
}
.tvbtm a{
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
}
.tvbtm a:lang(vi){
    font-family: 'Roboto', sans-serif;
}
.bigll{
    font-weight: 900;
}
#dnhl_main, .hldn-news{
    position: relative;
}
/*PRELOADING------------ */
.dnhl-load .dnhl_list_slider, .dnhl-load .dn-new-list{
    display: flex;
    overflow: hidden;
}
.dnhl-load::after{
    content: "";
    width:100%;
    height:100%;  
    position:absolute;
    top:0;
    left: 0;
    z-index:9999;
    background-color: var(--light-color);
}
.dn_ftt_left ul{
    list-style: disc;
    padding-left: 1rem;
}
.dn_ftt_left ul li{
    list-style: disc;
}
.article-contents .news-date time{
    margin-left: 0;
}
.dnhl-section .main-contents p{
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 1.75rem;
}
.dnhl-section.dnhl-mp .main-contents p, .dnhl-section.dnhl-mpfw  .main-contents p, .dnhl-section .dnhl-list-related .dnhl_excerpt{
    margin-bottom: 0;
    line-height: 1.625rem;
}
.single .wp-block-image img{
    width: 100%;
    margin-bottom: 0.625rem;
}
.single .broken_link, .single a.broken_link{
    text-decoration: none;
}
.single .page-contents figure{
    max-width: 100%;
    margin-bottom: 0.25rem;
    margin-top: 1.5rem;
}
.single .page-contents iframe{
    max-width: 100%;
}
a{
    word-break: break-all;
}
.dnhl-ingarelly #sb_instagram svg:not(:root).sbi_lightbox_carousel_icon{
    width: 0.844rem;
    height: auto;
}
.dnhl-ingarelly #sb_instagram svg:not(:root).sbi_playbtn{
    display: none!important;
}
.page-contents iframe.wp-embedded-content{
    width: 100%;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
}
.single .wp-block-image figcaption{
    font-size: 0.75rem;
    line-height: 1.25rem;
    text-align: center;
    color: #AFAFAF;
    margin-top: 0;
}
.single .wp-block-gallery figure.wp-block-image figcaption{
    font-size: 0.75rem;
    line-height: 1.25rem;
    text-align: center;
}
/* Lang */
span:lang(vi), .lang-attribute{
    font-family: 'Roboto', sans-serif;
}
/* Line support */
.dnhl-support-top{
    background-color: var(--support-bg);
    border-radius: 0 7.5rem;
}
.snhl-spwrap, .dnsp-vanchan-wrap, .dnhlsp-wen-wrap, .dnhlsp-friend-wrap{
    max-width: 77.5rem;
    margin-left: auto;
    margin-right: auto;
}
.dnhl-support-top .dnhlsp-title{
    font-weight: 900;
    color: var(--support-colora);
}
.dnhl-support-top .dnhl-spleft{
    text-align: left;
}
.dnhl-support-top .dnhlsp-btn{
    text-decoration: none;
    font-weight: 900;
    background-color: var(--bg-green);
    color: var(--light-color);
    border-radius: 3.125rem;
    display: inline-block;
    text-align: center;
}
#dnhl-line-support .dnhlsp-main-title{
    font-weight: 900;
    text-align: center;
    position: relative;
}
#dnhl-line-support .dnhlsp-main-title::after{
    content: "";
    background-color: var(--support-line);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.dnhlsp-vanchan .dnhlsp-thinks{
    background-color: var(--support-cm);
    border-radius: 1.875rem;
    position: relative;
}
.dnhlsp-vanchan .dnhlsp-thinks::after{
    content: "";
    border-top: 1.625rem solid transparent;
    border-bottom: 1rem solid transparent;
    border-right: 2rem solid var(--support-cm);
    position: absolute;
    left: -1.625rem;
    bottom: 1.625rem;
}
.dnhlsp-gt ul{
    padding-left: 1.813rem;
}
.dnhlsp-gt ul li{
    list-style: disc;
}
.dnhlsp-gt{
    background-color: var(--support-line);
    color: var(--light-color);
}
.dnhlsp-mes-icon .dnhlsp-has-img{
    width: 1.25rem;
    height: 1.25rem;
    text-align: center;
    background-color: var(--light-color);
    border-radius: 50%;
    overflow: hidden;
}
.dnhlsp-mes-icon img{
    width: 1rem;
}
.dnhlsp-mes-icon .dnhlsp-has-ctts{
    position: relative;
    font-size: 0.625rem;
    line-height: 0.875rem;
    font-weight: 400;
    color: var(--black-color);
    width: 10.216rem;
    padding: 0.375rem 0.5rem 0.625rem 0.625rem;
    background-color: var(--light-color);
    border-radius: 0.625rem;
}
.dnhlsp-mes-icon .dnhlsp-has-ctts::after{
    content: "";
    border-top: 0.15rem solid transparent;
    border-bottom: 0.25rem solid transparent;
    border-right: 0.625rem solid var(--light-color);
    position: absolute;
    left: -0.438rem;
    top: 0.438rem;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}
.dnhlsp-list-mes{
    position: relative;
    max-width: 17.063rem;
    margin-left: auto;
    margin-right: auto;
}
.dnhlsp-list-mes .dnhlsp-mes-icon{
    display: flex;
    gap: 0.5rem;
}
.dnhlsp-list-mes .dnhlsp-mes-icon:nth-child(2){
    position: absolute;
    top: 4.063rem;
    left: 1.125rem;
}
.dnhlsp-list-mes .dnhlsp-no-icon:nth-child(3){
    position: absolute;
    top: 9.375rem;
    right: 1.563rem;
}
.dnhlsp-list-mes .dnhlsp-mes-icon:nth-child(4){
    position: absolute;
    top: 11.875rem;
    left: 1.125rem;
}
.dnhlsp-list-mes .dnhlsp-no-icon:nth-child(5){
    position: absolute;
    top: 14.688rem;
    right: 1.563rem;
}
.dnhlsp-list-mes .dnhlsp-mes-icon:nth-child(6){
    position: absolute;
    top: 17.063rem;
    left: 1.125rem;
}
.dnhlsp-list-mes .dnhlsp-no-icon:nth-child(7){
    position: absolute;
    top: 25.063rem;
    right: 1.563rem;
}
.dnhlsp-list-mes .dnhlsp-mes-icon:nth-child(8){
    position: absolute;
    top: 27.563rem;
    left: 1.125rem;
}
.dnhlsp-list-mes .dnhlsp-mes-icon:nth-child(8) .dnhlsp-has-ctts{
    max-width: 5.763rem;
    padding-bottom: 0.375rem;
}
.dnhlsp-list-mes .dnhlsp-has-cttright{
    display: inline-block;
    font-size: 0.625rem;
    line-height: 1.25rem;
    position: relative;
    color: var(--black-color);
    background-color: var(--support-mes);
    border-radius: 1.25rem;
    text-align: center;
    padding: 0.188rem 0.563rem;
}
.dnhlsp-list-mes .dnhlsp-has-cttright::after{
    content: "";
    border-top: 0.15rem solid transparent;
    border-bottom: 0.25rem solid transparent;
    border-left: 0.625rem solid var(--support-mes);
    position: absolute;
    right: -0.438rem;
    top: 0.188rem;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.dnhlsp-main-talk > p.splmm{
    position: absolute
}
.dnhlsp-main-talk > p.splmm > span{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}
.dnhlsp-main-talk{
    position: relative;
}
.dnhlsp-wen-chan{
    background-color: var(--support-bg);
    border-radius: 0 7.5rem;
}
.dnhlsp-subtt{
    text-align: center;
}
.dnhlsp-wpas h4{
    font-weight: 900;
}
.dnhlsp-cmms{
    position: relative;
}
.dnhlsp-gcm{
    text-align: center;
    color: var(--black-color);
    background-color: var(--support-cm);
    border-radius: 1.25rem;
    position: absolute;
}
.dnhlsp-gcm::after{
    content: "";
    border-right: 1.6rem solid transparent;
    border-top: 1rem solid var(--support-cm);
    position: absolute;
    bottom: -0.75rem;
    left: 2rem;
}
.dnhlsp-friend-wrap{
    text-align: center;
}
.dnhlsp-wpas, .dnhlsp-cmms{
    display: inline-block;
    vertical-align: top;
}
/* Banner single */
.main-contents .dnhl-single-banner a{
    display: block;
}
.main-contents .dnhl-single-banner img{
    display: block;
    object-fit: cover;
}
/* Swiper slider */
.single .wp-swiper .wp-swiper__thumbs .swiper-slide-thumb-active .wp-swiper__overlay-color{
	background-color: rgba(255, 255, 255, 0.7)!important;
	z-index:99;
}
.single .swiper-button-next, .single .swiper-button-prev{
	color:#ffffff;
}
.single .wp-swiper .wp-swiper__thumbs .wp-block-image, .single .wp-swiper .wp-swiper__wrapper .wp-block-image img{
	margin-bottom:0;
}
/* Hero slider */
.dnhl_slider .swiper-slide img {
    display: block;
}
.dnhl_list_slider .swiper-slide, .hldn_new_list .swiper-slide{
    -webkit-backface-visibility: hidden; 
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.dnhl_header_wrap .side-contents .widget.widget_media_image img{
    width: 18.75rem;
    height: 12.5rem;
    display: block;
}
 /* Benefit */
.dnhl-benefit{
    position: relative;
    background: var(--bg-menu);
}
.dnhl-benefit-logo{
    position:absolute;
    z-index: 5;
}
.dnhl-bnf-imgl img{
    display: block;
    object-fit: cover;
}
.dnhl-bnf-content .dnhl-bnefit-title{
    position: relative;
    color: var(--black-color);
}
.dnhl-benefit span:lang(vi){
    font-weight: 400;
}
.dnhl-bnef-btn{
    text-align: center;
}
.dnhl-bnef-btn a{
    text-decoration: none;
    display: block;
    background-color: var(--main-orange);
    text-align: center;
    border-radius: 2.5rem;
    font-weight: 700;
    color: var(--light-color);
    margin-left: auto;
    margin-right: auto;
}
.dnhl-benefit .bnef-bt-vi{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: var(--dark-gray);
}
#benefit-detail .bnef-bt-vi p{
    font-weight: 300;
}
/* Most view */
.single .svl_post_view_count{
    display: none!important;
}
/* fix box */
.dnhl-box-support{
    padding: 1rem;
}
.dnhl-box-support a{
    text-decoration: none;
    color: var(--body-color);
}
.dnhl-new-bar .hldn_bar_title, .dnhl-new-spa .hldn_spa_title{
    font-weight: 700;
    margin-bottom: 0.563rem;
}
/* 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);
}
/* Toggle childrens category */
.wp-block-categories .children{
    margin-top: 0.625rem;
    display: none;
}
.wp-block-categories .dnhl-childcat{
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.wp-block-categories .dnhl-childcat::before, .wp-block-categories .dnhl-childcat::after{
    content: "";
    background-color: var(--body-color);
    position: absolute;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wp-block-categories .dnhl-childcat::before{
    width: 1rem;
    height: 1.5px;
    right: 0;
}
.wp-block-categories .dnhl-childcat::after{
    width: 1.5px;
    height: 1rem;
    right: 0.438rem;
    -o-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}
.wp-block-categories .dnhl-childcat.active::after{
    opacity: 0;
}
@media only screen and (min-width: 781px){
    .only_sp{
        display: none!important;
    }
    .fs36{
        font-size: 2.25rem;
        line-height: 2.75rem;
        font-weight: 900;
    }
    .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;
    }
    /* Single */
    .dnhl-section .page-title{
        line-height: 2.563rem;
        margin-bottom: 1rem;
        font-size: 1.75rem;
    }
    .dnhl-single-first{
        margin-bottom: 1rem;
    }
    .dnhl-section .main-contents .dnhl_ww{
        padding: 2.5rem;
    }
    .dnhl-related-post{
        padding: 2.5rem 2.5rem;
        margin-top: 3.125rem;
    }
    .news-date img{
        width: 1.125rem;
        height: 1.125rem;
        vertical-align: middle;
    }
    .dnhl-single-first.hascate{
        display: flex;
        justify-content: space-between;
        align-items: end;
    }
    .dnhl-single-first.nocate{
        text-align: right;
    }
    .news-date time{
        font-size: 1rem;
        line-height: 1.438rem;
    } 
    .dnhl-hastime .dnhl-list-tag{
        flex-basis: 75%;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 1rem;
    }
    .dnhl-section{
        padding-bottom: 5rem;
    }
    .side-contents .widget:not(.widget_media_image){
        padding: 1.813rem 1.25rem;
    }
    .side-contents h2{
        padding-bottom: 2rem;
        margin-bottom: 1.313rem;
    }
    .dnhl-list-related a img{
        width:13.438rem;
        height: 7.563rem;
    }
    .dnhl-list-related .article-title a, .article-link .article-title{
        font-size: 1.125rem;
        line-height: 1.625rem;
    }
    .rlt_img{
        min-width: 13.438rem;
    }
    .dnhl-list-related li{
        display: flex;
        gap:0.688rem;
    }
    .dnhl_viewmore a{
        font-size: 1.125rem;
        line-height: 1.625rem;
        width: 16.375rem;
        padding: 1.344rem 1rem;
    }
    .page-contents h2{
        line-height: 2.563rem;
        padding-bottom: 1rem;
        margin-bottom: 1.25rem;
    }
    .page-contents h3, .dnhl-related-post .dnhl-ttrlp{
        line-height: 2rem;
    }
    .dnhl-section.rightnavi:not(.on) .page-main{
        justify-content: space-between;
        display: flex;
    }
    .dnhl-section.rightnavi:not(.on) .page-main .main-contents{
        flex-basis: 100%;
        flex-grow: 0;
    }
    .dnhl-list-related li:not(:last-child){
        padding-bottom: 2.125rem;
        margin-bottom: 2.125rem;
    }
    .dnhl_viewmore{
        margin-top: 3rem;
    }
    /* Page */
    .dnhl-mp .page-main{
        display: flex;
        justify-content: space-between;
    }
    .dnhl-mp .main-contents{
        flex: 1;
        padding: 1.875rem 2.5rem;
        background-color: var(--light-color);
        max-width: 56.25rem;
    }
    .dnhl-mp .side-contents{
        max-width: 18.75rem;
        width: 18.75rem;
    }
    .dnhl-mpfw .main-contents{
        padding: 1.875rem 2.5rem;
    }
    .dnhl-mp .article-img img, .dnhl-mpfw .article-img img{
        width: 9.375rem;
        height: 9.375rem;
    }
    .dnhlsp-wen-chan{
        margin-top: 6.563rem;
        padding-top: 1.813rem;
        padding-bottom: 3.875rem;
    }
    .dnhlsp-friend{
        margin-top: 2.563rem;
        margin-bottom: 0.5rem;
    }
    .dnhlsp-wpas{
        margin-top: 5.625rem;
    }
    .dnhlsp-cmms{
        margin-top: 6.25rem;
    }
    .article-link{
        display: flex;
        gap: 1rem;
    }
    /* Slider */
    .dnslider_img img{
        height: 19.75rem;
        object-fit: cover;
    }
    .dnslider_img .widthseta{
        width: 36.875rem;
    }
    .dnslider_img .widthsetb{
        width: 26.313rem;
    }
    .dnslider_img .widthsetc{
        width: 18.75rem;
    }
    .dnslider_img .widthsetd{
        width: 32.438rem;
    }
    .dnslider_img .widthsete{
        width: 28.063rem;
    }
    .dnhl_list_slider{
        margin-left: auto;
        margin-right: auto;
    }
    .dnhl_slider.dnhl-pre .swiper-slide{
        margin-right: 1.25rem;
    }
    #dnhl_main .dnhl_slider{
        padding-top: 1.438rem;
        padding-bottom: 3.5rem;
    }
    .dnhl_header_wrap #dnhl_main .swiper-pagination{
        bottom: 1.125rem;
    }
    .dnhl_tbtom{
        bottom: 1.063rem;
        left: 1.125rem;
    }
    .hldn-news{
        margin-top: 1.875rem;
        margin-bottom: 2.813rem;
    }
    .dnhl_ttop{
        top: 1.063rem;
        left: 1.125rem;
    }
    .hldn-news.dnhl-pre .dn-new-item{
        margin-right: 0.938rem;
    }
    .dn-detail-it img{
        width: 12.188rem;
        height: 7.5rem;
        object-fit: cover;
    }
    .dn-new-list .slick-list{
        margin-left: -0.875rem;
        margin-right: -0.875rem;
    }
    .hldn_ttnew{
        font-size: 1.625rem;
        line-height: 1.625rem;
        font-weight: 900;
    }
    .dn-newtitle{
        line-height: 1.625rem;
        height: 4.25rem;
    }
    .dn-newtitle a{
        font-size: 0.875rem;
        line-height: 1.4rem;
        min-height: 3.25rem;
    }
    .hldn_new_list .swiper-slide{
        max-width: 12.188rem;
    }
    .hldn-news .dnhl-last-post{
        max-width: 12.188rem;
        width: 100%;
        font-size: 1.188rem;
        line-height: 1.688rem;
        height: 100%;
        min-height: 15.625rem;
    }
    .hldn-news .dnhl-arrr{
        width: 0;
        height: 0;
        border-top: 0.5rem solid transparent;
        border-left: 0.625rem solid var(--main-orange);
        border-bottom: 0.5rem solid transparent;
        position: relative;
        top: 0.875rem;
        left: -4.375rem;
    }
    .dn-detail-it{
        min-height: 15.625rem;
        object-fit: cover;
    }
    .dnhl-list-cats{
        margin-top: 1.063rem;
    }
    .dn-new-list .slick-slide, .dn-spa-list .slick-slide{
        margin-left: 0.438rem;
        margin-right: 0.438rem;
    }
    /* Danang Info */
    .dninfo{
        background-image: url(../images/bg_dnif.jpeg);
        background-image: -webkit-image-set(url(../images/bg_dnif.webp) 1x);
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        padding-top: 0.625rem;
        padding-bottom: 2.5rem;
    }
    .dnif-bigtt{
        font-size: 5.5rem;
        line-height: 4.625rem;
        font-weight: 900;
        color: var(--light-color);
    }
    .dnif-subtt, .dnif-bttt{
        font-weight: 900;
        font-size: 5.125rem;
        line-height: 5.75rem;
        color: var(--light-color);
    }
    .dnif-bttt{
        padding-left: 9.688rem;
        padding-top: 0.25rem;
    }
    .dnif_small{
        width: 9.375rem;
        height: 5.625rem;
        display: block;
    }
    .dnif-right{
        position: relative;
        top: 0.438rem;
    }
    .big_tt{
        font-weight: 900;
    }
    .dnif-gt{
        font-size: 1.125rem;
        line-height: 1.625rem;
    }
    .dninfo-wrap{
        display: flex;
        gap: 1.784rem;
        align-items: end;
        padding-top: 1.25rem;
        padding-bottom: 4.063rem;
    }
    .dnif-maps img{
        width: 36.813rem;
        height: 27.188rem;
        display: block;
    }
    .dnif-subtt{
        margin-top: 3.563rem;
        margin-left: -0.563rem;
    }
    .dnif-list{
        margin-top: 4.125rem;
        margin-left: -0.125rem;
    }
    .dn-gourmet-list .gourmet_garelly{
        width: 18.8125rem;
        height: 18.8125rem;
    }
    .dn-gourmet-list{
        display: flex;
        flex-wrap: wrap;
        gap: 0.75rem;
    }
    .dn-gourmet-list li:first-child{
        flex-basis:38.375rem;
        flex-grow: 0;
        position: relative;
    }
    .dn-gourmet-list li:not(:first-child){
        flex-basis: 18.8125rem;
        flex-grow: 0;
    }
    .gml_tt .gm_linktt{
        left: 0.688rem;
    }
    .dn-gourmet{
        padding-top: 3rem;
    }
    .gourmet-ttb{
        font-size: 5.5rem;
        line-height: 4.625rem;
    }
    .gourmet-tts{
        font-size: 4.375rem;
        line-height: 5rem;
        position: absolute;
        z-index: 1;
        top: 5.313rem;
        width: 100%;
        white-space: nowrap;
    }
    .gmsm{
        font-size: 9.125rem;
        line-height: 9.375rem;
        letter-spacing: -0.06em;
    }
    .dn-gourmet .dnhl_viewmore{
        margin-top: 2.125rem;
    }
    .dnhl-new-bar .hldn_bar_title, .dnhl-new-spa .hldn_spa_title{
        font-size: 1.375rem;
        line-height: 1.625rem;
        margin-top: 1.875rem;
    }
    .dn-gourmet-wrap .dnhl_viewmore a{
        width: 22.5rem;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        font-weight: 900;
    }
    .spa-img-bn .dnspa-banner{
        width: 32.75rem;
        height: 19.625rem;
        display: block;
        object-fit: cover;
    }
    .dn-detailsp-it a img{
        width: 25.25rem;
        height: 17.438rem;
        object-fit: cover;
        display: block;
    }
    .dnhl-spa{
        margin-top: 3.375rem;
        padding-top: 3.188rem;
        padding-bottom: 2.313rem;
    }
    .spa-nott{
        font-size: 5.5rem;
        line-height: 6.563rem;
    }
    .spa-smalltt{
        font-size: 4.375rem;
        line-height: 5rem;
    }
    .spa-bigtt{
        font-size: 9.125rem;
        line-height: 9.75rem;
    }
    .dnhl-spa-top{
        display: flex;
        justify-content: start;
        position: relative;
        overflow: hidden;
    }
    .hldn_spa_list{
        margin-top: 3.813rem;
    }
    .dnspa-right{
        position: absolute;
        right: -2rem;
        bottom: 1.25rem;
    }
    .dnspa_linktt strong{
        font-size: 1.875rem;
        line-height: 2.5rem;
    }
    .spa-ctall{
        padding: 0.813rem;
    }
    .dn-spatitle{
        font-size: 1.25rem;
        line-height: 1.688rem;
        min-height: 1.688rem;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .spa-excerpt, .spa_faci_title{
        font-size: 1rem;
        line-height: 1.625rem;
        color: var(--black-color);
    }
    .dn-spa-list .dn-spa-item .dn-detailsp-it{
        height: 44.813rem;
    }
    .spa-excerpt{
        margin-top: 0.875rem;
        min-height: 6.5rem;
    }
    .spa_rvwr{
        min-height: 8.438rem;
    }
    .dn-spaprice{
        min-height: 1.625rem;
    }
    .list_spafac_term{
        min-height: 3.563rem;
    }
    .spa_faci_title{
        margin-top: 0.125rem;
    }
    .spa_rvtt, .spa_rvct{
        font-size: 1rem;
        line-height: 1.625rem;
        color: var(--black-color);
    }
    .spa_rvct{
        margin-top: 0.188rem;
    }
    .spa_rvra{
        font-size: 1rem;
        line-height: 1.625rem;
        font-weight: bold;
        color: var(--main-orange);
        margin-top: 0.625rem;
    }
    .dnhl-spa .btn-pink a, .dn-travel-wrap .btn-red a{
        background-color: var(--color-pink);
        width: 22.5rem;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        font-weight: 900;
    }
    .dn-travel-wrap .btn-red a{
        background-color: var(--color-red);
    }
    .dn-travel{
        padding-top: 2.375rem;
        padding-bottom: 5.5rem;
    }
    .travel-nott{
        font-size: 5.5rem;
        line-height: 6.875rem;
        font-weight: 900;
    }
    .travel-smalltt{
        font-size: 3.875rem;
        line-height: 4.125rem;
    }
    .travel-bigtt{
        position: relative;
        font-size: 9.125rem;
        line-height: 9.125rem;
        display: block;
    }
    .travel-bigtt span{
        text-shadow: 4px 4px 3px var(--main-orange);
    }
    .travel-bigtt img{
        width: 13.75rem;
        height: 6.188rem;
        position: absolute;
        top: -2.688rem;
        left: 37.188rem;
    }
    .dn-listtravel{
        display: flex;
        justify-content: center;
        margin-top: 2.813rem;
    }
    .dntv-item{
        flex-basis: 25.813rem;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .tvct-img img{
        width: 23.188rem;
        height: 13.688rem;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .dntv{
        padding: 2.5rem 1.313rem 1.5rem 1.313rem;
        border-top-left-radius: 3.125rem;
        border-bottom-left-radius: 3.125rem;
    }
    .tvtct img{
        width: 21.813rem;
        height: 3.788rem;
    }
    .tvcity-dn img{
        width: 12.625rem;
        height: 4.375rem;
        display: block;
    }
    .tvcity-ha img{
        display: block;
        width: 16.438rem;
        height: 3.938rem;
    }
    .tvcity-dn, .tvcity-ha, .tvcity-hue{
        position: absolute;
        top: -2.375rem;
        left: 1rem;
    }
    .tvct-img::after{
        width: 23rem;
        height: 13.563rem;
    }
    .tvctimg{
        margin-top: 3.438rem;
        margin-bottom: 1.875rem;
    }
    .tvtbt{
        min-height: 5.625rem;
    }
    .hatv{
        padding: 2.5rem 1.313rem 1.5rem 1.313rem;
    }
    .huetv{
        padding: 2.5rem 1.313rem 1.5rem 1.313rem;
        border-top-right-radius: 3.125rem;
        border-bottom-right-radius: 3.125rem;
    }
    .tvcity-hue img{
        display: block;
        width: 8.813rem;
        height: 3.813rem;
    }
    .tamtrang-tt{
        font-size: 3rem;
        line-height: 4.625rem;
        font-weight: 900;
    }
    .dnview-warpper{
        margin-top: 1.5rem;
    }
    .tamtrang-lists a img{
        width: 18rem;
        height: 9.313rem;
        object-fit: cover;
        display: block;
    }
    .tamtrang-lists li{
        flex-basis: 20%;
    }
    .dnhl-tamtrang{
        padding-bottom: 2.563rem;
        padding-top: 1.875rem;
    }
    .ttrang-wrap{
        margin-top: 1.688rem;
    }
    .ttrang-text{
        font-size: 1.25rem;
        line-height: 1.813rem;
    }
    .dnview-warpper .tab{
        font-size: 1.125rem;
        line-height: 1.625rem;
        font-weight: 700;
        padding: 1.125rem 2rem;
        display: table-cell;
    }
    .dnview-warpper .panels{
        padding: 1.25rem 1.25rem 1.25rem 1.25rem;
    }
    .dnhl-ins-tt{
        font-size: 3rem;
        line-height: 4.625rem;
    }
    .dnhl-ingarelly #sb_instagram .sbi_follow_btn a{
        font-size: 1.125rem;
        line-height: 1.625rem;
        font-weight: 900;
        font-family: 'Zen Kaku Gothic Antique', sans-serif;
        display: flex;
        align-items: center;
        gap: 1rem;
        width: 22rem;
    }
    .dnhl-ingarelly #sb_instagram svg:not(:root).fa-instagram{
        width: 3.369rem;
        height: auto;
    }
    .dnhl-ingarelly #sb_instagram .sbi_follow_btn a:lang(vi){
        font-family: 'Roboto', sans-serif;
    }
    /* Line Support */
    .dnhl-support-top .dnhlsp-title{
        font-size: 3.5rem;
        line-height: 4.125rem;
    }
    .dnhl-support-top .dnhlsp-content{
        font-size: 1.25rem;
        line-height: 1.875rem;
        margin-top: 1.125rem;
        max-width: 46.625rem;
    }
    .dnhl-support-top .dnhlsp-btn{
        font-size: 1.625rem;
        line-height: 2.25rem;
        width: 20.875rem;
        padding: 1.063rem 0.25rem;
        margin-top: 2.063rem;
    }
    .snhl-spwrap .dnhl-spright{
        margin-left: -0.938rem;
        margin-top: 1.125rem;
    }
    .dnhl-spimgs img{
        width: 23.75rem;
        height: 32.563rem;
    }
    .dnhl-spright .dnhlsp-name{
        font-size: 1.25rem;
        line-height: 1.875rem;
        padding-left: 7.563rem;
        margin-top: 0.438rem;
    }
    .dnhlsp-vanchan{
        margin-top: 3.438rem;
    }
    .dnhl-support-top{
        padding-bottom: 1.063rem;
    }
    .snhl-spwrap{
        display: flex;
    }
    #dnhl-line-support .dnhlsp-main-title{
        font-size: 2.625rem;
        line-height: 3.5rem;
    }
    #dnhl-line-support .dnhlsp-main-title::after{
        width: 8.625rem;
        height: 0.25rem;
        bottom: -1.188rem;
    }
    .dnhlsp-vanchan .dnhlsp-thinks{
        font-size: 1.125rem;
        line-height: 1.875rem;
        padding: 1rem 1.5rem 0.938rem 2.466rem;
    }
    .dnhlsp-vc img{
        width: 11.375rem;
        height: 25.375rem;
        display: block;
    }
    .dnhlsp-gt h4{
        font-size: 1.25rem;
        line-height: 1.688rem;
        padding-bottom: 0.625rem;
        border-bottom: 2px solid var(--light-color);
        display: inline-block;
        margin-bottom: 1rem;
    }
    .dnhlsp-gt p, .dnhlsp-gt ul li{
        font-size: 1rem;
        line-height: 1.688rem;
    }
    .dnhlsp-gt{
        padding: 1.813rem 1.75rem;
        margin-top: 2.438rem;
    }
    .dnsp-vanchan-wrap .dnhlsp-vc{
        float: left;
        margin-top: 4.5rem;
    }
    .dnsp-vanchan-wrap .dnhlsp-thinks{
        display: inline-block;
        max-width: 39.716rem;
        margin-left: 3.625rem;
    }
    .dnsp-vanchan-wrap .dnhlsp-gt{
        display: inline-block;
        width: 39.813rem;
        margin-left: 3.563rem;
        margin-top: 2.563rem;
    }
    .dnhlsp-say{
        max-width: 58.375rem;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3.313rem;
    }
    .dnhlsp-talkg img{
        display: block;
        width: 17.063rem;
        height: 33.813rem;
        margin-left: auto;
        margin-right: auto;
    }
    .dnhlsp-main-talk > p.splmm > span{
        font-size: 1.25rem;
        line-height: 1.813rem;
    }
    .dnhlsp-talka img{
        width: 15.432rem;
        height: 9.916rem;
    }
    .dnhlsp-talkb img{
        width: 15.368rem;
        height: 8.824rem;
    }
    .dnhlsp-talkc img{
        width: 14.636rem;
        height: 8.875rem;
    }
    .dnhlsp-talkd img{
        width: 15.438rem;
        height: 9.561rem;
    }
    .dnhlsp-talke img{
        width: 15.438rem;
        height: 9.561rem;
    }
    .dnhlsp-talkf img{
        width: 16.125rem;
        height: 9.253rem;
    }
    .dnhlsp-main-talk .dnhlsp-talka{
        top:-0.25rem;
        left: 13.063rem;
    }
    .dnhlsp-main-talk .dnhlsp-talkb{
        top:10.625rem;
        left: 5.438rem;
    }
    .dnhlsp-main-talk .dnhlsp-talkc{
        top: 21.688rem;
        left: 14.063rem;
    }
    .dnhlsp-main-talk .dnhlsp-talkd{
        top: -0.875rem;
        right: 11.563rem;
    }
    .dnhlsp-main-talk .dnhlsp-talke{
        top: 9.625rem;
        right: 5rem;
    }
    .dnhlsp-main-talk .dnhlsp-talkf{
        top: 21.375rem;
        right: 11.75rem;
    }
    .dnhlsp-subtt{
        font-size: 1.125rem;
        line-height: 1.875rem;
        margin-top: 2.563rem;
    }
    .dnhlsp-main-talk{
        margin-top: 1.938rem;
    }
    .dnhlsp-wpas h4{
        font-size: 1.5rem;
        line-height: 2.125rem;
        text-align: center;
    }
    .dnhlsp_ftline img{
        width: 16.188rem;
        height: 16.188rem;
        display: block;
    }
    .dnhlsp_ftlas img{
        width: 11.188rem;
        height: 22.308rem;
        display: block;
    }
    .dnhlsp-gcm{
        font-size: 1.25rem;
        line-height: 1.875rem;
        padding: 1.5rem 0.25rem 1.125rem 0.25rem;
        width: 16.438rem;
        top: -3.5rem;
        right: -13.513rem;
    }
    .dnhl-support-top .dnhl-spleft{
        padding-top: 4.813rem;
    }
    .single .wp-swiper .wp-swiper__thumbs .wp-block-image img{
        height: 5.375rem;
        object-fit: cover;
    }
    /* Hero slider */
    .dnhl_list_slider .swiper-slide.one{
        width: 36.875rem!important;
    }
    .dnhl_list_slider .swiper-slide.two {
        width: 26.313rem!important;
    }
    .dnhl_list_slider .swiper-slide.three{
        width: 18.75rem!important;
    }
    .dnhl_list_slider .swiper-slide.four{
        width: 32.438rem!important;
    }
    .dnhl_list_slider .swiper-slide.five{
        width: 27.938rem!important;
    }
    .single .dnhl-section.rightnavi:not(.on) .wp-block-image:not(.dnhl_no_objectfit) img{
        max-height: 28.125rem;
        object-fit: cover;
    }
    .dnhl-section.rightnavi:not(.on) .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide{
        min-height: 28.125rem;
    }
    .dnhl-section.rightnavi:not(.on) .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure .wp-block-jetpack-slideshow_image{
        width: 100%;
        max-height: 28.125rem;
        object-fit: cover;
    }
    .dnhl-section.rightnavi:not(.on) .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container.swiper-container{
        min-height: 28.125rem;
    }
    .dnhl-section.rightnavi:not(.on) .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container ul.wp-block-jetpack-slideshow_swiper-wrapper{
        max-height: 28.125rem;
    }
    .single .dnhl-section.rightnavi:not(.on) .dnhl_height_default figure > img{
        width: 100%;
        max-height: 28.125rem;
        object-fit: cover;
    }
    .single .dnhl-section.rightnavi.on .wp-block-image:not(.dnhl_no_objectfit) img{
        max-height: 40.625rem;
        object-fit: cover;
    }
    .single .dnhl-section.rightnavi.on .dnhl_height_default figure > img{
        width: 100%;
        max-height: 40.625rem;
        object-fit: cover;
    }
    .dnhl-section.rightnavi.on .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide{
        max-height: 38.75rem;
    }
    .dnhl-section.rightnavi.on .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure .wp-block-jetpack-slideshow_image{
        width: 100%;
        max-height: 38.75rem;
        min-height: 38.75rem;
        object-fit: cover;
    }
    .dnhl-section.rightnavi.on .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container.swiper-container{
        min-height: 38.75rem;
    }
    .dnhl-section.rightnavi.on .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container ul.wp-block-jetpack-slideshow_swiper-wrapper{
        min-height: 38.75rem;
        max-height: 38.75rem;
    }
    .dnhl-section.rightnavi.on .wp-block-jetpack-slideshow .swiper-button-white{
        top:50%!important;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .dnhl-section.rightnavi.on .elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper){
        min-height: 40.625rem;
        object-fit: cover;
    }
    .dnhl-section.rightnavi.on .elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) .swiper-slide .elementor-carousel-image{
        min-height: 40.625rem;
        object-fit: cover;
    }
    /* Benefit */
    .dnhl-benefit.dnhl-has-img .dnhl-bnf-content{
        display: flex;
    }
    .dnhl-benefit{
        margin-top: 3.438rem;
        margin-bottom: 1.875rem;
        padding: 0.625rem 0.625rem 1.125rem 0.625rem;
        border: 0.375em solid transparent;
        border-image: 6 repeating-linear-gradient(-45deg, var(--main-orange) 0, var(--main-orange) 0.625rem, transparent 0, transparent 1rem, var(--main-orange) 0, var(--main-orange) 1rem, transparent 0, transparent 1rem);
    }
    .dnhl-benefit-logo{
        top: -1.063rem;
        left: -1.563rem;
    }
    .dnhl-benefit-logo img{
        width: 14rem;
        height: 13.5rem;
        display: block;
        object-fit: cover;
    }
    .dnhl-benefit.dnhl-no-image{
        min-height: 20.063rem;
    }
    .dnhl-no-image .dnhl-bnf-content .dnhl-bnefit-jp, .dnhl-no-image .dnhl-bnf-content .dnhl-bnefit-vi{
        padding-top: 0.188rem;
    }
    .dnhl-no-image .dnhl-bnf-content{
        max-width: 40.375rem;
        margin-left: auto;
        margin-right: auto;
    }
    .dnhl-no-image .dnhl-bnefit-title{
        text-align: center;
    }
    .dnhl-bnf-imgl img{
        width: 14.438rem;
        height: 18.813rem;
    }
    .dnhl-bnf-content .dnhl-bnefit-title{
        font-size: 1.625rem;
        line-height: 2.313rem;
    }
    .dnhl-no-image .dnhl-bnf-content .dnhl-bnefit-title{
        max-width: 31.25rem;
        margin-left: auto;
        margin-right: auto;
    }
    .single .dnhl-section.on .dnhl-no-image .dnhl-bnf-content{
        max-width: 60rem;
    }
    .single .dnhl-section.on .dnhl-no-image .dnhl-bnefit-title{
        max-width: 50rem;
    }
    .single .dnhl-section.on .dnhl-has-img .dnhl-bnefit-jp, .single .dnhl-section.on .dnhl-has-img .dnhl-bnefit-vi{
        max-width: 100%;
    }
    .dnhl-bnf-content .dnhl-bnefit-title::after{
        content: "";
        width: 6.563rem;
        height: 0.25rem;
        background-color: var(--main-orange);
        position: absolute;
        left: 0;
        bottom: -1rem;
    }
    .dnhl-has-img .dnhl-bnf-content .dnhl-bnf-imgl{
        flex-grow: 0;
        flex-basis: 15.188rem;
        flex-shrink: 0;
        padding-top: 1.875rem;
    }
    .dnhl-bnf-content .dnhl-bnefit-jp{
        margin-top: 2.313rem;
    }
    .dnhl-bnf-content .dnhl-bnefit-vi{
        margin-top: 1rem;
    }
    .dnhl-benefit.dnhl-has-img{
        min-height: 23.438rem;
    }
    .dnhl-has-img .dnhl-bnf-content .dnhl-bnef-btn{
        margin-top: 1.813rem;
        padding-right: 5.75rem;
    }
    .single .dnhl-section.on .dnhl-has-img .dnhl-bnf-content .dnhl-bnef-btn{
        text-align: left;
    }
    .single .dnhl-section.on .dnhl-has-img .dnhl-bnf-content .dnhl-bnef-btn a{
        margin-left: initial;
        margin-right: initial;
    }
    .dnhl-bnf-content .dnhl-bnef-cc{
        padding-top: 0.125rem;
    }
    .dnhl-bnef-btn a{
        width: 14.25rem;
        height: 3.688rem;
        padding: 1.125rem 0.5rem;
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .dnhl-section .dnhl-bnefit-jp p, .dnhl-section .dnhl-bnefit-vi p{
        font-weight: 500;
        line-height: 1.5rem;
    }
    .dnhl-no-image .dnhl-bnf-content .dnhl-bnefit-title::after{
        bottom: -0.875rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .dnhl-no-image .dnhl-bnef-btn{
        margin-top: 1.25rem;
    }
    .dnhl-has-img .dnhl-bnefit-jp, .dnhl-has-img .dnhl-bnefit-vi{
        max-width: 32.75rem;
    }
    /* Banner single */
    .main-contents .dnhl-single-banner{
        display: flex;
        gap: 1.25rem;
        margin-top: 3.125rem;
        flex-wrap: wrap;
    }
    .dnhl-section.rightnavi.on .main-contents .dnhl-single-banner{
        flex-wrap: initial;
        gap: 1rem;
    }
    .main-contents .dnhl-single-banner a{
        flex-basis: 27.5rem;
        flex-grow: 0;
    }
    .main-contents .dnhl-single-banner img{
        width: 27.5rem;
        height: 16.875rem;
    }
    .dnhl-section.rightnavi.on .dnhl-single-banner a{
        flex-basis: 18.625rem;
    }
    .dnhl-section.rightnavi.on .dnhl-single-banner a img{
        width: 100%;
        height: auto;
    }
    /* Fix box */
    .dnhl-box-support img{
        max-height: 28.125rem;
        object-fit: cover;
        width: 100%;
    }
    /* Top bar */
    .dnhl_header_wrap .dnhl-topbar{
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }
    .single .wp-block-embed-youtube iframe{
        width: 100%;
        min-height: 25rem;
    }
}
@media only screen and (min-width: 1441px){
    .tamtrang-lists a img{
        width: 100%;
    }
}
@media only screen and (max-width: 1239px) and (min-width:1200px){
    .dn-gourmet-list{
        gap: 0.625rem;
    }
    .dn-gourmet-list li:first-child{
        flex-basis: 36.625rem;
    }
    .dn-gourmet-list li:not(:first-child){
        flex-basis: 18rem;
    }
    .dn-travel, .dnhl_footer_top{
        overflow: hidden;
    }
}
@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;
    }
    .dn-spa-list .dn-spa-item .dn-detailsp-it{
        min-height: 44.813rem;
        height: auto;
    }
}
@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;
    }
    #breadcrumb ul li a{
        font-size: 0.75rem;
        line-height: 2.25rem;
    }
    .dnhl-section .main-contents{
        background-color: var(--light-color);
        padding-left: 0.938rem;
        padding-right: 0.938rem;
        padding-top: 0.625rem;
        padding-bottom: 2.313rem;
    }
    .dnhl-section .side-contents{
        max-width: 100%!important;
        margin-left: 0.938rem;
        margin-right: 0.938rem;
        margin-top: 3.75rem;
        padding-bottom: 1.875rem;
    }
    .side-contents .widget:not(.widget_media_image){
        padding: 2.5rem 1.25rem 1.875rem 1.25rem;
    }
    .dnhl_header_wrap .side-contents .widget.widget_media_image img{
        width: 100%;
        height: 15rem;
    }
    .side-contents h2{
        padding-bottom: 1.25rem;
        margin-bottom: 1.5rem;
    }
    .news-date img{
        width: 1.125rem;
        height: 1.125rem;
        vertical-align: middle;
    }
    .page-contents h4, .page-contents h5, .page-contents h6{
        font-size: 1rem;
    }
    .news-date time{
        font-size: 0.75rem;
        line-height: 1.063rem;
        margin-left: 0.125rem;
    } 
    .dnhl-section .page-title{
        font-size: 1.25rem;
        line-height: 1.813rem;
        margin-bottom: 0.625rem;
    }
    .page-contents table{
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .dnhl-section .dnhl_ww .news-date.only_sp{
        text-align: right;
        margin-bottom: 0.313rem;
    }
    .dnhl-list-tag a{
        font-size: 0.75rem;
        line-height: 1.875rem;
    }
    .dnhl-single-first:not(.nocate){
        margin-bottom: 0.625rem;
    }
    .page-contents h2{
        font-size: 1.125rem;
        line-height: 1.625rem;
        padding-bottom: 0.813rem;
        margin-bottom: 0.625rem;
        margin-top: 2.5rem;
    }
    .page-contents h3, .dnhl-related-post .dnhl-ttrlp{
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 0.75rem;
    }
    .rlt_img{
        min-width: 8.313rem;
    }
    .dnhl-list-related a img{
        width: 8.313rem;
        height: 4.25rem;
    }
    .dnhl-list-related .article-title a{
        font-size: 0.875rem;
        line-height: 1.313rem;
        display: block;
    }
    .dnhl-list-related li{
        display: flex;
        gap: 0.813rem;
    }
    .dnhl-list-related li:not(:last-child){
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
    .dnhl-list-related .article-title{
        line-height: 1.313rem;
        margin-bottom: 0;
    }
    .dnhl_viewmore a{
        font-size: 0.875rem;
        line-height: 1.25rem;
        width: 13.564rem;
        padding: 0.938rem;
    }
    .dnhl_viewmore{
        margin-top: 2.188rem;
    }
    .dnhl-mp .article-img img, .dnhl-mpfw .article-img img{
        width: 100%;
        height: 15.625rem;
    }
    .dnhl-related-post .dnhl-ttrlp{
        margin-bottom: 1.563rem;
    }
    .dnhl-related-post{
        margin-top: 1.563rem;
    }
    .dnhl-breadcrumb{
        padding-left: 0.938rem;
        padding-right: 0.938rem;
    }
    .article-link .article-title{
        font-size: 1.125rem;
        line-height: 1.625rem;
        margin-top: 0.625rem;
    }
    .article-contents .news-date time{
        font-size: 0.875rem;
        line-height: 1.5rem;
    }
    /* Slider */
    .dnslider_img img{
        height: 10.75rem;
        object-fit: cover;
    }
    .dnslider_img .widthseta{
        width: 20.875rem;
    }
    .dnslider_img .widthsetb{
        width: 14.313rem;
    }
    .dnslider_img .widthsetc{
        width: 10.75rem;
    }
    .dnslider_img .widthsetd{
        width: 17.438rem;
    }
    .dnslider_img .widthsete{
        width: 16.063rem;
    }
    .dnhl_list_slider .slick-slide{
        margin-left: 0.313rem;
        margin-right: 0.313rem;
    }
    .dnhl_list_slider .slick-dots{
        margin-top: 0.875rem;
    }
    #dnhl_main .dnhl_slider{
        padding-top: 1.063rem;
        padding-bottom: 2.2rem;
    }
    .dnhl_header_wrap #dnhl_main .swiper-pagination{
        bottom: 0.5rem;
    }
    .dnhl_slider.dnhl-pre .swiper-slide, .hldn-news.dnhl-pre .dn-new-item{
        margin-right: 0.625rem;
    }
    .fs36{
        font-size: 1rem;
        line-height: 1.375rem;
    }
    .fs27{
        font-size: 0.813rem;
        line-height: 1.3rem;
    }
    .dnhl_tbtom{
        bottom: 0.5rem;
        left: 0.5rem;
    }
    .dnhl_ttop{
        top:0.375rem;
        left: 0.5rem;
    }
    .dn-detail-it{
        padding-bottom: 0.75rem;
        min-height: 13.75rem;
        object-fit: cover;
    }
    .hldn-news .dn-new-item.alm .dnhl-last-post{
        min-height: 13.75rem;
    }
    .dnhl-new-bar .hldn_bar_title, .dnhl-new-spa .hldn_spa_title{
        font-size: 1.25rem;
        line-height: 1.625rem;
    }
    #dnhl_main .dnhl-new-bar{
        margin-top: 1rem;
    }
    #dnhl_main .dnhl-new-spa{
        margin-top: 1.5rem;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
    #dnhl_main .hldn_bar_list, #dnhl_main .hldn_spakk_list{
        margin-bottom: 2rem;
    }
    .hldn-news{
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        margin-top: 1.25rem;
        padding-bottom: 1.75rem;
    }
    .dnhl-list-cats{
        margin-top: 0.688rem;
    }
    .dn-new-list .slick-list, .dn-spa-list .slick-list{
        margin-left: -0.375rem;
        margin-right: -0.375rem;
    }
    .dn-new-list .slick-slide{
        margin-left: 0.375rem;
        margin-right: 0.375rem;
    }
    .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;
    }
    .hldn-news .hldn_ttnew{
        font-size: 1.375rem;
        line-height: 1.625rem;
        font-weight: 900;
    }
    .hldn-news .dnhl-last-post{
        max-width: 11.25rem;
        width: 100%;
    }
    .hldn-news .dnhl-last-post{
        font-size: 1rem;
        line-height: 1.5;
    }
    .hldn-news .dnhl-arrr{
        width: 0;
        height: 0;
        border-top: 0.375rem solid transparent;
        border-left: 0.5rem solid var(--main-orange);
        border-bottom: 0.375rem solid transparent;
        position: relative;
        top: 0.813rem;
        left: -3.75rem;
    }
    .dninfo{
        background-image: url(../images/bg_dnif_sp.jpeg);
        background-image: -webkit-image-set(url(../images/bg_dnif_sp.webp) 1x);
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        padding-top: 0.688rem;
        padding-bottom: 2.188rem;
    }
    .dninfo-wrap{
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
    .dnif-bigtt{
        font-size: 3.438rem;
        line-height: 4.063rem;
        color: var(--light-color);
        font-weight: 900;
    }
    .dnif-subtt, .dnif-bttt{
        font-weight: 900;
        font-size: 3.125rem;
        line-height: 3.75rem;
        color: var(--light-color);
    }
    .dnif-subtt{
        margin-top: 0.75rem;
    }
    .dnif-list{
        flex-wrap: wrap;
        gap: 0.938rem 2rem;
        justify-content: center;
        margin-top: 1.25rem;
    }
    .dnif-gt{
        font-size: 1rem;
        line-height: 1.625rem;
        font-weight: 500;
        margin-top: 0.25rem;
    }
    .dnif-bttt{
        text-align: right;
        padding-right: 3.438rem;
    }
    .dnif_small{
        width: 9.375rem;
        height: 5.563rem;
        display: block;
    }
    .gourmet-ttb{
        font-size: 3.438rem;
        line-height: 3.438rem;
    }
    .gourmet-tts{
        font-size: 3.75rem;
        line-height: 4.375rem;
        margin-top: 0.5rem;
    }
    .gourmet-tts .gmsm{
        font-size: 6.5rem;
        line-height: 6.6rem;
        padding-left: 0.625rem;
        padding-top: 0.375rem;
        display: block;
    }
    .dn-gourmet-list .gourmet_garelly{
        width: 11.25rem;
        height: 11.25rem;
    }
    .dn-gourmet{
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        margin-top: 1.688rem;
        margin-bottom: 2.625rem;
    }
    .dn-gourmet-list li:first-child{
        flex-basis: 100%;
        flex-grow: 0;
        position: relative;
        z-index: 1;
        margin-bottom: -1.5rem;
    }
    .hldn_new_list .swiper-slide{
        max-width: 11.375rem;
    }
    .page-contents h3{
        margin-bottom: 0.938rem;
        margin-top: 1.875rem;
    }
    .bigll{
        font-size: 7.5rem;
    }
    .dn-gourmet-list{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .dn-gourmet-list li:not(:first-child){
        flex-basis: 48.755%;
        margin-bottom: 0.625rem;
    }
    .gml_tt .gm_linktt{
        left: 0.477rem;
        bottom: 0.375rem;
    }
    .dn-gourmet-wrap .dnhl_viewmore a,  .dnhl-spa .btn-pink a, .dn-travel .dnhl_viewmore a{
        font-size: 1.125rem;
        line-height: 1.375rem;
        font-weight: 700;
        width: 16.875rem;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    .dn-gourmet .dnhl_viewmore{
        margin-top: 1.313rem;
    }
    .dnhl-spa{
        padding-top: 2rem;
        padding-bottom: 2.625rem;
    }
    .spa-nott{
        font-size: 3.25rem;
        line-height: 4.188rem;
    }
    .spa-smalltt{
        font-size: 3.2rem;
        line-height: 3.875rem;
    }
    .spa-bigtt .big_tt{
        font-size: 5.938rem;
        line-height: 6.563rem;
        font-weight: 900;
    }
    .spa-bigtt:not(.big_tt){
        font-size: 3.75rem;
        line-height: 4.375rem;
    }
    .hldn_spa_list{
        margin-top: 3.125rem;
    }
    .dn-spa-list .slick-slide{
        margin-left: 0.469rem;
        margin-right: 0.469rem;
    }
    .dnhl-list-cats a{
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
    .dnhl-spa-top{
        padding-left: 1.125rem;
        padding-right: 0.5rem;
    }
    .dn-detailsp-it a img{
        width: 100%;
        height: 13.063rem;
        object-fit: cover;
    }
    .dn-spatitle{
        font-size: 1.125rem;
        line-height: 1.625rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .spa-excerpt{
        font-size: 0.875rem;
        line-height: 1.5rem;
        color: var(--black-color);
    }
    .spa_faci_title{
        font-size: 1rem;
        line-height: 1.625rem;
        color: var(--black-color);
    }
    .dnhl-spa .btn-pink a{
        background-color: var(--color-pink);
    }
    .dntravel-top{
        padding-left: 0.438rem;
        padding-right: 0.438rem;
    }
    .travel-nott{
        font-weight: 900;
        letter-spacing: -0.04em;
        font-size: 3.313rem;
        line-height: 3.938rem;
    }
    .travel-smalltt{
        font-weight: 900;
        font-size: 1.813rem;
        line-height: 2.438rem;
        margin-top: 0.875rem;
    }
    .travel-bigtt span{
        text-shadow: 4px 4px 3px rgba(230, 0, 18, 0.25);
    }
    .travel-bigtt span:not(.nsll){
        font-size: 4.063rem;
        line-height: 4.688rem;
        font-weight: 900;
        display: block;
        margin-top: 0.625rem;
    }
    .dn-listtravel{
        margin-top: 1.688rem;
    }
    .travel-bigtt span .nsll{
        font-weight: 900;
        font-size: 5.313rem;
        line-height: 5.938rem;
    }
    .travel_one{
        width: 12.5rem;
        height: 3.188rem;
        position: absolute;
        top: -3rem;
        right: 0;
    }
    .travel-bigtt{
        position: relative;
        top: -0.5rem;
        left: 0.25rem;
    }
    .tvtct{
        text-align: left;
    }
    .tvtct img{
        width: 20.813rem;
        height: 3.625rem;
    }
    .tvcity-dn img{
        width: 10.75rem;
        height: 3.75rem;
    }
    .tvct-img img{
        width: 21.688rem;
        display: block;
    }
    .list_boofl_term{
        bottom: -0.688rem;
        right: 0.875rem;
    }
    .spa-ctall{
        padding-top: 0.688rem;
        padding-left: 0.938rem;
        padding-right: 0.938rem;
    }
    .dn-spaprice{
        margin-top: 0.313rem;
    }
    .dn-detailsp-it{
        padding-bottom: 1.063rem;
        height: 34.5rem;
    }
    .dn-listtravel .dntv-item{
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        padding-top: 1.375rem;
        padding-bottom: 1.5rem;
    }
    .dntv .tvct-img img{
        height: 13.688rem;
        object-fit: cover;
    }
    .tvct-img::after{
        left: 1rem;
    }
    .tvct-img::after{
        top: 0.875rem;
        width: 21.188rem;
        height: 13.188rem;
    }
    .tvct-img{
        padding-left: 0.313rem;
    }
    .tvtbt{
        font-size: 1rem;
        line-height: 1.5rem;
        margin-top: 1.5rem;
        padding-left: 0.75rem;
    }
    .tvbtm a{
        font-size: 1rem;
        width: 15.625rem;
    }
    .tvcity-ha img{
        width: 17.063rem;
        height: 4.063rem;
    }
    .hatv .tvct-img img, .huetv .tvct-img img{
        height: 13.688rem;
        object-fit: cover;
    }
    .tvcity-hue img{
        display: block;
        width: 6.75rem;
        height: 2.875rem;
    }
    .huetv .tvctimg{
        padding-top: 0.5rem;
    }
    .tvcity-dn, .tvcity-ha{
        position: absolute;
        top: -2.063rem;
        left: 1.563rem;
    }
    .dnhl-tamtrang{
        padding-bottom: 2rem;
        padding-top: 1.5rem;
    }
    .dnhl-tamtrang .tabs{
        flex-wrap: wrap;
    }
    .tvctimg{
        margin-top: 2.625rem;
    }
    .tvbtm{
        margin-top: 1.25rem;
    }
    .dn-travel .dnhl_viewmore a{
        background-color: var(--color-red);
    }
    .ttrang-text{
        font-size: 1rem;
        line-height: 1.438rem;
        bottom: 0.438rem;
    }
    .dnview-warpper .dnhl_viewmore.btn-red a{
        background-color: var(--color-red);
    }
    .tamtrang-lists li a img{
        display: block;
        width: 12.188rem;
        height: 8.125rem;
        object-fit: cover;
    }
    .tamtrang-lists li{
        flex-basis: 50%;
    }
    .dn-travel{
        padding-top: 2rem;
        padding-bottom: 2.5rem;
    }
    .ttrang-wrap{
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        padding-top: 2.313rem;
    }
    .tvcity-hue{
        position: absolute;
        top: -1.063rem;
        left: 1.563rem;
    }
    .tabs{
        background-color: var(--bg-content);
        display: flex;
        justify-content: space-between;
    }
    .dnview-warpper .tab{
        font-size: 1rem;
        line-height: 1.625rem;
        padding: 0.838rem 0.75rem;
        text-align: center;
    }
    .dnview-warpper{
        margin-top: 1.5rem;
    }
    .dnview-warpper .panels{
        padding-bottom: 1rem;
    }
    .dnhl-ingarelly #sb_instagram .sbi_follow_btn a{
        font-size: 1rem;
        line-height: 1.625rem;
        font-weight: 900;
        font-family: 'Zen Kaku Gothic Antique', sans-serif;
        min-width: 17.5rem;
    }
    .dnhl-ingarelly #sb_instagram .sbi_follow_btn a:lang(vi){
        font-family: 'Roboto', sans-serif;
    }
    .tamtrang-tt{
        font-size: 2.375rem;
        line-height: 3.125rem;
        text-align: center;
    }
    .dnhl-ins-tt{
        padding: 0.625rem;
    }
    /* 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;
    }
    .dnview-warpper #one-panel.dnhl-ajaxload::before{
        left: 44%;
    }
    .page-contents .wp-block-table table tr th, .page-contents table th, .tavleVerticalTtl tr th{
        font-weight: 500;
    }
    /* Line support */
    .dnhl-support-top{
        position: relative;
        overflow: hidden;
        border-radius: 0 5rem;
        padding-top: 3.25rem;
        padding-bottom: 1.625rem;
    }
    .dnhl-support-top .dnhl-spleft{
        position: relative;
        z-index: 2;
    }
    .dnhl-support-top .dnhl-spright{
        position: absolute;
        top: 1.063rem;
        z-index: 1;
        right: 0;
    }
    .dnhl-spimgs img{
        display: block;
        width: 23.406rem;
        height: 32.233rem;
        opacity: 0.1;
    }
    .snhl-spwrap, .dnhlsp-friend-wrap{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .dnhl-support-top .dnhlsp-title{
        letter-spacing: -0.02em;
        font-size: 2.188rem;
        line-height: 2.688rem;
    }
    span.dnhlsp-smla{
        font-size: 1.375rem;
    }
    .dnhl-support-top .dnhlsp-content{
        font-size: 1rem;
        line-height: 1.625rem;
        margin-top: 0.75rem;
        font-weight: 700;
    }
    .dnhl-support-top .dnhlsp-btn{
        font-size: 1.125rem;
        line-height: 1.625rem;
        margin-left: auto;
        margin-right: auto;
        padding: 1.375rem 0.5rem;
        width: 15.813rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1.688rem;
    }
    #dnhl-line-support .dnhlsp-main-title{
        font-size: 1.375rem;
        line-height: 2rem;
    }
    #dnhl-line-support .dnhlsp-main-title::after{
        width: 4.375rem;
        height: 0.188rem;
        bottom: -1.25rem;
    }
    .dnhlsp-vc img{
        width: 6.813rem;
        height: 15.188rem;
        display: block;
    }
    .dnsp-vanchan-wrap, .dnhlsp-wen-wrap{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .dnhlsp-vanchan .dnhlsp-thinks{
        font-size: 0.875rem;
        line-height: 1.375rem;
        padding: 1.438rem 0.625rem 1.438rem 0.938rem;
        max-height:13.75rem;
        max-width: 13.875rem;
    }
    .dnhlsp-say{
        display: flex;
        flex-wrap: wrap;
        gap: 1.25rem;
        margin-top: 3.25rem;
    }
    .dnhlsp-gt{
        flex-basis: 100%;
        flex-grow: 0;
        padding: 1.25rem;
    }
    .dnhlsp-vanchan .dnhlsp-thinks::after{
        border-top-width: 0.625rem;
        border-bottom-width: 0.625rem;
        border-right-width: 1.25rem;
        left: -0.938rem;
        bottom: initial;
        top: 3.5rem;
    }
    .dnhlsp-gt h4{
        font-size: 1rem;
        line-height: 1.688rem;
        padding-bottom: 0.625rem;
        margin-bottom: 1rem;
        border-bottom: 2px solid var(--light-color);
    }
    .dnhlsp-gt p, .dnhlsp-gt ul li{
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .dnhlsp-subtt{
        font-size: 1rem;
        line-height: 1.5rem;
        text-align: left;
        margin-top: 2.5rem;
    }
    .dnhlsp-talka img{
        width: 10.498rem;
        height: 6.743rem;
    }
    .dnhlsp-talkb img{
        width: 11.101rem;
        height: 6.387rem;
    }
    .dnhlsp-talkc img{
        width: 10.594rem;
        height: 6.387rem;
    }
    .dnhlsp-talkd img{
        width: 11.174rem;
        height: 6.921rem;
    }
    .dnhlsp-talke img{
        width: 11.174rem;
        height: 6.921rem;
    }
    .dnhlsp-talkf img{
        width: 11.672rem;
        height: 6.698rem;
    }
    .dnhlsp-main-talk > p.splmm > span{
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .dnhlsp-main-talk{
        min-height: 61.125rem;
        margin-top: 2rem;
    }
    .dnhlsp-main-talk > p.splmm > span{
        top:41%;
    }
    .dnhlsp-main-talk .dnhlsp-talka{
        left: 0.5rem;
        top: -0.375rem;
    }
    .dnhlsp-main-talk .dnhlsp-talkb{
        left: -0.313rem;
        top: 7.125rem;
    }
    .dnhlsp-main-talk .dnhlsp-talkc{
        left: -0.125rem;
        top: 14rem;
    }
    .dnhlsp-main-talk .dnhlsp-talkd{
        right: -0.438rem;
        top: -1.75rem;
    }
    .dnhlsp-main-talk .dnhlsp-talke{
        right: -0.438rem;
        top: 5.125rem;
    }
    .dnhlsp-main-talk .dnhlsp-talkf{
        right: -0.625rem;
        top: 13rem;
    }
    .dnhlsp-list-mes{
        position: absolute;
        width: 100%;
        top: 22.438rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .dnhlsp-wpas h4{
        line-height: 1.75rem;
    }
    .dnhlsp-btnline a{
        text-decoration: none;
        font-size: 1.125rem;
        line-height: 1.75rem;
        font-weight: 900;
        display: inline-block;
        background-color: var(--bg-green);
        border-radius: 3.125rem;
        color: var(--light-color);
        padding: 1.313rem 0.5rem;
        min-width: 15.813rem;
    }
    .dnhlsp-vanchan{
        margin-top: 3.438rem;
    }
    .dnhlsp-wen-chan{
        margin-top: 1.438rem;
        padding-top: 1.813rem;
        border-radius: 0 5rem;
    }
    .dnhlsp-friend{
        margin-top: 2.063rem;
        margin-bottom: 3.063rem;
    }
    .dnhlsp-wpas{
        margin-top: 1.938rem;
    }
    .dnhlsp-wpas .dnhlsp-btnline {
        margin-top: 0.375rem;
    }
    .single .wp-swiper .wp-swiper__thumbs .wp-block-image img{
        height: 3.375rem;
        object-fit: cover;
    }
    .single .swiper-button-next, .single .swiper-button-prev{
        display:block!important;
    }
    .single .swiper-button-next:after, .single .swiper-button-prev:after{
        font-size:1.875rem;
    }
    .single .swiper-button-next{
        text-align:right;
    }
     /* Hero slider */
    .dnhl_list_slider .swiper-slide.one{
        width: 20.875rem!important;
    }
    .dnhl_list_slider .swiper-slide.two {
        width: 14.313rem!important;
    }
    .dnhl_list_slider .swiper-slide.three{
        width: 10.75rem!important;
    }
    .dnhl_list_slider .swiper-slide.four{
        width: 17.438rem!important;
    }
    .dnhl_list_slider .swiper-slide.five{
        width: 16.063rem!important;
    }
    /* Fix Elementor */
    .single.elementor-default .elementor-skin-slideshow:not(.elementor-widget__width-initial) .elementor-main-swiper:not(.elementor-thumbnails-swiper) .elementor-carousel-image, .single.elementor-default .elementor-skin-slideshow:not(.elementor-widget__width-initial) .elementor-main-swiper:not(.elementor-thumbnails-swiper) .swiper-slide, .single.elementor-default .elementor-skin-slideshow:not(.elementor-widget__width-initial) .elementor-main-swiper:not(.elementor-thumbnails-swiper){
        height: 13.125rem;
        object-fit: cover;
    }
    .dnhl-section.rightnavi.on .elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper){
        height: 13.125rem;
        object-fit: cover;
    }
    .dnhl-section.rightnavi.on .elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) .swiper-slide .elementor-carousel-image{
        height: 13.125rem;
        object-fit: cover;
    }
    .single.elementor-default .elementor-element-476f428 .elementor-column.elementor-col-50 .elementor-widget.elementor-widget-image .elementor-widget-container img, .single.elementor-default .elementor-element-53f1980 .elementor-column.elementor-col-50 .elementor-widget.elementor-widget-image .elementor-widget-container img, .single.elementor-default .elementor-element-9d89f57 .elementor-column.elementor-col-50 .elementor-widget.elementor-widget-image .elementor-widget-container img, .single.elementor-default .elementor-element-c3e34cc .elementor-column.elementor-col-50 .elementor-widget.elementor-widget-image .elementor-widget-container img{
        width: 15.625rem;
        height: 15.625rem;
        object-fit: cover;
    }
    .dnhl-ingarelly #sb_instagram .sbi_follow_btn a .fa-instagram{
        height: 2.5rem;
        vertical-align: middle;
    }
    .dnhl-ingarelly #sb_instagram .sbi_follow_btn a span{
        vertical-align: middle;
    }
    .elementor-widget-text-editor p span{
        font-size: inherit!important;
    }
    .facilityTable:nth-child(1) .elementor-col-25:nth(3) .elementor-widget-wrap, .facilityTable:nth-child(3) .elementor-col-25:nth(3) .elementor-widget-wrap{
		background-color: #EAEAEA!important;
	}
	.facilityTable:nth-child(1) .elementor-col-25:nth(4) .elementor-widget-wrap, .facilityTable:nth-child(3) .elementor-col-25:nth(4) .elementor-widget-wrap{
		background-color: #F4F4F4!important;
	}
	.facilityTable:nth-child(2) .elementor-col-25:nth(1) .elementor-widget-wrap{
		background-color: #F4F4F4!important;
	}
	.facilityTable:nth-child(2) .elementor-col-25:nth(2) .elementor-widget-wrap{
		background-color: #EAEAEA!important;
	}
     /* Fix image single */
     .single .dnhl-section.rightnavi .wp-block-image:not(.dnhl_no_objectfit) img{
        max-height: 15.625rem;
        object-fit: cover;
    }
    .dnhl-section.rightnavi .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide{
        max-height:13.125rem;
    }
    .dnhl-section.rightnavi .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure .wp-block-jetpack-slideshow_image{
        width: 100%;
        max-height: 13.125rem;
        object-fit: cover;
    }
    /* Benefit */
    .dnhl-benefit{
        margin-top: 1.875rem;
        margin-bottom: 1.25rem;
        padding: 0.625rem 0.625rem 1.125rem 0.625rem;
        border: 0.375em solid transparent;
        border-image: 6 repeating-linear-gradient(-45deg, var(--main-orange) 0, var(--main-orange) 0.625rem, transparent 0, transparent 1rem, var(--main-orange) 0, var(--main-orange) 1rem, transparent 0, transparent 1rem);
    }
    .dnhl-benefit-logo{
        top: -1rem;
        left: -1rem;
    }
    .dnhl-has-img .dnhl-bnef-cc .dnhl-bnefit-title{
        display: none!important;
    }
    .dnhl-benefit-logo img{
        width: 11.75rem;
        height: 11.813rem;
        display: block;
        object-fit: cover;
    }
    .dnhl-bnf-imgl{
        text-align: center;
    }
    .dnhl-bnf-imgl img{
        width: 18.938rem;
        height: 11rem;
        margin: 0 auto;
    }
    .dnhl-bnf-content{
        margin-top: 1.625rem;
    }
    .dnhl-bnf-content .dnhl-bnefit-title{
        font-size: 1.25rem;
        line-height: 1.813rem;
        text-align: center;
        max-width: 9.688rem;
        margin: 0 auto;
    }
    #benefit-detail .dnhl-bnf-content .dnhl-bnefit-title::after{
        content: "";
        width: 6.563rem;
        height: 0.25rem;
        background-color: var(--main-orange);
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -1rem;
    }
    #benefit-detail.dnhl-has-img .dnhl-bnefit-title{
        margin-bottom: 2.5rem;
    }
    #benefit-detail.dnhl-has-img .bnef-bt-jp{
        margin-top: 1rem;
    }
    #benefit-detail.dnhl-has-img{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .dnhl-benefit.dnhl-no-image{
        min-height: 14.813rem;
        max-width: 21.813rem;
        margin-left: auto;
        margin-right: auto;
    }
    .dnhl-has-img .dnhl-bnf-content .dnhl-bnf-imgl{
        margin-top: 1.563rem;
    }
    .dnhl-bnf-content .dnhl-bnefit-jp, .dnhl-bnf-content .dnhl-bnefit-vi{
        margin-top: 2.313rem;
    }
    .dnhl-benefit.dnhl-has-img{
        min-height: 25.375rem;
        max-width: 21.813rem;
        margin-left: auto;
        margin-right: auto;
    }
    .dnhl-no-image .dnhl-bnf-content{
        padding-top: 0.625rem;
    }
    .dnhl-no-image .dnhl-bnef-btn{
        margin-top: 3.438rem;
    }
    .dnhl-has-img .dnhl-bnf-content .dnhl-bnef-btn{
        margin-top: 0.875rem;
    }
    .dnhl-bnf-content .dnhl-bnef-cc{
        padding-top: 0.125rem;
    }
    .dnhl-bnf-content .dnhl-bnefit-vi{
        margin-top: 1rem;
    }
    .dnhl-bnef-btn a{
        width: 14.25rem;
        height: 3.688rem;
        padding: 1.125rem 0.5rem;
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .dnhl-section .dnhl-bnefit-jp p, .dnhl-section .dnhl-bnefit-vi p{
        font-weight: 500;
        line-height: 1.5rem;
    }
    #benefit-detail{
        margin-bottom: 2.5rem;
    }
    /* Banner single */
    .main-contents .dnhl-single-banner{
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .main-contents .dnhl-single-banner a{
        text-align: center;
        margin-bottom: 1rem;
    }
    .main-contents .dnhl-single-banner img{
        width: 100%;
        height: 13.875rem;
        margin: 0 auto;
    }
    /* Fix box */
    .dnhl-box-support img{
        max-height: 15.625rem;
        object-fit: cover;
        width: 100%;
    }
    /* Top bar */
    .dnhl_header_wrap .dnhl-topbar{
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }
    /* SLD */
    .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption{
        font-size: 0.75rem!important;
    }
    .single .wp-block-embed-youtube iframe{
        width: 100%;
    }
}
.elementor-element .swiper .elementor-swiper-button svg path, .elementor-lightbox .swiper .elementor-swiper-button svg path, .elementor-element .swiper .elementor-swiper-button-prev, .elementor-lightbox .swiper .elementor-swiper-button-prev, .elementor-element .swiper .elementor-swiper-button-next, .elementor-lightbox .swiper .elementor-swiper-button-next{
    -webkit-filter: drop-shadow( 2px 2px 4px rgba(0,0,0,.9) );
	filter: drop-shadow( 2px 2px 4px rgba(0,0,0,.9) );
}
.single-tour #single-tour h1.elementor-heading-title{
    font-size: 1.125rem;
    line-height: 1.5rem;
}
.single-tour #single-tour h1.elementor-heading-title br{
    display: none!important;
}
.single-tour #single-tour #tourAttention{
    padding-left: 0;
    padding-right: 0;
}
.single .captionLetter{
    font-size: 0.75rem!important;
    color: #555555!important;
    text-align: center!important;
}
.single .captionLetter a{
    color: #555555!important;
    text-decoration: underline!important;
}
/* End Responsive */