@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,700&display=swap');
body {
    background-image: url(../images/bg.webp);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #71717A;
}
body.home {
    overflow: hidden;
} 
.thumb-a img {
    height: 150px;
    max-width: 100%;
}
.body-hidden-popup {
    overflow: hidden;
}
.thumb-a img {
    object-fit: cover !important;
}.thumbnails.columns-3 {
    display: none;
}
a{
    text-decoration: none;
}
img {
    max-width: 100%;
}
.wc-block-components-product-badge.wc-block-components-product-low-stock-badge {
    display: none;
}
.product_cat_16 a.xoo-qv-button {
    display: none;
}
.product_meta {
    display: none;
}
div#yith-quick-view-content h1.product_title.entry-title{
    color: #1a1a1a;
    margin-top: 15px !important;
    display: block;
    margin-bottom: 16px;
}
div#yith-quick-view-content  .woocommerce-product-details__short-description p {
    color: #1a1a1a;
    font-size: 14px;
    margin-bottom: 10px;
}
.yith-wcqv-wrapper {
    height: auto !important;
}
div#yith-quick-view-content  .quantity input {
    padding: 12px 0px;
    height: auto !important;
    font-size: 16px;
}
#yith-quick-view-close {
    color: #ffffff;
    opacity: 1;
    border: none;
    font-size: 20px;
    font-weight: bold;
    width: 35px;
    text-align: center;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid red;
    border-radius: 50%;
    background: red;
}
div#yith-quick-view-content .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    display: block;
    margin-top: 12px;
}
.xoo-qv-container{
    max-height: auto;
}
.woocommerce ul.products li.product a {
    text-decoration: none;
}
.product-type-variable a.xoo-qv-button {
    display: block;
}
a.button.product_type_variable.add_to_cart_button {
    display: none !important;
}
a.xoo-qv-button {
    border: 1px solid var(--Colors-gray-200, #E4E4E7);
    background: var(--mode-base-00, #FFF);
    box-shadow: 0px 1.35px 0px 0px #EFEFEF, 0px 2.7px 0px 0px #ECECEC;
    color: #202024;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    height: 43px;
    border-radius: 12px;
    text-align: center;
    line-height: 28px;
    width: 49%;
    display: none;
    float: right;
}
a.xoo-qv-button span{
    display: none;
}
.xoo-qv-inner-modal {
    max-height: 70vh !important;
}
.xoo-qv-nxt.xooqv-chevron-right.xoo-qv, .xoo-qv-prev.xooqv-chevron-left.xoo-qv {
    display: none !important;
}
body .xoo-qv-container {
    padding: 9px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: #000;
    position: absolute;
    top: 15vh;
    bottom: 10%;
    left: 10%;
    right: 10%;
    margin: auto;
    max-width: 1100px;
    /* max-height: 636px; */
}


div#yith-quick-view-content   button.single_add_to_cart_button.button.alt {
    background: #000;
    border-radius: var(--Radius-radi-6, 12px);
    border: 1px solid var(--Colors-orange-500, #F67416) !important;
    background: var(--Colors-orange-400, #FB923C) !important;
    box-shadow: 0px 1.35px 0px 0px #E56C02, 0px 2.7px 0px 0px #E06A02;
    padding: 8px 32px;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}

td.value select {
    padding: 8px;
    border-color: #e1e1e1;
    border-radius: 7px;
}
table.variations {
    text-align: left;
}
div#yith-quick-view-content  .price {
    color: #F67416 !important;
    font-weight: bold;
    font-size: 22px !important;
    margin-bottom: 11px;
}
/*a.button.product_type_variable.add_to_cart_button {
    display: none !important;
}*/
.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td:last-child {
    padding-right: 50px;
}.xoo-qv-plink {
    display: none;
}
.page-loading {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-color: #000;
    z-index: 99999999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 1s ease, opacity 1s ease;
    background-image: url('../images/bg-loading.png');
    background-color: var(--Colors-blue-50, #F2F7FF);
}
.page-template-page-home .services-box {
    cursor: pointer;
}
.page-loading.zoom-out {
    transform: scale(0.5);
    opacity: 0;
}

.content-loading {
    width: 100%;
    max-width: 622px;
    padding: 0 20px;
    text-align: center;
    display: inline-block;
    /*margin-top:-15%;*/
}
p#hotel_name_field, input#hotel_name{
    display: none;
}
a.btn-loading {
    width: 148px;
    height: 14px;
    display: block;
    margin: 0 auto;
    margin-top: 24px;
}
.footer-nav {
    max-width: 100%;
    width: 376px;
    margin: 0 auto;
    border-radius: var(--Radius-radi-10, 1000px);
    background: var(--mode-base-00, #FFF);
    box-shadow: 0px 1.35px 0px 0px #F4F4F4 inset, 0px 1.35px 0px 0px #EFEFEF, 0px 2.7px 0px 0px #ECECEC, 0px 5.4px 0px 0px #E0E0E0, 0px 6.75px 0px 0px #DEDEDE, 0px 8.1px 0px 0px #DCDCDC, 0px 9.18px 0px 0px #CACACA;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
}
.btn-nav-tr {
    border-radius: var(--Radius-radi-10, 1000px);
    border: 1px solid var(--Colors-gray-200, #E4E4E7);
    background: #fff;
    box-shadow: 0px 1.35px 0px 0px var(--Colors-gray-200, #E4E4E7), 0px 2.7px 0px 0px var(--Colors-gray-200, #E4E4E7);
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 64px;cursor: pointer;
}
a.btn-orange-nav {
    border-radius: var(--Radius-radi-10, 1000px);
    border: 1px solid var(--Colors-orange-500, #F67416);
    background: var(--Colors-orange-400, #FB923C);
    box-shadow: 0px 1.35px 0px 0px #E56C02, 0px 2.7px 0px 0px #E06A02;
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 64px;
}
.site-info {
    margin-bottom: 16px;
    text-align:center;
}.services-box {
    border-radius: var(--Radius-radi-7, 16px);
    background: var(--Gradient-2, linear-gradient(147deg, #FFA100 6.95%, #F07102 93.05%));
    box-shadow: 2px 2px 4px 0px rgba(255, 255, 255, 0.20) inset, 0px 1.35px 0px 0px #E56C02, 0px 2.7px 0px 0px #E06A02, 0px 5.4px 0px 0px #BF5A02, 0px 6.75px 0px 0px #B25401, 0px 8.1px 0px 0px #AD5201, 0px 9.18px 0px 0px #A64E01, 0px 9.18px 10.8px 0px #723602;
    padding: 24px;
    color: #000;
}
.services-box img, .call-now-box img {
    height: 100px;
    width: auto;
    margin-bottom: 16px;
}
.services-box h3, .call-now-box h3 {
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 16px;
}
.services-box p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.services-box a {
    border-radius: var(--Radius-radi-6, 12px);
    border: 1px solid var(--Colors-gray-200, #E4E4E7);
    background: var(--mode-base-00, #FFF);
    box-shadow: 0px 1.35px 0px 0px #EFEFEF, 0px 2.7px 0px 0px #ECECEC;
    padding: 8px 24px;
    display: inline-block;
    margin-top: 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: #272727;
    text-decoration: none;
}
.call-now-box {
    border-radius: var(--Radius-radi-7, 16px);
    background: var(--Gradient-2, linear-gradient(147deg, #FFA100 6.95%, #F07102 93.05%));
    box-shadow: 2px 2px 4px 0px rgba(255, 255, 255, 0.20) inset, 0px 1.35px 0px 0px #E56C02, 0px 2.7px 0px 0px #E06A02, 0px 5.4px 0px 0px #BF5A02, 0px 6.75px 0px 0px #B25401, 0px 8.1px 0px 0px #AD5201, 0px 9.18px 0px 0px #A64E01, 0px 9.18px 10.8px 0px #723602;
    padding: 24px;
    color: #000;
    text-align: center;
    display: flex;
    flex-direction: column;
    /* gap: var(--space-7, 16px); */
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
}
.content-orange {
    flex: 1;
}
.top-bar {
    border-bottom: 1px solid var(--Colors-gray-200, #E4E4E7);
    background: var(--mode-base-00, #FFF);
    padding: 12px 10px;
    margin-bottom: 80px;
}
nav.breadcrumbs * {
    color: var(--Colors-gray-900, #202024);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;
}
.logo-two {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
footer#colophon {
    margin-top: 60px;
    margin-bottom: 50px;
}
.call-now-btn a {
    text-decoration: none;
    z-index: 2;
    position: relative;
    color: #ffffff !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    border-radius: 4px;
    /* background: radial-gradient(70.71% 70.71% at 50% 50%, #FFF 0%, #FFDFAF 100%); */
    /* box-shadow: 0px 1px 2px 1px rgba(255, 255, 255, 0.20), 0px 0px 0px 1px rgba(255, 255, 255, 0.20) inset; */
    padding: 3px 15px;
    /* margin-top: -7px; */
    display: block;
    width: 100%;
    padding-top: 11px; 
}
.call-now-btn {
    border-radius: 4px;
    position: relative;
    z-index: 2;
    background: #1f73bf; 
    display: inline-block;
    border-radius: 12px;
    padding: 10px;
    padding-top: 0px;
    box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.05), 0px 4px 2px 0px rgba(0, 0, 0, 0.25);
    margin-top: 16px;
}
.has-archive .wrap {
    display: flex;
    align-items: flex-start;
}
.left-archive .desk, .left-page .desk {
    border-radius: var(--Radius-radi-7, 16px);
    background: var(--Gradient-2, linear-gradient(147deg, #FFA100 6.95%, #F07102 93.05%));
    box-shadow: 2px 2px 4px 0px rgba(255, 255, 255, 0.20) inset, 0px 1.35px 0px 0px #E56C02, 0px 2.7px 0px 0px #E06A02, 0px 5.4px 0px 0px #BF5A02, 0px 6.75px 0px 0px #B25401, 0px 8.1px 0px 0px #AD5201, 0px 9.18px 0px 0px #A64E01, 0px 9.18px 10.8px 0px #723602;
    color: #000;
    padding: 36px 24px;
}
.btn-left-border {
    position: relative;
    z-index: 2;
    background: #1f73bf;
    display: inline-block;
    border-radius: 12px;
    padding: 10px;
    padding-top: 0px;
    box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.05), 0px 4px 2px 0px rgba(0, 0, 0, 0.25);
    margin-top: 16px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.btn-left-border a {
    text-decoration: none;
    z-index: 2;
    position: relative;
    color: #ffffff !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    border-radius: 4px;
    /* background: radial-gradient(70.71% 70.71% at 50% 50%, #FFF 0%, #FFDFAF 100%); */
    /* box-shadow: 0px 1px 2px 1px rgba(255, 255, 255, 0.20), 0px 0px 0px 1px rgba(255, 255, 255, 0.20) inset; */
    padding: 3px 15px;
    /* margin-top: -7px; */
    display: block;
    width: 100%;
    padding-top: 11px;
}
.left-archive {
    width: 25%;
    max-width: 25%;
    flex-basis: 25%;
}
.left-archive .desk h2 {
    margin-bottom: 16px;
    margin-top: 16px;
    text-transform: uppercase;
    font-size: 24px;
}
.desc p {
    margin-bottom: 16px;
}
.mb {
    display: none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border-radius: var(--Radius-radi-7, 16px);
    background: var(--Gradient-2, linear-gradient(147deg, #FFA100 6.95%, #F07102 93.05%));
    box-shadow: 2px 2px 4px 0px rgba(255, 255, 255, 0.20) inset, 0px 1.35px 0px 0px #E56C02, 0px 2.7px 0px 0px #E06A02, 0px 5.4px 0px 0px #BF5A02, 0px 6.75px 0px 0px #B25401, 0px 8.1px 0px 0px #AD5201, 0px 9.18px 0px 0px #A64E01, 0px 9.18px 10.8px 0px #723602;
    width: calc(33.33% - 15px) !important;
    margin-right: 20px !important;
    color: #000;
    padding: 24px;
    margin-bottom:24px
}
.right-archive {
    max-width: 75%;
    flex-basis: 75%;
    padding-left: 20px;
}
.right-page{
  max-width: 70%;
  flex-basis: 70%;
  padding-left: 20px;
}
.product_cat_16 ul.products li.product .price {
    display: none !important;
}
main:not(.product_cat_17) .thumb-a {
    height: 156px;
    overflow: hidden;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 0px;
}
.woocommerce ul.products li.product .button{
    border-radius: var(--Radius-radi-6, 12px);
    border: 1px solid var(--Colors-gray-200, #E4E4E7);
    background: var(--mode-base-00, #FFF);
    box-shadow: 0px 1.35px 0px 0px #EFEFEF, 0px 2.7px 0px 0px #ECECEC;
    color: #202024;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;    margin-top: 7px;
    line-height: 24px; 
}
main.product_cat_17 .content-product > * {
    display: none !important;
}
main.product_cat_17 .content-product > span.price{
    display:block;
}
.woocommerce img, .woocommerce-page img {

    width: 100%;
    border-radius: 12px;
}
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
    display: none;
}
.wifi-box {
    border-radius: var(--Radius-radi-7, 16px);
    background: var(--Gradient-2, linear-gradient(147deg, #FFA100 6.95%, #F07102 93.05%));
    box-shadow: 2px 2px 4px 0px rgba(255, 255, 255, 0.20) inset, 0px 1.35px 0px 0px #E56C02, 0px 2.7px 0px 0px #E06A02, 0px 5.4px 0px 0px #BF5A02, 0px 6.75px 0px 0px #B25401, 0px 8.1px 0px 0px #AD5201, 0px 9.18px 0px 0px #A64E01, 0px 9.18px 10.8px 0px #723602;
    padding: 27px 24px;
    margin-top: 34px;
    color: #000;
    text-align: left;    cursor: pointer;
}
ul.products.columns-3 {
    display: flex;
    flex-wrap: wrap;
}
.wifi-box ul {
    list-style: none;
    text-align: left;
    padding: 0;
    margin-top:16px;
}.wifi-box ul li {
    margin-bottom: 10px;
    display: block;
    text-align:left;
}
.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    display: inline-block;
    border: none;overflow: visible;
}
.woocommerce .woocommerce-pagination ul.page-numbers li a, .woocommerce-page .woocommerce-pagination ul.page-numbers li a {
    display: block;
    border-radius: 10px !important;
    border: 1px solid var(--Colors-gray-200, #E4E4E7);
    background: #fff;
    box-shadow: 0px 1.35px 0px 0px var(--Colors-gray-200, #E4E4E7), 0px 2.7px 0px 0px var(--Colors-gray-200, #E4E4E7);
    padding: 13px 18px;
    margin: 0px 5px;
    color: #FB923C;
    font-size: 16px;
}
.woocommerce .woocommerce-pagination ul.page-numbers li a span, .woocommerce-page .woocommerce-pagination ul.page-numbers li span {
    display: block;
    border-radius: 10px !important;
    border: 1px solid var(--Colors-orange-500, #F67416);
    background: var(--Colors-orange-400, #FB923C) !important;
    box-shadow: 0px 1.35px 0px 0px #E56C02, 0px 2.7px 0px 0px #E06A02;
    padding: 13px 18px;
    margin: 0px 5px;
    color: #fff !important; font-size: 16px;
}
a.added_to_cart.wc-forward {
    color: #000;
    text-align: center;
    /* display: block; */
}
.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: none;
    border-right: none;
    margin: 0px;
}
.left-page {
    max-width: 30%;
    flex-basis: 30%;
    padding-left: 0;
}
.form-yc {
    border-radius: var(--Radius-radi-7, 16px);
    background: var(--Gradient-2, linear-gradient(147deg, #FFA100 6.95%, #F07102 93.05%));
    box-shadow: 2px 2px 4px 0px rgba(255, 255, 255, 0.20) inset, 0px 1.35px 0px 0px #E56C02, 0px 2.7px 0px 0px #E06A02, 0px 5.4px 0px 0px #BF5A02, 0px 6.75px 0px 0px #B25401, 0px 8.1px 0px 0px #AD5201, 0px 9.18px 0px 0px #A64E01, 0px 9.18px 10.8px 0px #723602;
    padding: 36px 24px;
    color: #000;position: relative;
}
.left-page .desk{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-7, 16px);
}
/* Ẩn popup ban đầu */
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    display: flex;
    top: 50%;
    width: 100%;
}
.form-group input{
    height:45px;
}
.form-group input, .form-group textarea {
    border-radius: var(--Radius-radi-4, 8px);
    border: 1px solid var(--Colors-gray-200, #E4E4E7);
    background: var(--mode-base-50, #FCFCFC);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16) inset;
  
    padding: var(--space-4, 8px) var(--space-7, 16px);
    align-items: center;
    gap: var(--space-5, 10px);
    align-self: stretch;
    width: 100%;
    margin-top: 5px;
}
.wpcf7-not-valid-tip {
    color: #000;
    font-size: 10px;
    font-weight: normal;
    display: block;
}
p.sub-title {
    color: var(--mode-base-00, #000);

    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 16px;
}
.btn-yc p {
    position: relative;
    z-index: 2;
    background: #317dbf;
    display: inline-block;
    border-radius: 12px;
    padding: 10px;
    padding-top: 0px;
    box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.05), 0px 4px 2px 0px rgba(0, 0, 0, 0.25);
    margin-top: 16px;
    
    text-align: center;
    margin-top: 20px;
}
.btn-yc p input{
        background: none;
    text-decoration: none;
    z-index: 2;
    position: relative;
    color: #ffffff !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    border-radius: 4px;
    /* background: radial-gradient(70.71% 70.71% at 50% 50%, #FFF 0%, #FFDFAF 100%); */
    /* box-shadow: 0px 1px 2px 1px rgba(255, 255, 255, 0.20), 0px 0px 0px 1px rgba(255, 255, 255, 0.20) inset; */
    padding: 3px 15px;
    /* margin-top: -7px; */
    display: block;
    width: 100%;
    padding-top: 11px;  border: none;cursor: pointer;
}
span.wpcf7-spinner {
    position: absolute;
    right: -100px;
    top: 6px;
    z-index: 2;
}
.form-yc:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-form.png);
    background-size: cover;
}
.desk.yeu-cau h1 {
    font-size: 24px;
    margin: 5px 0px;
    line-height: 33px;
}
.box-orange {
    display: flex;
    padding:  24px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-7, 16px);
    border-radius: var(--Radius-radi-7, 16px);
    background: var(--Gradient-2, linear-gradient(147deg, #FFA100 6.95%, #F07102 93.05%));
    box-shadow: 2px 2px 4px 0px rgba(255, 255, 255, 0.20) inset, 0px 1.35px 0px 0px #E56C02, 0px 2.7px 0px 0px #E06A02, 0px 5.4px 0px 0px #BF5A02, 0px 6.75px 0px 0px #B25401, 0px 8.1px 0px 0px #AD5201, 0px 9.18px 0px 0px #A64E01, 0px 9.18px 10.8px 0px #723602;
    color: #000;cursor: pointer;
}
.box-orange h2 {
    font-size: 24px;
}
a.btn-readmore {
    border-radius: var(--Radius-radi-6, 12px);
    border: 1px solid var(--Colors-gray-200, #E4E4E7);
    background: var(--mode-base-00, #FFF);
    box-shadow: 0px 1.35px 0px 0px #EFEFEF, 0px 2.7px 0px 0px #ECECEC;
    color: var(--Colors-gray-800, #27272A);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 8px 32px;
    text-decoration: none;
}
.infor em {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* margin-top: 5px; */
    display: block;
}
p.gia-thue {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}
a.btn-dat-xe {
    border-radius: var(--Radius-radi-6, 12px);
    border: 1px solid var(--Colors-gray-200, #E4E4E7);
    background: var(--mode-base-00, #FFF);
    box-shadow: 0px 1.35px 0px 0px #EFEFEF, 0px 2.7px 0px 0px #ECECEC;
    color: var(--Colors-gray-800, #27272A);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    padding: 8px 32px;
}
.btn-xe {
    display: grid;
    align-items: center;
    justify-content: center;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    column-gap: 10px;
}
a.btn-readmore-xe, .content-xe-tr a.btn-dat-xe {
    border-radius: var(--Radius-radi-6, 12px);
    border: 1px solid var(--Colors-orange-500, #F67416);
    background: var(--Colors-orange-400, #FB923C);
    box-shadow: 0px 1.35px 0px 0px #E56C02, 0px 2.7px 0px 0px #E06A02;
    padding: 8px 20px;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
}
/* Popup container - hidden by default */
.popup-xe {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999999;
}
/* Popup content */
.popup-content {
    background-color: #000;
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    max-width: 600px;
    text-align: center;
    position: relative;
}

.popup-content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.popup-content h2 {
    margin-top: 0;
    margin-bottom: 10px;
}
/* Close button */
.popup-xe  .close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #aaa;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

.close-btn:hover,
.close-btn:focus {
    color: #000;
    text-decoration: none;
}

.content-xe-tr {
    color: #000;
    text-align: left;
    max-height: 70vh;
    overflow: auto;
    padding-right: 20px;
    padding-bottom: 30px;
}
.content-xe-tr::-webkit-scrollbar {
    width: 10px;
}

.content-xe-tr::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #e7e7e7;
    border: 1px solid #cacaca;
}

.content-xe-tr::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #444;
}
p.price-popup {
    color: #F67416;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    margin: 10px 0px;
}
.popup-xe .popup-content {
    background: #fff;
}
button.wc-block-components-panel__button:before {
    content: '';
    border: solid #515151;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    right: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 10px;
}
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained:before {
    content: 'Áp dụng';
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained >span {
    font-size: 0px;
    width: 40px;
    position: relative;
}
.wc-block-components-text-input.wc-block-components-totals-coupon__input label{
    display: none;
}
.wc-block-components-text-input.wc-block-components-totals-coupon__input input#wc-block-components-totals-coupon__input-0 {
    padding: 10px !important;
}
.social-fixed {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 100px;
}
.social-fixed img, a.name-hotel img{
    transform: scale(1);
    transition: all .3s; 
    
}
.page-loading .social-fixed img, a.name-hotel img{
    border: 4px solid #0069af; 
}
.social-fixed a:hover img, a.name-hotel:hover img{
    transform: scale(.9);
    transition: all .3s;
}
.content-xe-tr a.btn-dat-xe {
    display: block;
    max-width: 200px;
    margin: 0 auto;
    margin-top: 20px;
}
.img.img-xe img {
    max-height: 200px;
        height: 180px;
    margin: 0 auto;
    width: 100%;
    object-fit: contain;
    border-radius: 12px;
}
.item.box-orange.tour-box-fix .img.img-xe img {
    width: 100%;
    object-fit: cover;
}
#popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}
ul.discount .content-xe-tr p {
    color: #000;
}
.content-xe-tr h5 {
    color: #F67416;
    font-size: 17px;
    margin-bottom: 20px;
}
.popup-content {
    background-color: #000;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background: var(--Gradient-2, linear-gradient(147deg, #FFA100 6.95%, #F07102 93.05%));
    width: 700px;
    max-width: 95%;
    color: #000;
    flex-direction: column;
    padding: 35px;
    padding-right: 10px;
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    color: white;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.content-thank-you-popup h3, .content-thank-you-popup p {
    margin-top: 13px;
}

.woocommerce-cart header.entry-header {
    display: none;
}
.wc-block-components-sidebar-layout .wc-block-components-main, form.woocommerce-cart-form {
    border-radius: var(--Radius-radi-7, 16px);
    background: var(--Gradient-2, linear-gradient(147deg, #FFA100 6.95%, #F07102 93.05%));
    box-shadow: 2px 2px 4px 0px rgba(255, 255, 255, 0.20) inset, 0px 1.35px 0px 0px #E56C02, 0px 2.7px 0px 0px #E06A02, 0px 5.4px 0px 0px #BF5A02, 0px 6.75px 0px 0px #B25401, 0px 8.1px 0px 0px #AD5201, 0px 9.18px 0px 0px #A64E01, 0px 9.18px 10.8px 0px #723602;
    padding: 24px;
}
p#title-cart-tr {
    color: var(--mode-base-00, #FFF);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}
.woocommerce-notices-wrapper {
    display: none;
}
.woocommerce-cart .woocommerce {
    display: grid;
    grid-template-columns: 2fr 1fr;
    column-gap: 30px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 100%;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th {
    color: #000;
}
.woocommerce tr.woocommerce-cart-form__cart-item.cart_item td {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 30px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}
tr.woocommerce-cart-form__cart-item.cart_item {
    background: #000;
    /* padding: 18px 0px; */
    /* height: auto; */
    /* margin-bottom: 10px; */
    border: 10px solid #f78901 !important;
    overflow: hidden;
}
form.woocommerce-cart-form table tr td {
    border: none !important;
}
.woocommerce tr.woocommerce-cart-form__cart-item.cart_item td {
    border-bottom: 10px solid #fd9d00 !important;
}
.woocommerce table.shop_table {
  
    border: none;
}
input#coupon_code {
    height: 35px;
    border: none;
}
.coupon button.button {
    border-radius: 5px;
    border: 1px solid var(--Colors-gray-200, #E4E4E7);
    background: var(--mode-base-00, #FFF);
    box-shadow: 0px 1.35px 0px 0px #EFEFEF, 0px 2.7px 0px 0px #ECECEC;
    padding: 3px 24px;
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: #272727;
    text-decoration: none;
}
input#coupon_code {
    height: 35px;
    border: none;
    border-radius: 5px;
}
input.input-text.qty.text {
    border: 1px solid #d3d3d3;
    height: 24px;
    border-radius: 5px;
}
.cart-collaterals, .wc-block-components-sidebar{
    border-radius: var(--Radius-radi-7, 16px);
    background: var(--mode-base-00, #FFF);
    box-shadow: 0px 1.35px 0px 0px #F4F4F4 inset, 0px 1.35px 0px 0px #EFEFEF, 0px 2.7px 0px 0px #ECECEC, 0px 5.4px 0px 0px #E0E0E0, 0px 6.75px 0px 0px #DEDEDE, 0px 8.1px 0px 0px #DCDCDC, 0px 9.18px 0px 0px #CACACA, 0px 9.18px 10.8px 0px #CECECE;
    padding: 24px;
}
a.checkout-button.button.alt.wc-forward {
    border-radius: var(--Radius-radi-6, 12px);
    border: 1px solid var(--Colors-orange-600, #E9590C);
    background: var(--Colors-orange-500, #F67416);
    box-shadow: 0px 1.35px 0px 0px #E56C02, 0px 2.7px 0px 0px #E06A02;
}
.woocommerce-page .wc-block-cart-item__wrap {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr;
}
.woocommerce-page button.wc-block-cart-item__remove-link {
    font-size: 0 !important;
    position: absolute;
    top: calc(50% - 9px);
    right: 0;
}
.woocommerce-page button.wc-block-cart-item__remove-link::before {
    content: url(../images/lucide_trash-2.svg);
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: -15px;
    right: 16px;
}
.woocommerce-page .wc-block-components-product-metadata {
    display: none;
}
.woocommerce-page tr.wc-block-cart-items__row td {
    background: #fff !important;
    margin-bottom: 10px !important;
    border-bottom: 10px solid #f68401;
}
table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
    border: none !important;
    box-shadow: none;
}
table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block tbody tr:last-child td {
    border-bottom-color: #f07202 !important;
}
.wc-block-cart-item__wrap a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
tr.wc-block-cart-items__row {
    position: relative;
}
.is-large.wc-block-cart .wc-block-cart-items td {
  
    padding: 20px 0 16px 16px;

}
.wc-block-cart-items .wc-block-cart-items__row td {
    vertical-align: middle !important;
}
.wc-block-cart-items__row {
    position: relative;
}
th.wc-block-cart-items__header-product {
    visibility: visible !important;
}
tr.wc-block-cart-items__header th {
    color: #000;
}

.wc-block-components-sidebar-layout .wc-block-components-main{
    padding-right: 24px !important;
}
.wc-block-components-sidebar-layout {

    column-gap: 15px;
}
body .wc-block-components-sidebar {
    width: calc(35% - 15px);
    max-height: 500px;
}
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
    border-radius: var(--Radius-radi-4, 8px);
    background: var(--Colors-orange-500, #F67416);
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border: none;
}
input#wc-block-components-totals-coupon__input-0 {
    border: 1px solid #ccc;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    border-radius: var(--Radius-radi-6, 12px);
    border: 1px solid var(--Colors-orange-600, #E9590C);
    background: var(--Colors-orange-500, #F67416);
    box-shadow: 0px 1.35px 0px 0px #E56C02, 0px 2.7px 0px 0px #E06A02;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
}
table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
    margin-bottom: 0px !important;
}
body .is-large.wc-block-cart .wc-block-cart__totals-title {
    color: var(--Colors-gray-900, #202024);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    text-transform: none;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
    display: none;
}
div#customer_details {
    padding-right: 30px;
}
#order_review_heading {
    position: absolute;
    top: 24px;
    left: calc(50% + 24px);
    color: var(--Colors-gray-900, #202024);
    font-family: Inter;
    font-size: 24px;
    font-style: normal; display: none !important;
    font-weight: 700;
    line-height: 38px;
}
#order_review, #customer_details {
    max-width: 50%;
    flex-basis: 50%;
}
form.checkout.woocommerce-checkout {
    display: flex;
    align-items: flex-start;
    position: relative;
    flex-wrap: wrap;
}
.social-fixed img {
    transform: scale(1);
    transition: all .3s;
    height: auto !important;
}
.woocommerce-additional-fields {
    display: none;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    display: none;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 100%;
    padding: 24px;
    color: #000;
    border-radius: 12px;
    padding-bottom: 50px;
    border-radius: var(--Radius-radi-7, 16px);
   
    background: #f67416;
    box-shadow: 2px 2px 4px 0px rgba(255, 255, 255, 0.20) inset, 0px 1.35px 0px 0px #E56C02, 0px 2.7px 0px 0px #E06A02, 0px 5.4px 0px 0px #BF5A02, 0px 6.75px 0px 0px #B25401, 0px 8.1px 0px 0px #AD5201, 0px 9.18px 0px 0px #A64E01, 0px 9.18px 10.8px 0px #723602;
}
.woocommerce-checkout  header.entry-header {
    display: none;
}

span.woocommerce-input-wrapper input {
    border-radius: var(--Radius-radi-4, 8px);
    border: 1px solid var(--Colors-gray-200, #E4E4E7);
    background: var(--mode-base-50, #FCFCFC);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16) inset;
    width: 100%;
    padding: 8px 14px;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
    overflow: visible;
}
.woocommerce-billing-fields>h3 {
    color: var(--mode-base-00, #FFF);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}
.woocommerce-billing-fields__field-wrapper label {
    color: var(--mode-base-00, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}
.woocommerce-terms-and-conditions-wrapper {
    display: none;
}
.woocommerce-checkout #payment .form-row.place-order {
    padding: 0px;
    background: transparent;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: transparent;
    border-radius: 5px;
}
div#order_review {
    border-radius: var(--Radius-radi-7, 16px);
    background: var(--mode-base-00, #FFF);
    box-shadow: 0px 1.35px 0px 0px #F4F4F4 inset, 0px 1.35px 0px 0px #EFEFEF, 0px 2.7px 0px 0px #ECECEC, 0px 5.4px 0px 0px #E0E0E0, 0px 6.75px 0px 0px #DEDEDE, 0px 8.1px 0px 0px #DCDCDC, 0px 9.18px 0px 0px #CACACA, 0px 9.18px 10.8px 0px #CECECE;
    padding: 24px;min-height: 333px;
}
tr.cart-subtotal {
    display: none;
}
tr.cart_item td {
    border: none !important;
    padding: 4px 0px !important;
}
td.product-total {
    text-align: right;
}
table.shop_table.woocommerce-checkout-review-order-table th {
    padding: 10px 0px;
    color: #000;
}
table.shop_table.woocommerce-checkout-review-order-table th:last-child {
    text-align: right;
}
td.product-name {
    color: var(--Shopphile-sys-light-on-background, #1E1B16);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
 
    width: auto;
    word-wrap: break-word;
    width: 100%;
}.woocommerce-error {
    border-top-color: #f67416;
}
button#place_order {
    border-radius: var(--Radius-radi-6, 12px);
    border: 1px solid var(--Colors-orange-600, #E9590C);
    background: var(--Colors-orange-500, #F67416);
    box-shadow: 0px 1.35px 0px 0px #E56C02, 0px 2.7px 0px 0px #E06A02;
    width: 100%;
    padding: 10px;
    height: 60px;
    max-height: inherit;
}
tr.order-total td {
    text-align: right;
}
billing-fields__field-wrapper .form-row {
    margin-top: 10px !important;
}
.thank-you-check {
    border-radius: var(--Radius-radi-7, 16px);
    box-shadow: 2px 2px 4px 0px rgba(255, 255, 255, 0.20) inset, 0px 1.35px 0px 0px #E56C02, 0px 2.7px 0px 0px #E06A02, 0px 5.4px 0px 0px #BF5A02, 0px 6.75px 0px 0px #B25401, 0px 8.1px 0px 0px #AD5201, 0px 9.18px 0px 0px #A64E01, 0px 9.18px 10.8px 0px #723602;
    background: var(--Gradient-2, linear-gradient(147deg, #FFA100 6.95%, #F07102 93.05%));
    width: 792px;
    max-width: 95%;
    text-align: center;
    padding: 24px;
        margin: 50px auto;
    color: #000;
}
.content-thank-you-popup.content-discount {
    text-align: left;
}
ul.discount li { 
    align-items: center;
    column-gap: 12px;
    margin-bottom: 26px;
}
ul.discount {
    list-style: none;
    padding: 0;
    margin-top: 26px;
}
ul.discount li img {
    width: 32px;
    height: 32px;
}
ul.discount h4 {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 5px;
}
ul.discount p {
    margin-top: 0px;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.thank-you-check.content-discount-check {
    max-width: 500px;
}
.item.box-orange.tour-box-fix h2 {
    font-size: 18px;
}
.item.box-orange.tour-box-fix .infor li {
    position: relative;
    list-style: none;margin-bottom: 5px;
    padding-left: 28px;
}
.item.box-orange.tour-box-fix .infor ul{
    padding: 0;
}
.item.box-orange.tour-box-fix .infor li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px; 
        background-image: url(../images/time.svg);
        background-size: 100% 100%;
        background-image: url(../images/time.svg);
        /* background-color: black; */
        /* background-blend-mode: multiply; */
        filter: brightness(0) saturate(100%) invert(0%);
}
.item.box-orange.tour-box-fix .infor li:nth-child(2):before {
     background-image: url(../images/people.svg);
}
.item.box-orange.tour-box-fix .infor li:nth-child(3):before {
     background-image: url(../images/maps.svg);
}
.content-xe-tr p {
    margin-bottom: 10px;
}
.full-archive {
    border-radius: var(--Radius-radi-7, 16px);
    background: var(--Gradient-2, linear-gradient(147deg, #FFA100 6.95%, #F07102 93.05%));
    box-shadow: 2px 2px 4px 0px rgba(255, 255, 255, 0.20) inset, 0px 1.35px 0px 0px #E56C02, 0px 2.7px 0px 0px #E06A02, 0px 5.4px 0px 0px #BF5A02, 0px 6.75px 0px 0px #B25401, 0px 8.1px 0px 0px #AD5201, 0px 9.18px 0px 0px #A64E01, 0px 9.18px 10.8px 0px #723602;
    padding: 24px;
}
.full-archive>.has-scroll>h2 {
    color: var(--mode-base-00, #FFF);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 10px;
}
.woocommerce .full-archive ul.products li.product {

    color: #000;
    border-radius: var(--Radius-radi-7, 16px) ;
    border: 1px solid var(--Colors-gray-200, #E4E4E7);
    background: var(--mode-base-00, #FFF) !important;
    box-shadow: 0px 1.35px 0px 0px #EFEFEF, 0px 2.7px 0px 0px #ECECEC;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: var(--Colors-orange-700, #C03F0C);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}

ul#primary-menu li a, ul#Tour li a {
    padding: 8px 32px;
    display: block;
    color: #717171;
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
ul#primary-menu, ul#Tour {
    padding: 0;
    list-style: none;

    display: flex;
    width: auto;
    padding: 4px;
    gap: 8px;
}
ul#primary-menu li.current-menu-item a, ul#Tour li.current-menu-item a  {
    border-radius: var(--Radius-radi-4, 8px);
    border: var(--Gradient-2, linear-gradient(147deg, #d3a02a 6.95%, #d3b161 93.05%)) !important;
    background: #d4a02a;
    color: #000;
}
.menu-menu-mon-an-container {
    display: inline-block;
    margin-bottom: 20px;
    overflow-x: auto;
    white-space: nowrap;
    max-width: 100%;
    border-radius: var(--Radius-radi-6, 12px);
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25) inset;
}
.menu-menu-tour-container{
    display: inline-block;
    margin-bottom: 20px;
    overflow-x: auto;
    white-space: nowrap;
    max-width: 100%;
    border-radius: var(--Radius-radi-6, 12px);
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25) inset;
}
.woocommerce-page ul.products li.product a.added_to_cart.wc-forward {
    color: #000;
    margin-left: 13px;
    display: block;
    width: 100%;
}
.tieudemenu h2 {
    color: var(--Colors-gray-900, #202024);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 10px;
}
.Noidung_menu ul li {
    list-style: decimal !important;
}
.Noidung_menu ul {
    padding-left: 18px !important;
}
ul.products.columns-3 li:nth-child(3n) {
    margin-right: 0px !important;
}
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
    clear: none;
}
a.custom-content {
    border-radius: var(--Radius-radi-6, 12px);
    border: 1px solid var(--Colors-orange-500, #F67416);
    background: var(--Colors-orange-400, #FB923C);
    box-shadow: 0px 1.35px 0px 0px #E56C02, 0px 2.7px 0px 0px #E06A02;
    padding: 8px 32px;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;  text-align: center;
    display: block;
    width: 49%;cursor: pointer;
    float: left;
}
.woocommerce .full-archive ul.products li.product a.button.add_to_cart_button{
    display: block;
    width: 49%;
    float: right;
    margin: 0;
    text-align: center;
    height: 43px;
}
.content-xe-tr a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    border-radius: var(--Radius-radi-6, 12px);
    border: 1px solid var(--Colors-orange-500, #F67416);
    background: var(--Colors-orange-400, #FB923C);
    box-shadow: 0px 1.35px 0px 0px #E56C02, 0px 2.7px 0px 0px #E06A02;
    padding: 8px 20px;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    width: auto;
    float: none !important;
    display: block;
    margin: 0 auto !important;
    margin-top: 30px !important;
}
a.btn-orange-nav.cart-link {
    position: relative;
}
span.count-cart {
    position: absolute;
    top: -4px;
    right: -8px;
    height: 25px;
    width: 25px;
    background: #000;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 13px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    color: #fb923c;
    font-weight: 700;
}

.product_cat_16 a.custom-content {
    display: none;
}
.img.img-xe {
    width: 100%;
    display: block;
}
.woocommerce .product_cat_16 a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    width: 100%;
    text-align: center;
}
.left-archive .desk img {
    width: auto;
 
}
.shortcode-wrapper .wmc-content {
    bottom: 60px !important;
    top: auto !important;
    right: -10px;
    display: none !important;
}
div#payment ul.wc_payment_methods.payment_methods.methods {
    display: none;
}
.wmc-cart-wrapper.shortcode-wrapper {
    border-radius: var(--Radius-radi-10, 1000px);
    border: 1px solid var(--Colors-orange-500, #F67416);
    background: var(--Colors-orange-400, #FB923C);
    box-shadow: 0px 1.35px 0px 0px #E56C02, 0px 2.7px 0px 0px #E06A02;
    height: 56px;
    width: 56px !important;
    text-align: center;
    line-height: 64px;
    display: block;
    position: relative !important;
}
.wmc-cart-wrapper.shortcode-wrapper img {
    display: none;
}
.shortcode-wrapper .wmc-cart {
    position: absolute !important;
    top: 0px;
    right: 0px;
    /* background: #fff !important; */
    width: 100%;
    height: 100%;
}
.shortcode-wrapper .wmc-cart span.wmc-count {
    background: #fff;
    font-size: 13px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    color: #fb923c;
    font-weight: 700;
}
.wmc-cart-wrapper.shortcode-wrapper:before {
    content: '';
}
.wmc-cart-wrapper.shortcode-wrapper:before {
    content: '';
    background-image: url(../images/lucide_shopping-cart.svg);
    width: 25px;
    height: 22px;
    position: absolute;
    top: 16px;
    left: 15px;
    background-size: 100% 100%;
}
.pagenation-tour {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;    width: 100%;
}
.pagenation-tour span {
    display: block;
    border-radius: 10px !important;
    border: 1px solid var(--Colors-orange-500, #F67416);
    background: var(--Colors-orange-400, #FB923C) !important;
    box-shadow: 0px 1.35px 0px 0px #E56C02, 0px 2.7px 0px 0px #E06A02;
    padding: 13px 18px;
    margin: 0px 5px;
    color: #fff !important;
    font-size: 16px;
    width: 50px;
    text-align: center;
    height: 50px;
}
.pagenation-tour a{
        display: block;
    border-radius: 10px !important;
    border: 1px solid var(--Colors-gray-200, #E4E4E7);
    background: #000;
    box-shadow: 0px 1.35px 0px 0px var(--Colors-gray-200, #E4E4E7), 0px 2.7px 0px 0px var(--Colors-gray-200, #E4E4E7);
    padding: 13px 18px;
    margin: 0px 5px;
    color: #FB923C;
    font-size: 16px;
      width: 50px;
    text-align: center;
    height: 50px;
}
.right-page.full-page {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
}li.item a {
    background: transparent;
    border: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    gap: 12px;
}
.text-center {
    text-align: center;
}
.logo-two img {
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.67);
    box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.67);
    border-radius: 50%;
}
.hide-content .content-product p, .hide-content .content-product ul {
    display: none;
}
.product-type-simple a.button.yith-wcqv-button.close-btn,   .product-type-simple  a.button.yith-wcqv-button {
    display: none !important;
}
a.button.yith-wcqv-button {
    float: right;
    width: 49%;
    text-align: center;
    margin-top: 0px !important;
    font-size: 16px !important;
    height: 43px;
}
body.woocommerce a.button.yith-wcqv-button.close-btn {
    position: unset;
    color: #1a1a1a;
    font-size: 15px;
    width: 200px;
    margin: 0 auto;
    display: block;
    float: none;
    margin-top: 10px;
    border-radius: var(--Radius-radi-6, 12px);
    border: 1px solid var(--Colors-orange-500, #F67416);
    background: var(--Colors-orange-400, #FB923C);
    box-shadow: 0px 1.35px 0px 0px #E56C02, 0px 2.7px 0px 0px #E06A02;
    padding: 8px 32px;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    margin-top: 15px !important;
}
@media screen and (max-width: 1024px) {
a.btn-dat-xe{
    font-size: 14px;
    padding: 8px 10px;
     
}
}
@media screen and (max-width: 768px) {
    a.xoo-qv-button {
    font-size: 12px;
    padding: 1px 3px;
    border-radius: 5px;
    height: auto;
}
a.button.yith-wcqv-button {
    font-size: 12px !important;
    padding: 3px 5px;
    border-radius: 5px !important;
    height: auto;
}
a.xoo-qv-button.close-btn {
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 5px;
    height: auto;width: 100px;
}
    .woocommerce .full-archive ul.products li.product a.button.add_to_cart_button {
    display: block;
    width: 49%;
    float: right;
    margin: 0;
    text-align: center;
    height: 43px;
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 5px;
    height: auto;
}
    .social-fixed {
  
    bottom: 100px;
    width: 70px;
}
span.wpcf7-spinner {
    position: absolute;
    right: 0px;
    top: 6px;
    z-index: 2;
}
    .content-orange li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}
.popup-xe .close-btn {
    position: absolute;
    bottom: -30px;
    right: 46%;
    color: #aaa;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    top: inherit;
    border: 1px solid #fff;
    padding: 0;
    font-size: 19px;
}
.content-orange ul {
    padding-left: 10px;
}
.popup-xe .popup-content {
    font-size: 14px;
    line-height: 20px;
}
    .left-archive .desk img {
    width: auto;
    height: 48px;
}
.logo-two img {
    max-width: 120px;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.67);
    box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.67);
    border-radius: 50%;
}
a.btn-loading {
    width: 115px;
    height: 115px;
}
    body{
        font-size:14px;
    }
   .page-loading {
    background-size: 100% 100%;
    background-image: url('../images/bg-mobile.png');
}
    .page-template-page-home .grid.grid--3-cols {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        flex-wrap: wrap;
    }
   .page-template-page-home .grid.grid--3-cols .services-box {
       padding: 12px; 
        width: 48.5%;
        box-sizing: border-box;
    }
.services-box h3, .call-now-box h3 {
        font-size: 14px;
        line-height: 28px;
    }
    .services-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.services-box p {
    flex: 1;
}
.services-box h3 {
    min-height: 0;
    margin-bottom: 7px;
}
.services-box {
    padding: 12px;
}
.grid {
    display: grid;
    column-gap: 1rem;
    row-gap: 1rem;
}
.container {
    padding: 0 1rem;        overflow: hidden;
}
.services-box p {
    font-size: 13px;
    line-height: 19px;
}
.services-box a {
        font-size: 12px;
        line-height: 20px;
    }
.services-box img{
    height: 50px;
}
    .call-now-box {
        width: 100%;
        margin-top: 16px;
        padding: 12px;
        max-width: 243px;
        margin: 0 auto;
        margin-top: 6px;
    }
.call-now-box img {
    height: 48px;
    margin-bottom: 7px;
}
.call-now-box h3 {
    margin-bottom: 5px;
    line-height: 20px;
}
.call-now-btn a {
    font-size: 12px !important;
}
.top-bar {

    margin-bottom: 10px;
}
footer#colophon {
    margin-top: 40px;
    margin-bottom: 50px;
    padding: 0px 10px;
}
    .left-archive {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 20px;
    }
.has-archive .wrap {
    flex-wrap: wrap;
}
.left-archive{
  column-gap: 15px;
}
.left-archive {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
}
.desk.yeu-cau {
    display: none;
}
.wifi-box {
    margin: 0;
    padding: 20px 12px;
}
.left-archive .desk h2, p.sub-title, .desk.yeu-cau h1, .page-template-page-thue-xe-dac-san .grid.grid--3-cols .box-orange h2, p.price-popup, .full-archive>.has-scroll>h2 {
        font-size: 14px;
        line-height: 20px;
    }
    .left-archive .desk h2{
        margin: 7px 0px;
    }
.left-archive .desk, .left-page .desk{
   padding: 20px 12px;
}
.btn-left-border a {
    font-size: 12px;
    padding: 3px 3px;
}
p.gia-thue {
    font-size: 14px;
}
.desc p {
    margin-bottom: 14px;
    font-size: 14px;
}
ul.products.columns-3 {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 15px;
    margin-top:20px;
}
.btn-yc p{
    width:100%;
}
.btn-yc p input {
    font-size: 14px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.popup-content{
    padding:20px 12px;
}
.content-thank-you-popup svg {
    width: 50px;
    height: 50px;
}
ul.products.columns-3:before {
    content: none;
}
.right-archive {
    max-width: 100%;
    flex-basis: 100%;
    padding-left: 0px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 100% !important;
        padding: 9px;
        margin-bottom: 20px !important;
    }
.wifi-box ul {
    font-size: 14px;
}
.xoo-qv-panel button.single_add_to_cart_button.button.alt {
    font-size: 14px;
}
.woocommerce .product_cat_16 a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {

    font-size: 12px;
    padding: 5px;
}
.left-page {
    max-width: 100%;
    flex-basis: 100%;
}
.right-page {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0px;
    margin-top: 20px;
}
form.wpcf7-form .grid {
    grid-template-columns: 1fr;
}
.content-thuexe .grid.grid--3-cols {
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
    row-gap: 5px;
}
    .box-orange {
        padding: 5px;
        margin-bottom: 10px; gap: 5px;
    }
.item.box-orange.tour-box-fix h2 {
    font-size: 14px;
    line-height: 18px;
}
.item.box-orange.tour-box-fix .infor li{
    font-size:12px;
    margin-bottom: 3px;
    padding-left: 24px;
}
.item.box-orange.tour-box-fix .infor li:before {
           width: 19px;
        height: 19px;
        background-image: url(../images/time.svg);
        background-size: 100% 100%; 
        /* background-color: black; */
        /* background-blend-mode: multiply; */
        filter: brightness(0) saturate(100%) invert(0%);
}
a.btn-dat-xe, a.btn-readmore {
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 5px;
}
    a.btn-readmore-xe, .content-xe-tr a.btn-dat-xe, a.custom-content, .woocommerce .full-archive ul.products li.product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
        font-size: 12px;
        padding: 3px 5px;
        border-radius: 5px;
        height: auto;
    }
.btn-xe{
  column-gap: 5px;  
}
.page-template-page-thue-xe-dac-san .grid.grid--3-cols {
    display: flex;
    flex-wrap: wrap;
   
}
.page-template-page-thue-xe-dac-san .grid.grid--3-cols .box-orange {
    width: 48.5%;
    box-sizing: border-box;
}
.page-template-page-thue-xe-dac-san .grid.grid--3-cols .box-orange img {
    max-width: 48px;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    padding: 7px 6px;
}
.box-orange h2 {
    font-size: 16px;
    line-height: 20px;
}
.site-info {
    font-size: 12px;
    line-height: 18px;
}
.full-archive {
    padding: 12px;
}
ul#primary-menu li a {
    font-size: 14px;
    padding: 6px 20px;
}
.tieudemenu h2 {
    font-size: 14px;
    line-height: 18px;
}
.Noidung_menu ul li {
    font-size: 12px;
    line-height: 16px;
}

    .woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
        font-size: 12px;
        line-height: 20px;
    }
    main:not(.product_cat_17) .thumb-a {
        height: auto;
        margin-bottom: 0px;
    }
    .content-xe-tr h2 {
    margin-bottom: 14px;
    font-size: 18px;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added:after {
    content: none;
}
.woocommerce-page ul.products li.product a.added_to_cart.wc-forward {
    color: #000;
    margin-left: 0;
    display: inline-block;
    width: 100%;
    font-size: 12px;
}
.woocommerce img, .woocommerce-page img {
    width: 100%;
    border-radius: 12px;
    height: 100px;
    object-fit: contain;
}
.cart-collaterals, .wc-block-components-sidebar {
        padding: 12px !important;
        margin-top: 30px !important;
        max-height: inherit !important;
    }
    td.wc-block-cart-item__total {
    display: none;
}
.woocommerce-page button.wc-block-cart-item__remove-link {
        top: 40px;
        right: 10px;
    }
.woocommerce-page .wc-block-cart-item__wrap {
    display: block;
    /* align-items: center; */
    /* grid-template-columns: 1fr 1fr 1fr; */
}
.woocommerce-page tr.wc-block-cart-items__row td {
        padding: 5px !important;
        margin-bottom: 0px !important;
    }
td.wc-block-cart-item__image a img {
    height: 80px;
    object-fit: cover;
}
tr.wc-block-cart-items__row {
    padding: 5px 10px !important;
    border-radius: 10px !important;
    overflow: hidden;
}
 .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity{
         grid-row-start: 1 !important;
 }
    .wc-block-components-sidebar-layout .wc-block-components-main {
        padding-right: 0px !important;
        padding-top: 10px !important;
    }
    nav.breadcrumbs *{
        font-size:14px;
    }
    .wc-block-cart__submit-container.wc-block-cart__submit-container--sticky {
    display: none;
}
div#customer_details {
    padding-right: 0px;
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}
#order_review_heading {
    position: absolute;
    top: 380px;
    left: 20px;
    color: var(--Colors-gray-900, #202024);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}
form.checkout.woocommerce-checkout {
    flex-wrap: wrap;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: none;
    margin: 0;
    list-style: none outside;
}
td.product-name {
    font-size: 14px;
    line-height: 20px;
}
#order_review, #customer_details {
    max-width: 100%;
    flex-basis: 100%;
}
.footer-nav {
    position: fixed;
    bottom: 10px;
    left: 5px;
    width: calc(100% - 10px);
    padding: 5px 10px;
    z-index: 2;
}
    footer#colophon {
        margin-top: 40px;
        margin-bottom: 50px;
        padding: 0px 10px;
        padding-bottom: 60px;
    }
        body {
        max-width: 100vw;
        overflow-x: hidden;
    }
    .content-xe-tr img {
    width: 100%;
    height: auto;
}
}
