html {
    --antd-wave-shadow-color: #52ab5c;
    --scroll-bar: 0;
}
html h1, html h2, html h3, html h4, html h5, html h6, html ol, html p, html ul {
    padding: 0;
    margin: 0;
}
body {
    margin: 0;
    font-variant: tabular-nums;
    line-height: 1.5715;
    font-size: 14px;
    -webkit-font-feature-settings: "tnum","tnum";
    -moz-font-feature-settings: "tnum","tnum";
    font-feature-settings: "tnum","tnum";
}
section {
    padding-bottom: 36px;
}
h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: 500;
}
h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: 500;
}
::selection {
    color: #fff;
    background: #f7941d;
}
a {
    color: #f7941d;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    -webkit-transition: color .3s;
    transition: color .3s;
    -webkit-text-decoration-skip: objects;
}
a {
    color: inherit;
    text-decoration: none;
    touch-action: manipulation;
}
a:hover {
    color: #f7ab59;
}
img {
    max-width: 100%;
}
#banner {
    position: relative;
    display: -webkit-flex;
    display: flex;
    z-index: 2;
    color: #fff;
    background: -webkit-linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.6)),url(https://ansapbienhoa.com/wp-content/uploads/2023/01/ddlk-cover-scaled.jpeg) no-repeat;
    background: linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.6)),url(https://ansapbienhoa.com/wp-content/uploads/2023/01/ddlk-cover-scaled.jpeg) no-repeat;
    background-size: cover;
    background-position: 50%;
    height: 500px;
}
.banner-container {
    width: 100%;
    margin: auto;
    padding: 0 16px;
}
.banner-search:before, .banner-search-mode-on:before {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: 0;
    z-index: 2;
    background: #232a31;
    pointer-events: none;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.banner-title {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: -10px;
    margin-bottom: 40px;
    text-align: center;
}
.banner-title h1 {
    color: #fff;
    font-size: 40px;
    text-transform: capitalize;
}
.banner-title h1 .cursor {
    color: #888;
    animation: Typewriter-cursor 1s infinite;
    margin-left: 1px;
}
.banner-title h3 {
    color: #ccc;
}
.banner-input {
    display: -webkit-flex;
    display: flex;
    position: relative;
}
.banner-input-key, .banner-input-key-forcus {
    display: block;
    width: 100%;
    margin-right: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
    overflow: hidden;
}
.banner-input-key>i, .banner-input-key-forcus>i {
    display: none;
}
.banner-input-key input, .banner-input-key-forcus input {
    width: 100%;
    height: 65px;
    font-size: 20px;
    letter-spacing: .3px;
    line-height: 1.5;
    padding: 20px 60px 20px 20px;
    border: 0;
    outline: none;
    color: #6d6f71;
    background: #fff;
    background-clip: padding-box;
}
.banner-input>a {
    height: 100%;
}
.banner-input>a button {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    background-color: #f7941d;
    border-color: #f7941d;
    border-radius: 10px;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}
.banner-input>a button {
    font-size: 20px;
    font-weight: 600;
    height: 65px;
    width: 200px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
}
.banner-input>a button i {
    font-size: 24px;
    width: 30px;
    padding-right: 6px;
}
@keyframes Typewriter-cursor{
    0%{
        opacity:0;
    }
    50%{
        opacity:1;
    }
    100%{
        opacity:0;
    }
}
.category-card {
    position: relative;
    display: block;
    cursor: pointer;
    color: inherit;
    background: #fff;
    margin: 0 12px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
}
.category-card .category-card-img {
    width: 100%;
    background-color: #eee;
    background-image: -webkit-gradient(linear,left top,right top,from(#eee),color-stop(#f5f5f5),to(#eee));
    background-image: -webkit-linear-gradient(left,#eee,#f5f5f5,#eee);
    background-image: linear-gradient(90deg,#eee,#f5f5f5,#eee);
    background-size: 200px 100%;
    background-repeat: no-repeat;
    -webkit-animation: CategoryCard_loading-image-animation__25ybX 1.2s ease-in-out infinite;
    animation: CategoryCard_loading-image-animation__25ybX 1.2s ease-in-out infinite;
    border-radius: 10px;
    overflow: hidden;
    height: 220px;
}
.category-card .category-card-img .category-card-img-wrapper {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.category-card .category-card-img .category-card-img-wrapper img {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition: all 1.5s cubic-bezier(0,0,.2,1);
    transition: all 1.5s cubic-bezier(0,0,.2,1);
}
.category-card h3 {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    content: "";
    width: auto;
    height: auto;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
}
.category-card:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 10px;
    background: -webkit-linear-gradient(339deg,#000,rgb(247 148 29 / 30%),hsla(0,0%,100%,.2));
    background: linear-gradient(111deg,#000,rgb(247 148 29 / 30%),hsla(0,0%,100%,.2));
}
#category {
    padding-bottom: 36px;
}
.home-container {
    width: 100%;
    margin: auto;
    padding: 0 16px;
}
.home-title {
    text-align: center;
    margin: 40px 0;
}
.home-title h2 {
    position: relative;
    font-size: 28px;
    font-weight: 700;
}
.home-title h2:before {
    position: absolute;
    top: auto;
    right: 0;
    bottom: -10px;
    left: 0;
    content: "";
    width: 90px;
    height: 2px;
    margin: 0 auto;
    border-radius: 6px;
    background: #f7941d;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    z-index: 1;
}
.owl-nav button.owl-prev {
    left: -10px;
}
.owl-nav button.owl-next {
    right: -10px;
}
.owl-nav button .nav-arrow {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
}
.nav-arrow:after {
    font-size: 20px;
    font-family: 'FontAwesome';
    color: #2b2b2b;
    line-height: 40px;
    opacity: 1;
}
.nav-arrow.nav-next:after {
    content: "\f105";
}
.nav-arrow.nav-prev:after {
    content: "\f104";
}
.owl-dots {
    text-align: center;
    padding-top: 10px;
}
.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-dots .owl-dot span {
    border: none;
    width: 10px;
    height: 10px;
    background: #dfdfdf;
    border-radius: 50%;
    margin: 0 5px;
    padding: 5px;
    display: block;
}
.owl-dots .owl-dot.active span {
    background: #f7941d;
}
#header {
    position: relative;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 4px 0 hsl(0deg 0% 71% / 50%);
    z-index: 1;
}
.header-container {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 60px;
    width: 100%;
    padding: 0 40px;
}
.header-logo {
    width: 196px;
    text-align: left;
}
.header-logo img {
    height: 60px;
    padding: 6px 0;
}
.header-nav {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex: 1 1;
    flex: 1 1;
    color: #fff;
}
.header-left-nav {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.header-left-nav .header-nav-menu a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    height: 60px;
    line-height: 60px;
    color: #000;
    padding: 0 10px;
    margin-right: 12px;
    -webkit-transition: color .3s ease-in-out,border .1s ease-in-out;
    transition: color .3s ease-in-out,border .1s ease-in-out;
    position: relative;
}
#promo {
    padding-bottom: 36px;
}
.home-voucher-list {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 36px -10px -30px;
    position: relative;
}
.voucher-card {
    position: relative;
    display: block;
    cursor: pointer;
    color: inherit;
    background: #fff;
    margin: 0 12px;
    overflow: hidden;
    border-radius: 10px;
}
.voucher-card .voucher-card-image {
    width: 100%;
    background-color: #eee;
    background-image: -webkit-gradient(linear,left top,right top,from(#eee),color-stop(#f5f5f5),to(#eee));
    background-image: -webkit-linear-gradient(left,#eee,#f5f5f5,#eee);
    background-image: linear-gradient(90deg,#eee,#f5f5f5,#eee);
    background-size: 200px 100%;
    background-repeat: no-repeat;
    -webkit-animation: VoucherCard_loading-image-animation__3kOfL 1.2s ease-in-out infinite;
    animation: VoucherCard_loading-image-animation__3kOfL 1.2s ease-in-out infinite;
    border-radius: 10px;
    overflow: hidden;
    height: 156px;
}
.voucher-card .voucher-card-image .voucher-card-image-wrapper {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.voucher-card .voucher-card-image .voucher-card-image-wrapper img {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition: all 1.5s cubic-bezier(0,0,.2,1);
    transition: all 1.5s cubic-bezier(0,0,.2,1);
}
.location-card {
    position: relative;
    display: block;
    cursor: pointer;
    color: inherit;
    background: #fff;
    margin: 0 12px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
}
.location-card-img {
    width: 100%;
    background-color: #eee;
    background-image: -webkit-gradient(linear,left top,right top,from(#eee),color-stop(#f5f5f5),to(#eee));
    background-image: -webkit-linear-gradient(left,#eee,#f5f5f5,#eee);
    background-image: linear-gradient(90deg,#eee,#f5f5f5,#eee);
    background-size: 200px 100%;
    background-repeat: no-repeat;
    -webkit-animation: RegionCard_loading-image-animation__-NEG_ 1.2s ease-in-out infinite;
    animation: RegionCard_loading-image-animation__-NEG_ 1.2s ease-in-out infinite;
    border-radius: 10px;
    overflow: hidden;
    height: 330px;
}
.location-card-img-wrapper {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.location-card-img-wrapper img {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition: all 1.5s cubic-bezier(0,0,.2,1);
    transition: all 1.5s cubic-bezier(0,0,.2,1);
}
.location-card .location-detail {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: auto;
    text-align: left;
    color: #fff;
    padding: 16px 20px;
    border-radius: 10px;
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.9)));
    background: -webkit-linear-gradient(top,transparent,rgba(0,0,0,.9));
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.9));
}
.location-card .location-detail h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
.location-card .location-detail span {
    font-size: 14px;
    font-weight: 400;
}
.home-location-list {
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
}
.place-list {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.place-list:-webkit-scrollbar {
    display: none;
}
.place-list .place-card {
    min-width: -webkit-calc(100%/4);
    min-width: calc(100% / 4);
    max-width: -webkit-calc(100%/4);
    max-width: calc(100% / 4);
}
.place-item {
    position: relative;
    display: block;
    cursor: pointer;
    color: inherit;
    background: #fff;
    margin: 0 12px 24px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
    -webkit-transition: color .15s ease,border-color .15s ease;
    transition: color .15s ease,border-color .15s ease;
}
.place-item .place-item-image {
    width: 100%;
    background-color: #eee;
    background-image: -webkit-gradient(linear,left top,right top,from(#eee),color-stop(#f5f5f5),to(#eee));
    background-image: -webkit-linear-gradient(left,#eee,#f5f5f5,#eee);
    background-image: linear-gradient(90deg,#eee,#f5f5f5,#eee);
    background-size: 200px 100%;
    background-repeat: no-repeat;
    -webkit-animation: PlaceItemCard_loading-image-animation__kL2bY 1.2s ease-in-out infinite;
    animation: PlaceItemCard_loading-image-animation__kL2bY 1.2s ease-in-out infinite;
    border-radius: 10px;
    overflow: hidden;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 240px;
}
.place-item .place-item-image .place-item-image-wrapper {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.place-item .place-item-image .place-item-image-wrapper img {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition: all 1.5s cubic-bezier(0,0,.2,1);
    transition: all 1.5s cubic-bezier(0,0,.2,1);
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.place-item .place-item-body {
    padding: 2px 15px;
}
.place-item .place-item-body h3 {
    font-size: 18px;
    font-weight: 700;
    padding: 6px 0 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.place-item .place-item-body .place-item-text {
    color: #000;
    font-size: 14px;
    padding-bottom: 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tab-pane a:hover {
    color: #000;
}
.place-item .place-item-body .place-item-info {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 12px;
    padding-bottom: 8px;
}
.place-item .place-item-body .place-item-info .place-item-region {
    color: #b8c3d1;
}
.place-item .place-item-body .place-item-info .place-item-open-time {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    background: rgb(247 171 89 / 85%);
    border: 1px solid rgb(247 171 89 / 85%);
    border-radius: 12px;
    padding: 0 8px;
}
.place-item .place-item-body .place-item-info .place-item-closed-time {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    background: rgba(255,0,0,.7);
    border: 1px solid rgba(255,0,0,.7);
    border-radius: 12px;
    padding: 0 8px;
}
.place-item:hover .place-item-image .place-item-image-wrapper img {
    -webkit-transform: scale3d(1.1,1.1,1.1) translateZ(0);
    transform: scale3d(1.1,1.1,1.1) translateZ(0);
}
.home-place-title {
    text-align: center;
    margin: 40px 0;
    margin-bottom: 0;
}
.home-place-title h2 {
    position: relative;
    font-size: 28px;
    font-weight: 700;
}
.nav-place {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 4px;
    margin-bottom: 26px;
    overflow-y: visible;
}
.nav-place a {
    cursor: pointer;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    font-size: 18px;
    padding: 8px 16px;
    width: auto;
    border-bottom: 1px solid #dddfe2;
    margin-bottom: -1px;
    color: rgba(0,0,0,.85);
    font-weight: 500;
}
.nav-place a.active {
    border-bottom: 2px solid #f7941d;
    margin-bottom: -2px;
}
footer {
    border-top: 1px solid hsla(0,0%,100%,.6);
    background-color: #282828;
    background-image: url(/images/bg-dark.jpg);
    background-repeat: repeat;
}
footer .footer-top {
    position: relative;
    min-height: 200px;
    color: #fff;
}
footer .footer-top .container {
    position: relative;
    padding: 30px 20px 20px;
    border-bottom: 2px solid #fff;
}
footer .footer-top .footer-logo img {
    height: 60px;
}
footer .footer-top .footer-partner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 230px;
    margin-top: 20px;
    padding: 6px;
    border: 2px solid #fff;
    border-radius: 6px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
footer .footer-top .footer-partner:hover {
    border-color: #f7941d;
}
footer .footer-top .footer-partner:hover a {
    color: #fff;
}
footer .footer-top .footer-partner img {
    margin-right: 4px;
}
.footer-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 14px;
    color: #fff;
}
.footer-link-item {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 6px;
}
.footer-link-item i {
    width: 18px;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    margin: 0 5px 5px 0;
}
.footer-link-item a {
    position: relative;
}
.footer-link-item a:before {
    position: absolute;
    top: 100%;
    right: auto;
    bottom: auto;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #f7941d;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.7,0,.3,1);
    transition: -webkit-transform .4s cubic-bezier(.7,0,.3,1);
    transition: transform .4s cubic-bezier(.7,0,.3,1);
    transition: transform .4s cubic-bezier(.7,0,.3,1),-webkit-transform .4s cubic-bezier(.7,0,.3,1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}
.footer-link-item:hover .footer-facebook {
    color: #1778f2;
}
.footer-link-item:hover .footer-instagram {
    background: -webkit-radial-gradient(30% 107%,circle,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);
    background: radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer-link-item:hover .footer-tiktok {
    color: #111;
    -webkit-filter: drop-shadow(2px 0 0 #fd3e3e) drop-shadow(-2px -2px 0 #4de8f4);
    filter: drop-shadow(2px 0 0 #FD3E3E) drop-shadow(-2px -2px 0 #4DE8F4);
}
.footer-link-item:hover a {
    color: #f7941d;
}
.footer-link-item:hover a:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
.footer-link-item img {
    width: 140px;
    margin-bottom: 10px;
}
.footer-link-item:hover .footer-download:before {
    content: none;
}
.footer-copyright {
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    color: #fff;
}
.footer-copyright a {
    color: #f7941d;
    font-weight: 700;
}
.home-app {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 300px;
    margin-bottom: 16px;
    background-color: rgba(82,171,92,.2);
    border-radius: 10px;
    overflow: hidden;
}
.home-app .home-content {
    width: 40%;
    padding-left: 60px;
}
.home-app .home-content b {
    display: block;
    font-size: 24px;
    margin-bottom: 16px;
}
.home-app .home-content span {
    color: #445346;
    font-size: 16px;
}
.home-app .home-content .home-download {
    display: -webkit-flex;
    display: flex;
    margin-top: 30px;
}
.home-app .home-content .home-download .home-qrcode {
    padding: 4px;
    background: #fff;
    text-align: center;
    border-radius: 10px;
}
.home-app .home-content .home-download .home-store {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: 20px;
}
.home-app .home-content .home-download .home-store a {
    cursor: pointer;
    margin-right: 10px;
}
.home-app .home-content .home-download .home-store a:first-child {
    margin-bottom: 6px;
}
.home-app .home-content .home-download .home-qrcode img {
    width: 100px;
}
.home-app .home-content .home-download .home-store a img {
    width: 140px;
}
.home-app .home-thumb {
    width: 60%;
    margin-left: -30px;
}
.home-app .home-thumb img {
    max-width: 100%;
}
.home-app .home-thumb img.thumb-mobile {
    display: none;
}
.home-suggest {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: -20px;
}
.home-suggest img {
    width: 220px;
}
.home-suggest .home-content {
    text-align: center;
    padding: 20px;
}
.home-suggest .home-content h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}
.home-suggest .home-content button {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    background-color: #f7941d;
    border-color: #f7941d;
    border-radius: 10px;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}
.home-suggest .home-content button {
    display: -webkit-inline-flex;
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-style: hidden;
}
.back-top {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    -webkit-font-feature-settings: "tnum","tnum";
    -moz-font-feature-settings: "tnum","tnum";
    font-feature-settings: "tnum","tnum";
    position: fixed;
    right: 100px;
    bottom: 50px;
    z-index: 10;
    width: 40px;
    height: 40px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s,visibility 0s 0s;
    -moz-transition: opacity .3s 0s,visibility 0s 0s;
    transition: opacity .3s 0s,visibility 0s 0s;
}
.back-top.visible {
    opacity: 1;
}
.back-top.fade-out {
    -webkit-transition: opacity .3s 0s,visibility 0s 0s;
    -moz-transition: opacity .3s 0s,visibility 0s 0s;
    transition: opacity .3s 0s,visibility 0s 0s;
}
.back-top-content {
    width: 40px;
    height: 40px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background-color: rgba(0,0,0,.45);
    border-radius: 20px;
}
.back-top-content, .back-top-content:hover {
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.back-top .back-top-content {
    background-color: #f7941d;
}
.back-top-icon {
    font-size: 24px;
    line-height: 40px;
}
.anticon {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: 0.1em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.anticon svg {
    display: inline-block;
}
.anticon>* {
    line-height: 1;
}
.place-main {
    padding-top: 10px;
}
.place-container {
    width: 100%;
    margin: auto;
    padding: 0 16px;
}
.place-res-top {
    padding: 8px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
    position: relative;
}
.place-res-top .place-name {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding-left: 8px;
}
.place-res-top .place-address {
    font-size: 16px;
    padding-left: 8px;
}
.place-res-top .place-gallery {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin-top: 16px;
    background-color: #fff;
    border-radius: -webkit-calc(10px - 4px);
    border-radius: calc(10px - 4px);
}
.place-res-top .place-gallery > div {
    height: 355px;
    -webkit-flex: 1 1;
    flex: 1 1;
    background-color: #eee;
}
.place-res-top .place-gallery a {
    display: block;
    height: 100%;
}
.place-res-top .place-gallery a img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.place-res-top .place-gallery .place-one, .place-res-top .place-gallery .place-two {
    height: 355px;
    -webkit-flex: 1 1;
    flex: 1 1;
    margin-right: 5px;
    background-color: #eee;
}
.place-res-top .place-gallery .place-three {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
}
.place-res-top .place-gallery .place-three > div {
    width: 100%;
    background-color: #eee;
}
.place-res-top .place-gallery .place-three > div:not(:last-child) {
    margin-bottom: 5px;
}
.place-res-top .place-gallery .place-three .place-three-one {
    overflow: hidden;
    -webkit-flex-grow: 4;
    flex-grow: 4;
}
.place-res-top .place-gallery .place-three .place-three-two {
    background-color: #fff;
    height: 150px;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.place-res-top .place-gallery .place-three .place-three-two > a {
    height: 100%;
    -webkit-flex: 1 1;
    flex: 1 1;
    background-color: #eee;
    position: relative;
}
.place-res-top .place-gallery .place-three .place-three-two > a:not(:last-child) {
    margin-right: 4px;
}
.place-contribute-photo {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 10px;
    left: 10px;
    cursor: pointer;
    font-size: 16px;
    opacity: 1;
    padding: 4px 10px;
    color: #fff;
    background-color: rgba(0,0,0,.6666666666666666);
    border-radius: 10px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}
.place-res-detail {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
}
.place-res-detail > div:not(:last-child) {
    margin: 0 16px 0 0;
}
.place-res-detail > div {
    min-height: 250px;
    -webkit-flex: 1 1;
    flex: 1 1;
    -webkit-align-self: stretch;
    align-self: stretch;
    overflow: hidden;
    padding: 4px 14px 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
}
.place-detail-info > div {
    height: -webkit-calc(100% - 33px);
    height: calc(100% - 33px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.place-detail-info .place-info {
    margin-top: 8px;
}
.place-detail-info .place-info > div {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 16px;
    margin-bottom: 6px;
}
.place-detail-info .place-info > div > i {
    width: 30px;
    text-align: center;
    padding-right: 14px;
}
.place-detail-info .place-info > div a {
    font-size: 16px;
    color: #000;
}
.place-detail-info .place-info > div .place-status {
    font-weight: 600;
}
.is-open, .time-openning {
    color: #00b707;
}
.is-closed, .time-close {
    color: red;
}
.place-review h2 {
    text-align: center;
    margin-bottom: 10px;
}
.ant-typography {
	text-align: justify;
    color: inherit;
    margin-bottom: 0;
    overflow-wrap: break-word;
}
.place-detail-address .place-map {
    height: calc(100% - 33px);
}
.place-res-benefit {
    cursor: pointer;
    position: relative;
    display: block;
    padding: 8px 0;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
}
.place-benefit-list {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    position: relative;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -khtml-user-select: none;
    width: 100%;
}
.place-benefit-list .place-benefit-item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: flex!important;
    text-align: center;
    padding: 6px;
    -webkit-flex-flow: column;
    flex-flow: column;
}
.place-benefit-list .place-benefit-item i {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #f7941d;
}
.place-res-related {
    position: relative;
    padding: 8px 16px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
}
.related-header {
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: space-between;
   justify-content: space-between;
   margin-bottom: 4px
}
.related-header h2 {
    font-size: 28px;
}
.related-list {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    padding-right: 6px;
    padding-bottom: 16px;
    margin: 12px -6px -10px -12px;
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scroll-snap-stop:always}
}
.related-list::-webkit-scrollbar {
    display: none;
}
.related-list {
    scrollbar-width: none;
}
.place-res-related::-webkit-scrollbar {
    display: none!important;
}
.related-item {
    width: 25%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-bottom: -10px;
    scroll-snap-align: start
}
.related-item .place-related-item-card {
    position: relative;
    display: block;
    cursor: pointer;
    color: inherit;
    background: #fff;
    margin-left: 12px;
    margin-bottom: 12px;
    border-radius: -webkit-calc(10px - 4px);
    border-radius: calc(10px - 4px);
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
    -webkit-transition: color .15s ease,border-color .15s ease;
    transition: color .15s ease,border-color .15s ease
}
.related-item .place-related-item-card-image {
    width: 100%;
    background-color: #eee;
    background-image: -webkit-gradient(linear,left top,right top,from(#eee),color-stop(#f5f5f5),to(#eee));
    background-image: -webkit-linear-gradient(left,#eee,#f5f5f5,#eee);
    background-image: linear-gradient(90deg,#eee,#f5f5f5,#eee);
    background-size: 200px 100%;
    background-repeat: no-repeat;
    -webkit-animation: PlaceItemRelated_loading-image-animation__TdvGy 1.2s ease-in-out infinite;
    animation: PlaceItemRelated_loading-image-animation__TdvGy 1.2s ease-in-out infinite;
    border-radius: 10px;
    overflow: hidden;
    border-radius: 0;
    border-top-left-radius: -webkit-calc(10px - 4px);
    border-top-left-radius: calc(10px - 4px);
    border-top-right-radius: -webkit-calc(10px - 4px);
    border-top-right-radius: calc(10px - 4px);
    height: 200px
}
.related-item .place-related-item-card-image-wrapper {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden
}
.related-item .place-related-item-card-image-wrapper img {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition: all 1.5s cubic-bezier(0,0,.2,1);
    transition: all 1.5s cubic-bezier(0,0,.2,1);
    border-radius: 0;
    border-top-left-radius: -webkit-calc(10px - 4px);
    border-top-left-radius: calc(10px - 4px);
    border-top-right-radius: -webkit-calc(10px - 4px);
    border-top-right-radius: calc(10px - 4px)
}
.related-item .place-related-item-card-body {
    padding: 2px 15px;
}
.place-related-item-card-title {
    font-size: 18px;
    font-weight: 700;
    padding: 6px 0 2px
}
.place-related-item-card-text {
    color: #000;
    font-size: 14px;
    padding-bottom: 6px
}
.place-related-item-card-text, .place-related-item-card-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.place-detail-address h2 {
    margin-bottom: 10px;
}
.search-page {
    padding-top: 10px;
    min-height: 70vh;
}
.search-page .search-container {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin: auto;
    padding: 0 16px;
}
.search-left {
    width: 25%;
    height: 100%;
    padding: 12px;
}
.search-right {
    width: 75%;
    padding: 12px;
}
.search-result {
    min-height: 50vh;
    position: relative;
}
.place-item-search {
    margin-bottom: 20px;
}
.place-item-search .place-item-search-card {
    position: relative;
    display: -webkit-flex;
    display: flex;
    color: inherit;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
    -webkit-transition: color .15s ease,border-color .15s ease;
    transition: color .15s ease,border-color .15s ease;
}
.place-item-search .place-item-search-card > a {
    padding: 8px 0 8px 8px;
}
.place-item-search .place-item-search-card .place-item-search-card-image {
    width: 100%;
    background-color: #eee;
    background-image: -webkit-gradient(linear,left top,right top,from(#eee),color-stop(#f5f5f5),to(#eee));
    background-image: -webkit-linear-gradient(left,#eee,#f5f5f5,#eee);
    background-image: linear-gradient(90deg,#eee,#f5f5f5,#eee);
    background-size: 200px 100%;
    background-repeat: no-repeat;
    -webkit-animation: PlaceItem_loading-image-animation__2LpAy 1.2s ease-in-out infinite;
    animation: PlaceItem_loading-image-animation__2LpAy 1.2s ease-in-out infinite;
    border-radius: 10px;
    overflow: hidden;
    border-radius: -webkit-calc(10px - 4px);
    border-radius: calc(10px - 4px);
    width: 270px;
    height: 100%;
}
.place-item-search .place-item-search-card .place-item-search-card-image-wrapper {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.place-item-search .place-item-search-card .place-item-search-card-image-wrapper img {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition: all 1.5s cubic-bezier(0,0,.2,1);
    transition: all 1.5s cubic-bezier(0,0,.2,1);
    border-radius: -webkit-calc(10px - 4px);
    border-radius: calc(10px - 4px);
}
.place-item-search .place-item-search-card-body {
    -webkit-flex: 1 1;
    flex: 1 1;
    padding: 6px 24px 24px;
    min-height: 200px;
}
.place-item-search .place-item-search-card-body .place-item-search-title {
    font-size: 20px;
    font-weight: 700;
    padding: 6px 0 4px;
}
.place-item-search .place-item-search-card-body > div {
    font-size: 16px;
    padding-top: 6px;
}
.place-item-search .place-item-search-card-body i {
    width: 18px;
    padding-right: 18px;
}
.place-item-search .place-item-search-card-body span {
    font-weight: 600;
}
.wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.header-nav-menu li {
    display: inline-block;
}
.header-nav-mobile {
    display: none;
}
.header-nav-mobile .header-nav-icon {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 4px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 2px;
    color: #52ab5c;
    background: #f0f2f5;
    border-radius: 50%;
}
.header-nav-mobile .header-nav-icon svg {
    fill: #52ab5c;
    margin-top: 3px;
}
.menu-mobile {
    display: none;
}
.pagination-post {
    width: 100%;
    padding: 14px;
    border-radius: 10px;
}
.pagination-post ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    -webkit-font-feature-settings: "tnum","tnum";
    -moz-font-feature-settings: "tnum","tnum";
    font-feature-settings: "tnum","tnum";
}
.pagination-post ul li {
    display: inline-block;
    color: #000;
    border-color: #111;
    border-radius: 4px!important;
    min-width: 32px;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    text-align: center;
    list-style: none;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    outline: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pagination-post ul li.active {
    background-color: #52ab5c;
}
.pagination-post ul li.active a {
    color: #fff;
}
.pagination-post ul li a {
    font-weight: 600;
    display: block;
    padding: 5px 5px;
    color: rgba(0,0,0,.85);
    -webkit-transition: none;
    transition: none;
}
.blog-detail {
    width: 66.66%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 16px 24px;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
}
.blog-detail h1 {
    font-size: 28px;
    margin-bottom: 4px;
}
.blog-detail .blog-detail-info {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 24px;
}
.blog-detail .blog-detail-info span {
    font-size: 14px;
    color: #898c95;
}
.blog-detail .blog-detail-info span:last-child {
    margin-left: 24px;
}
.blog-detail .blog-detail-info i {
    color: #898c95;
    margin-right: 2px;
}
.blog-detail .blog-detail-info .blog-detail-dot {
    font-size: 8px;
    color: #cbcbcb;
    margin: 0 6px;
}
.blog-detail .blog-detail-content {
    font-size: 16px;
    line-height: 27px;
}
.blog-detail .blog-detail-content p {
    margin-bottom: 12px;
}
.blog-detail .blog-detail-content h2 {
    margin: 24px 0 16px;
}
.blog-detail .blog-detail-content ul {
    padding-left: 24px;
}
.blog-detail .blog-detail-content img {
    max-width: 100%;
    height: auto;
    border-radius: 2px;
}
.blog-detail .blog-detail-content em {
    display: block;
    text-align: center;
    margin-top: -6px;
}
.layout-main {
    width: 100%;
    min-height: -webkit-calc(100vh - 360px);
    min-height: calc(100vh - 360px);
}
.blog-detail-wrapper {
    padding-top: 10px;
    margin-bottom: 20px;
}
.blog-detail-container {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin: auto;
    padding: 0 16px;
}
.blog-detail-sidebar {
    width: 33.33%;
    height: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 16px;
    margin-left: 20px;
}
.blog-detail-sidebar-box {
    padding: 12px 16px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
}
.blog-related {
    padding: 10px;
}
.blog-related h3 {
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: 600;
}
.blog-related .blog-detail-list .blog-detail-item {
    display: -webkit-flex;
    display: flex;
    margin: 12px 0 18px;
    cursor: pointer;
}
.blog-related .blog-detail-list .blog-detail-item-thumb {
    width: 100%;
    background-color: #eee;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 80px;
    height: 60px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 10px;
    border-radius: 6px;
    border: none;
    overflow: hidden;
}
.blog-related .blog-detail-list .blog-detail-item-thumb-wrapper {
    height: 100%;
    width: 100%;
    position: relative;
}
.blog-related .blog-detail-list .blog-detail-item-thumb-wrapper img {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    width: 100%;
    object-fit: cover;
    image-rendering: -webkit-optimize-contrast;
}
.blog-related .blog-detail-list .blog-detail-item-info {
    -webkit-flex: 1 1;
    flex: 1 1;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}
.blog-related .blog-detail-list .blog-detail-item-info .blog-detail-item-name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 1.4;
}
.archive-header {
    height: 220px;
    margin-bottom: 24px;
    background: -webkit-gradient(linear,left top,left bottom,from(#f8b059),to(#ffffff));
    background: -webkit-linear-gradient(top,#f8b059,#ffffff);
    background: linear-gradient(180deg,#f8b059,#ffffff);
}
.archive-header-container {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
}
.archive-header .archive-header-content {
    color: #1d2129;
    margin-right: 80px;
}
.archive-header .archive-header-content h1 {
    color: #1d2129;
    margin-bottom: 16px;
    font-size: 32px;
}
.archive-header .archive-header-content p {
    font-size: 20px;
    font-weight: 500;
}
.archive-container {
    width: 100%;
    margin: auto;
    padding: 0 16px;
}
.archive-header-container {
    width: 100%;
    margin: auto;
    padding: 0 16px;
}
.archive-list {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.archive-list .archive-item {
    width: -webkit-calc(100%/3);
    width: calc(100% / 3);
}
.archive-list .archive-item .archive-card {
    margin: 0 12px 24px;
    position: relative;
    display: block;
    cursor: pointer;
    color: inherit;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
    -webkit-transition: color .15s ease,border-color .15s ease;
    transition: color .15s ease,border-color .15s ease;
}
.archive-list .archive-item .archive-card-image {
    width: 100%;
    background-color: #eee;
    background-image: -webkit-gradient(linear,left top,right top,from(#eee),color-stop(#f5f5f5),to(#eee));
    background-image: -webkit-linear-gradient(left,#eee,#f5f5f5,#eee);
    background-image: linear-gradient(90deg,#eee,#f5f5f5,#eee);
    background-size: 200px 100%;
    background-repeat: no-repeat;
    -webkit-animation: Promo_loading-image-animation__dHF7Q 1.2s ease-in-out infinite;
    animation: Promo_loading-image-animation__dHF7Q 1.2s ease-in-out infinite;
    border-radius: 10px;
    overflow: hidden;
    height: 160px;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.archive-list .archive-item .archive-card-wrapper {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.archive-list .archive-item .archive-card-wrapper img {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition: all 1.5s cubic-bezier(0,0,.2,1);
    transition: all 1.5s cubic-bezier(0,0,.2,1);
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.archive-list .archive-item .archive-card-body {
    padding: 2px 15px;
}
.archive-card-body .archive-card-title {
    color: #f7941d;
    font-size: 16px;
    font-weight: 700;
    padding-top: 8px;
}
.archive-card-body .archive-card-info {
    font-size: 14px;
    letter-spacing: .2px;
    color: #333;
    border-bottom: 1px solid #ebebeb;
    padding-top: 4px;
    padding-bottom: 6px;
}
.archive-card-body .archive-card-text {
    color: #000;
    font-size: 14px;
    padding-bottom: 6px;
}
.add-place-container {
	margin: auto;
    padding: 0 16px;
	padding-top: 10px;
    margin-bottom: 20px;
}
.add-place-form {
	position: relative;
    padding: 12px 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
}
.add-place-form form {
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    -webkit-font-feature-settings: "tnum","tnum";
    -moz-font-feature-settings: "tnum","tnum";
    font-feature-settings: "tnum","tnum";
}
.add-place-form .add-place-title {
	color: #f7941d;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.add-place-form .add-place-content {
	padding: 20px 30px 4px 16px;
}
.add-place-form .row > div {
	color: #000;
	margin-bottom: 16px;
}
.add-place-form .wpcf7 {
	margin-top: 20px;
}
.add-place-form label {
	color: inherit;
	position: relative;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    height: 32px;
    color: rgba(0,0,0,.85);
    font-size: 14px;
}
.ant-input {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    font-variant: tabular-nums;
    list-style: none;
    -webkit-font-feature-settings: "tnum","tnum";
    -moz-font-feature-settings: "tnum","tnum";
    font-feature-settings: "tnum","tnum";
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    line-height: 1.5715;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    -webkit-transition: all .3s;
    transition: all .3s;
	padding: 6px 12px;
    border-radius: 6px;
}
.ant-input:focus {
    border-color: #f7941d;
    border-right-width: 1px!important;
    outline: 0;
    box-shadow: 0 0 0 2px rgb(247 148 29 / 20%);
}
.location-card-img-wrapper .img-location {
	height: 100%;
}
.rating-stars i {
    color: #f5c518;
    margin-right: 2px;
}
@media only screen and (min-width: 1280px) {
    .banner-container {
        width: 1200px;
    }
    .home-container {
        width: 1200px;
    }
    .place-container { 
        width: 1200px;
    }
    .search-container {
        width: 1200px;
    }
    .blog-detail-container {
        width: 1200px;
    }
	.archive-container {
		width: 1200px;
	}
	.add-place-container {
		width: 960px;
	}
}
@media only screen and (max-width: 991px) {
	body, html {
		overflow-x: hidden;
	}
    .nav-mobile {
        width: 50px;
        height: 50px;
        margin-right: 0px;
        padding: 9px 6px;
        border-radius: 50%;
        opacity: 1 !important;
        z-index: 1;
        cursor: pointer;
        pointer-events: auto;
        transition: all 1s;
        text-align: center;
        z-index: 3;
    }
    .nav-mobile {
        display: block;
    }
    .nav-mobile .shape-menu {
        position: relative;
    }
    .nav-mobile .shape-menu span {
        position: absolute;
        left: 0px;
        width: 100%;
        height: 4px;
        transition: top .3s .05s, transform .2s, opacity .15s .05s, background-color .3s;
        border-radius: 10px;
        background: #f7941d;
    }
    .nav-mobile .shape-menu span:nth-child(1) {
        top: 5px;
    }
    .nav-mobile .shape-menu span:nth-child(2) {
        top: 15px;
    }
    .nav-mobile .shape-menu span:nth-child(3) {
        top: 25px;
    }
    .active-site-menu .menu-mobile {
        transform: translateX(0%);
    }
    .active-site-menu .nav-mobile .shape-menu span:nth-child(1) {
        opacity: 0;
    }
    .active-site-menu .nav-mobile .shape-menu span:nth-child(2) {
        transform: rotate(-45deg);
        top: 17px;
        transition: top .3s, transform .3s .05s, opacity .15s, background-color .3s;
    }
    .active-site-menu .nav-mobile .shape-menu span:nth-child(3) {
        transform: rotate(45deg);
        top: 17px;
        transition: top .3s, transform .3s .05s, opacity .15s, background-color .3s;
    }
    .active-site-menu .menu-mobile {
        transform: translateX(0%);
    }
    .active-site-menu section {
        position: relative;
        z-index: 0!important;
    }
    .header-logo {
        z-index: 10;
    }
    .menu-mobile {
        position: fixed;
        height: 100%;
        z-index: 1;
        right: 0;
        top: 0;
        background: #111;
        transform: translateX(110%);
        padding: 100px;
        transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        justify-content: center;
        background-color: #fff;
        background-clip: padding-box;
    }
    .menu-mobile {
        background: #fff;
        width: 100%;
        padding: 20px;
        height: 100%;
        z-index: 1;
        right: 0;
        top: 0;
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        justify-content: center;
        position: fixed;
    }
    .menu-mobile ul {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-direction: column;
    }
    .menu-mobile ul > li {
        display: inline-block;
        vertical-align: bottom;
        font-size: 15px;
        color: #333;
        background: none;
        position: relative;
        margin: 5px 10px;
        text-decoration: none;
        transition: all 0.25s ease;
    }
    .menu-mobile ul > li > a {
        width: 100%;
        display: block;
        font-size: 16px;
        font-weight: 500;
    }
    .menu-mobile ul > li.current-menu-item > a { 
        color: #f7941d;
    }
    .header-container {
        padding: 0 10px;
    }
    .header-nav-mobile {
        display: flex;
    }
    #banner {
        height: 240px;
    }
    .banner-container {
        padding: 0 2px;
    }
    .banner-title {
        margin-bottom: 20px;
    }
    .banner-title h1 {
        font-size: 20px;
    }
    .banner-title h3 {
        display: none;
        font-size: 12px;
    }
    .banner-input-key, .banner-input-key-focus {
        font-size: 24px;
        margin: 0;
        padding: 0 10px;
    }
    .banner-input-key>i, .banner-input-key-focus>i {
        position: absolute;
        top: 5px;
        right: auto;
        bottom: 0;
        left: 14px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        font-size: 16px;
        color: #000;
    }
    .banner-input-key input, .banner-input-key-focus input {
        height: 50px;
        font-size: 16px;
        padding: 10px 30px 10px 40px;
        border-radius: 24px;
    }
    .banner-input>a {
        display: none;
    }
    #category {
        padding-left: 16px;
        padding-bottom: 2px;
    }
    .home-container {
        padding: 0 2px;
    }
    .home-title {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        margin: 14px 0 10px -8px;
    }
    .home-title h2 {
        font-size: 18px;
        padding-left: 4px;
        border-left: 4px solid #f7941d;
    }
    .home-title h2:before {
        content: none;
    }
    .category-card {
        margin: 0 10px 0 0;
        box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    }
    .category-card .category-card-img {
        height: 180px;
    }
    .home-app {
        -webkit-flex-direction: column;
        flex-direction: column;
        height: auto;
        margin-left: -16px;
        margin-top: -6px;
    }
    .home-app .home-content {
        width: 100%;
        padding: 10px;
        text-align: center;
    }
    .home-app .home-content b {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .home-app .home-content span {
        font-size: 14px;
    }
    .home-app .home-content .home-download {
        margin-top: 20px;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .home-app .home-content .home-download .home-qrcode {
        display: none;
    }
    .home-app .home-content .home-download .home-store {
        -webkit-flex-direction: row;
        flex-direction: row;
        margin-left: 10px;
    }
    .home-app .home-content .home-download .home-store a {
        margin-bottom: 0!important;
    }
    .home-app .home-content .home-download .home-store a img {
        width: 160px;
    }
    .home-app .home-thumb {
        width: 100%;
        margin-left: 0;
    }
    .home-app .home-thumb img.thumb-mobile {
        display: block;
    }
    .home-app .home-thumb img.thumb-desktop {
        display: none;
    }
    .header-nav {
        display: none;
    }
    section {
        padding-left: 16px;
        padding-bottom: 2px;
    }
    .place-list {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-scroll-snap-type: x mandatory;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        scroll-snap-stop: always;
        margin-left: -20px;
    }
    .place-list .place-card {
        min-width: -webkit-calc(100%/(2.5) - 10px);
        min-width: calc(100% / (2.5) - 10px);
        max-width: -webkit-calc(100%/(2.5) - 10px);
        max-width: calc(100% / (2.5) - 10px);
        scroll-snap-align: start;
    }
    .home-suggest {
        margin-top: -6px;
        margin-bottom: 10px;
    }
    .home-suggest img {
        width: 124px;
    }
    .home-suggest .home-content {
        padding: 20px 10px 20px 0;
    }
    .home-suggest .home-content h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .home-suggest .home-content button {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        padding: 0 14px;
    }
    .place-container {
        padding: 0 2px;
    }
    .back-top {
        right: 10px;
        bottom: -webkit-calc(60px + env(safe-area-inset-bottom));
        bottom: calc(60px + env(safe-area-inset-bottom));
        opacity: .6;
    }
    .back-top .back-top-content {
        width: 30px;
        height: 30px;
        border-radius: 6px;
    }
    .back-top .back-top-content .back-top-icon {
        font-size: 20px;
        line-height: 30px;
    }
    .search-container {
        padding: 0 2px!important;
    }
    .place-res-detail {
        -webkit-flex-direction: column;
        flex-direction: column;
        margin-bottom: 6px;
    }
    .place-res-detail > div:not(:last-child) {
        margin: 0 0 6px;
    }
    .related-list {
        margin-right:0;
        margin-top: 0;
        padding-bottom: 14px
    }
    .related-item {
        width:240px
    }
    .search-left {
        display: none;
    }
    .search-right {
        width: 100%;
    }
    .search-result {
        padding-bottom: 44px!important;
    }
    .place-item-search {
        margin-bottom: 6px!important;
    }
    .place-item-search-card {
        box-shadow: 0 1px 4px rgb(0 0 0 / 15%)!important;
    }
    .place-item-search-card > a {
        padding: 6px 0 6px 6px!important;
    }
    .place-item-search-card .place-item-search-card-image {
        width: 120px!important;
        height: 110px!important;
    }
    .place-item-search-card-body {
        padding: 2px 10px 6px!important;
        min-height: auto!important;
    }
    .place-item-search-card-body .place-item-search-card-title {
        font-size: 16px!important;
        padding: 0!important;
    }
    .place-item-search-card-body i {
        width: 12px!important;
        padding-right: 12px!important;
    }
    .place-item-search-card-body > div {
        font-size: 14px!important;
        padding-top: 0!important;
    }
    .place-item-search-card-body .place-item-search-card-price {
        display: none;
    }
    .place-item-search-card-body .place-item-search-card-text {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .place-item-search-card-body .place-item-search-card-text i {
        padding-top: 4px!important;
        margin-right: 4px!important;
    }
    .place-item-search-card-body .place-item-search-card-status-open i {
        display: none!important;
    }
    .blog-detail-wrapper {
        top: 10px;
    }
    .blog-detail {
        width: 100%;
        padding: 8px;
        box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    }
    .blog-detail-container {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .blog-detail-sidebar {
        width: 100%;
        margin-left: 0;
    }
    .blog-detail-sidebar-box {
        margin-top: 10px;
        margin-bottom: 0;
        box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    }
    .blog-detail h1 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    #banner {
        height: 180px;
    }
    .place-list .place-card {
        min-width: -webkit-calc(100%/(1.4) - 10px);
        min-width: calc(100% / (1.4) - 10px);
        max-width: -webkit-calc(100%/(1.4) - 10px);
        max-width: calc(100% / (1.4) - 10px);
    }
    .place-two, .place-three {
        display: none!important;
    }
	.archive-list .archive-item {
		width: 100%;
	}
}