body {
    font-family: "Mt", sans-serif
}

.nav>li>a {
    font-family: "Mt", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
    font-family: "Mt", sans-serif;
}

.alt-font {
    font-family: "Mt", sans-serif;
}


#masthead>.header-inner,
#wide-nav>.flex-row.container {
    max-width: 100%;
}

#masthead>.header-inner ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase {
    justify-content: end;
}

#masthead .menu-item {
    margin-right: 8px;
}

#masthead .menu-item a.nav-top-link {
    padding: 8px;
    border-radius: 99px;
    color: #1A202C;
    font-weight: normal;
}

.stuck #masthead .menu-item a.nav-top-link {
    line-height: inherit;
}

#masthead .menu-item a.nav-top-link:hover {
    background-color: #EDF2F7;
}

#wide-nav .menu-item {
    margin-right: 24px;
    padding: 10px 0;
}

#wide-nav .menu-item a.nav-top-link {
    color: #1a202c;
    text-transform: none;
    font-size: 15px;
    padding: 0;
    display: flex;
    letter-spacing: 1px;
}

#wide-nav .menu-item a.nav-top-link span {
    color: #FFFFFF;
    width: fit-content;
    padding: 1px 3px;
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    margin-left: 2px;
    border-radius: 4px;
    background-color: var(--primary-color);
}

#wide-nav .menu-item a.nav-top-link:hover {
    color: var(--primary-color);
}

#wide-nav .menu-item:last-child a.nav-top-link {
    border-left: 1px solid #E2E8F0;
    padding-left: 16px;
    color: var(--primary-color);
}

#main-menu.mobile-sidebar .menu-item a {
    border: none;
    display: flex;
    padding: 12px 8px;
    align-items: center;
    color: #1A202C;
    font-size: 14px;
    line-height: 17px;
    margin-left: 16px;
    text-transform: none;
    font-weight: normal;
}

#main-menu.mobile-sidebar .menu-item {
    border: none;
}

#main-menu.mobile-sidebar {
    background-color: #fff;
}

.off-canvas-right .mfp-content {
    background-color: #fff;
    width: 280px;
}

#main-menu.mobile-sidebar .menu-item.top-line a {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.off-canvas-right .mfp-content button.mfp-close {
    color: #fff;
}

.banner-search .menu-kw {
    flex-flow: row wrap;
}

.banner-search .menu-kw .ux-menu-title {
    text-transform: none;
    font-size: 18px;
    padding: 0;
}

.banner-search .menu-kw .ux-menu-link a {
    font-size: 15px;
    min-height: auto;
}

.banner-search .menu-kw .ux-menu-link:not(:first-child) {
    margin-left: 5px !important;
    position: relative;
}

.banner-search .menu-kw .ux-menu-link:not(:last-child):after {
    content: ",";
    margin-left: 2px;
}

.autocomplete-suggestions img.search-image {
    border-radius: 8px;
    width: 60px;
    height: 60px;
}

.autocomplete-suggestions .search-name {
    color: #1A202C;
    font-size: 20px;
}

.autocomplete-suggestions span.search-price * {
    color: var(--primary-color);
}

.banner-search .live-search-results.text-left.z-top {
    position: absolute;
    top: 100%;
    background-color: #fff;
    left: -8px;
    right: -8px;
}

.banner-search {
    z-index: 9;
}

span.type-hotel {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 2px 4px;
    font-size: 12px;
    line-height: 14px;
    margin-left: 6px;
    white-space: nowrap;
    border-radius: 4px;
}

.tags-product-box span {
    color: #FFF;
    display: inline-block;
    padding: 4px 6px 3px;
    overflow: hidden;
    font-size: 12px;
    max-width: 140px;
    background: rgb(255, 188, 57);
    font-weight: 600;
    line-height: 14px;
    white-space: nowrap;
    border-radius: 4px;
    text-overflow: ellipsis;
}

.tags-product-box {
    position: absolute;
    top: -25px;
    left: 5px;
}

.badge-container.absolute.left.top.z-1 .callout.badge.badge-circle {
    top: -33px;
    left: -19px;
    width: 80px;
    height: 80px;
    position: absolute;
    border-radius: 50%;
}

.badge-container.absolute.left.top.z-1 .callout.badge.badge-circle .badge-inner.secondary.on-sale {
    color: #ffffff;
    display: flex;
    position: absolute;
    font-size: 18px;
    align-items: end;
    font-weight: 600;
    line-height: 21px;
    justify-content: flex-end;
    padding-right: 12px;
    padding-bottom: 15px;
    background-color: var(--fs-color-primary);
}

.badge-container.absolute.left.top.z-1 {
    margin: 0;
}

.product-small.col.product.type-product>.col-inner,
.sc-product-tour .product-images,
.section-product.section .col-inner {
    overflow: hidden;
}

.hi-product-box span.price,
.product-small.box span.price {
    display: none;
}

.hi-product-box,
.product-small.box {
    overflow: hidden;
    border-radius: 8px;
    height: 100%;
    font-size: 14px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.03);
    transition: box-shadow 0.4s;
    line-height: 17px;
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid #EDF2F7;
}

.product-small .box-text {
    width: 100%;
    height: calc(100% - 155px);
    display: flex;
    padding: 12px;
    min-height: 135px;
    flex-direction: column;
    justify-content: space-between;
}

.product-small .box-text .product-title a {
    font-weight: 600;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 41.6px;
    transition: all .1s ease-in-out;
}

.product-small .box-text .product-title a:hover {
    color: var(--primary-color);
}

.product-small .old-price {
    text-decoration: line-through;
    text-align: right;
    opacity: .5;
}

.product-small .lowest-price {
    text-align: right;
    font-weight: bold;
    line-height: 21px;
    font-size: 18px;
    color: var(--primary-color);
}

.product-small span.number-star {
    display: inline-block;
    margin-bottom: 5px;
}

.info-tour i {
    display: inline-block;
    width: 16px;
}

/*.price-wrapper .price > * {
    display: block;
    text-align: right;
}

.price-wrapper .price > del * {
    color: #718096;
    font-size: 14px;
    margin-right: 0;
}

.price-wrapper .price > *:not(del) * {
    font-weight: bold;
    line-height: 21px;
    font-size: 18px;
    color: var(--primary-color);
}
*/
.title {
    font-size: 25px;
    margin-bottom: 0px;
}

.title span {
    color: var(--primary-color);
}

#masthead ul.nav-dropdown.nav-dropdown-default {
    left: auto;
    right: -15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 15px 15px;
    padding: 8px;
    background-color: #fff;
    border-radius: 8px;
    width: 350px;
}

#masthead ul.nav-dropdown.nav-dropdown-default input {
    box-shadow: none;
    border: none;
}

#masthead ul.nav-dropdown.nav-dropdown-default button.ux-search-submit {
    border: none;
    border-radius: 8px !important;
    width: 70px;
}

#main-menu .sidebar-menu input.search-field {
    border: none;
    box-shadow: none;
}

#main-menu .sidebar-menu button.ux-search-submit {
    border: none;
    border-radius: 8px !important;
    width: 50px;
    height: 40px;
    line-height: 44px;
}

#main-menu .sidebar-menu .searchform-wrapper.ux-search-box {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.brand-product {
    top: 16px;
    left: 16px;
    width: 64px;
    height: 64px;
    position: absolute;
    background: white;
    border-radius: 8px;
    z-index: 1;
}



.brand-product>div {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 4px;
    align-items: center;
    justify-content: center;
}

.brand-product>div>img {
    width: 100%;
    height: auto;
    max-height: 100%;
}

.slide-mall .box-image p {
    left: 0;
    color: #ffffff;
    width: 100%;
    bottom: 0;
    height: 70px;
    display: flex;
    padding: 0 0 12px 16px;
    position: absolute;
    font-size: 22px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    align-items: flex-end;
    font-weight: 600;
    line-height: 26px;
    border-radius: 0px 0px 8px 8px;
    margin-bottom: 0;
}

.slide-mall .box-text.text-left {
    left: 0;
    color: #ffffff;
    width: 100%;
    bottom: 0;
    height: 0;
    margin: 0;
    opacity: 0;
    z-index: 1;
    position: absolute;
    font-size: 16px;
    transition: all 0.3s;
    line-height: 19px;
    padding-top: 20px;
    padding-left: 14px;
    border-radius: 8px;
    padding-right: 16px;
    background-color: var(--primary-color);
}

.slide-mall .col-inner:hover .box-text.text-left {
    height: 100%;
    opacity: 1;
}

.slide-mall .col-inner {
    border-radius: 9px;
    overflow: hidden;
}

p.box-cate a {
    display: block;
    background-color: #f7fafc;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
    padding: 15px 15px 15px 85px;
    font-size: 17px;
    border-radius: 8px;
    color: #000;
}

p.box-cate a span {
    display: block;
    font-weight: bold;
    color: var(--primary-color);
    font-size: 22px;
    line-height: 25px;
}

.sc-cate {
    padding-bottom: 0 !important;
}

.sc-cate .col {
    padding-bottom: 0;
}

p.box-cate a:before {
    content: "\f689";
    font-family: 'Font Awesome 6 Free';
    font-weight: bold;
    position: absolute;
    left: 20px;
    font-size: 25px;
    color: #fff;
    background-color: var(--primary-color);
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 99px;
    top: 50%;
    transform: translateY(-50%);
}

.sc-cate .col:nth-child(2) p.box-cate a:before {
    background-color: #0c4fd1;
}

.sc-cate .col:nth-child(2) p.box-cate a span {
    color: #0c4fd1;
}

.sc-cate .col:nth-child(3) p.box-cate a:before {
    content: "\f0c0";
    background-color: #24a2b3;
}

.sc-cate .col:nth-child(3) p.box-cate a span {
    color: #24a2b3;
}

.sc-cate .col:nth-child(4) p.box-cate a:before {
    content: "\f5c1";
    background-color: #46ad6f;
}

.sc-cate .col:nth-child(4) p.box-cate a span {
    color: #46ad6f;
}

.col-pad-0 {
    padding-bottom: 0;
}

.ft {
    margin-top: 30px;
    z-index: 0;
}

.ft .row-dangky {
    border: 1px solid #EDF2F7;
    display: flex;
    background: #ffffff;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.03);
    border-radius: 16px;
    margin-top: -52px;
    padding: 15px 0;
    margin-bottom: 30px;
}

.ft .row-dangky>.col {
    padding-bottom: 0;
}

.ft .row-dangky .box-dangky {
    background: url(/wp-content/themes/flatsome-child/assets/icon/icon_mail_red.svg) no-repeat center left;
    background-position-x: 10px;
    padding-left: 95px;
}

.ft .row-dangky .box-dangky h4 {
    font-size: 16px;
    margin-bottom: 0;
}

.ft .row-dangky .box-dangky p {
    font-size: 15px;
    margin-bottom: 0;
}

.ft .form-km {
    margin-bottom: 0;
    background-color: #edf2f7;
    box-shadow: none;
    border: none;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    height: 50px;
}

.ft .bt-km {
    margin: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 50px;
    text-transform: none;
    width: 100%;
}

.ft span.wpcf7-spinner {
    display: none;
}

.ft form.wpcf7-form.init {
    margin-bottom: 0;
}

.ft h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    margin-bottom: 8px;
}

.ft p.text-f {
    color: #4A5568;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 0;
}

.ft p.text-f a {
    color: #4A5568;
}

.ft p.text-f a:hover {
    color: #00B6F3;
}

.copyright-footer {
    color: #4A5568;
    font-size: 12px;
    line-height: 24px;
}

.ft .row:last-child:after {
    content: "";
    position: absolute;
    bottom: 6px;
    height: 1px;
    width: 100%;
    background-color: #DBE8ED;
}

.ft .row:last-child {
    position: relative;
}

div#shop-sidebar ul li {
    margin-left: 0;
    display: flex;
}

div#shop-sidebar ul li:before {
    content: "\f0da";
    font-family: 'Font Awesome 6 Free';
    font-weight: bold;
    width: 10px;
    font-size: 14px;
    opacity: 1;
    margin-right: 0;
}

div#shop-sidebar ul li:hover,
div#shop-sidebar ul li:hover a,
div#shop-sidebar ul li.active,
div#shop-sidebar ul li.active a {
    color: #fb356a;
}

span.widget-title {
    display: block;
    line-height: 30px;
    font-weight: bold;
}

.is-divider.small {
    background-color: #fb356a;
    height: 1px;
    margin: 0 0 10px;
    width: 100%;
    max-width: 100%;
    opacity: .3;
}

div#shop-sidebar ul li a {
    font-size: 14px;
}

.post-sidebar input#s {
    border: 1px solid #e2e2e2;
    box-shadow: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    color: #555;
}

.post-sidebar button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    color: #fff;
    border: 1px solid;
    background-color: #3A3B74;
    border-color: #3A3B74;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.post-sidebar button.ux-search-submit.submit-button.secondary.button.icon.mb-0:hover {
    box-shadow: none;
}

.post-sidebar input#s:focus {
    border-color: #3A3B74;
}

.post-sidebar span.widget-title {
    font-size: 20px;
    font-weight: normal;
    color: #6d6d6d;
    padding-bottom: 12px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
    text-transform: none;
    /* line-height:  60px; */
    display: block;
}

.post-sidebar .is-divider.small {
    display: none;
}

.post-sidebar aside {
    margin: 0 0 40px 0;
}

.post-sidebar ul li a {
    font-size: 14px;
    color: #6d6d6d;
    transition: all ease-in-out 0.2s;
}

.post-sidebar ul li a:hover {
    color: #000;
}

.post-sidebar a.tag-cloud-link {
    font-size: 13px !important;
    padding: 6px 8px;
    line-height: 34px;
    background-color: #f1f3f4;
    white-space: nowrap;
    border-radius: 4px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.post-sidebar a.tag-cloud-link:hover {
    background-color: #3A3B74;
    color: #fff;
    text-decoration: none;
}

.entry-header .entry-image.relative {
    margin-top: 15px;
}

.entry-header .entry-image.relative .badge.absolute.top.post-date.badge-outline {
    display: none;
}


.entry-header .entry-header-text.entry-header-text-top.text-center {
    padding: 0;
    text-align: left;
}

.entry-header h6.entry-category.is-xsmall {
    max-width: 100%;
    width: auto;
    margin: 0;
    display: inline-block;
    opacity: 1;
    transition: all 0.3s ease;
}

.entry-header .entry-meta.uppercase.is-xsmall {
    max-width: 100%;
    margin: 0;
    display: inline-block;
    width: auto;
}

.entry-header h6.entry-category.is-xsmall:before {
    content: '\f02e';
    font-family: "Font Awesome 6 Free";
    color: #000;
    font-weight: normal;
    transition: all 0.3s ease;
}

.entry-header .entry-meta span.posted-on:before {
    content: '\f017';
    color: #000;
    font-family: "Font Awesome 6 Free";
    padding-right: 3px;
    transition: all 0.3s ease;
}

.entry-header .entry-meta span.byline:before {
    content: '\f007';
    font-family: "Font Awesome 6 Free";
    color: #000;
    transition: all 0.3s ease;
}

.entry-header .entry-meta a {
    color: #000;
    text-transform: none;
    transition: all 0.3s ease;
}

.entry-header .entry-meta span.posted-on {
    padding-right: 20px;
}

.entry-header .entry-meta span.byline {
    padding-right: 20px;

}

.entry-header h6.entry-category.is-xsmall a {
    color: #000;
    font-weight: normal;
    text-transform: none;
    transition: all 0.3s ease;
}

.entry-header .entry-meta span.posted-on:hover:before,
.entry-header .entry-meta span.posted-on:hover a,
.entry-header .entry-meta span.byline:hover:before,
.entry-header .entry-meta span.byline:hover a,
.entry-header h6.entry-category.is-xsmall:hover:before,
.entry-header h6.entry-category.is-xsmall:hover a {
    color: #f27c66;
}


.entry-image-float .badge.absolute.top.post-date.badge-outline {
    display: none;
}

.chuyen-muc {
    display: flex;
    width: 100%;
}

.entry-image-float img.attachment-large.size-large.wp-post-image {
    width: 100%;
    transition: transform 3s;
    -webkt-transition: transform 3s;
    -moz-transition: transform 3s;
    border-top-left-radius: 10px;
    -ms-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -ms-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border: 1px solid #cfcfcf;
    padding: 3px;
    border-top-left-radius: 10px;
    -ms-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -ms-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

.chuyen-muc .entry-image-float a {
    overflow: hidden;
    padding-top: 65%;
    background-position: 50% 50%;
    background-size: cover;
}

.chuyen-muc .entry-image-float a img {
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.entry-image-float {
    display: inline-flex;
    max-width: 30%;
    width: 100%;
    margin: 0;
    /* border: 1px solid #cfcfcf; */
    /* padding: 3px; */
    /* border-top-left-radius: 10px; */
    -ms-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    /* -webkit-border-top-left-radius: 10px; */
    /* border-bottom-right-radius: 10px; */
    -ms-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    /* -webkit-border-bottom-right-radius: 10px; */
}

#post-list .entry-content {
    display: flex;
    margin-left: 20px;
    width: 70%;
    padding-bottom: 0;
}

#post-list footer.entry-meta.clearfix {
    display: none;
}

#post-list .entry-content .text-center {
    float: right;
}

#post-list .entry-content .text-center a {
    margin: 0;
    text-transform: none;
    border-radius: 5px;
}


#post-list a:hover img.attachment-large.size-large.wp-post-image {
    transform: scale(1.1, 1.1);
}

#post-list .entry-content span.posted-on {
    display: block;
    font-size: 13px;
    color: #000;
    padding-bottom: 5px;
    padding-top: 5px;
}

#post-list .entry-content span.posted-on:before {
    content: "\f017";
    font-family: "Font Awesome 6 Free";
    padding-right: 5px;
    font-size: 13px;
}

#post-list .entry-content span.posted-on a {
    color: #000;
}

#post-list .entry-content span.byline:before {
    content: "\f007";
    font-family: "Font Awesome 6 Free";
    padding-right: 2px;
    padding-left: 1px;
    font-size: 13px;
    color: #000;
}

#post-list .entry-content span.byline a {
    color: #000;
    font-size: 13px;
    text-transform: none;
}

#post-list .entry-content p {
    font-size: 14px;
    color: #000;
    text-align: justify;
}

.chuyen-muc .entry-meta.uppercase.is-xsmall {
    display: inline-block;
    width: 50%;
}

.chuyen-muc .text-left {
    display: inline-block;
    width: 49%;
}

.chuyen-muc .text-left a.more-link.button.primary.is-outline.is-smaller {
    margin: 0;
    float: right;
    margin-top: 20px;
}

input[type=date] {
    position: relative;
}

input[type=date]:before {
    font-family: 'dashicons';
    font-weight: normal;
    content: "\f508";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background-color: #fff;
    width: 20px;
    pointer-events: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.banner-search form#searchform {
    margin-bottom: 0;
}

.form-custom {
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 15px 15px;
    padding: 8px;
    background-color: #fff;
    border-radius: 8px;
    font-size: 1.5em;
}

.form-custom>select {
    max-width: 200px;
    border-radius: 8px;
    box-shadow: none;
    font-size: 16px;
}

.form-custom #searchsubmit {
    max-width: 100px;
    display: block;
    width: 100%;
    border-radius: 8px;
}

.form-custom>* {
    margin: 0 !important;
    height: 58px !important;
}

.form-custom #custom_search {
    box-shadow: none;
    border: none;
}

.value-more {
    position: relative;
    display: inline-block;
    background-color: #000;
    color: #fff;
    border-radius: 99px;
    width: 14px;
    text-align: center;
    height: 14px;
    font-size: 10px;
    font-weight: bold;
    margin-left: 5px;
    line-height: 15px;
    cursor: pointer;
}

.value-more::before {
    content: attr(aria-label);
    position: absolute;
    visibility: hidden;
    opacity: 0;
    background-color: #000;
    color: #fff;
    padding: 7px 10px;
    border-radius: 5px;
    z-index: 1;
    transition: opacity 0.3s;
    bottom: 120%;
    left: 50%;
    transform: translateX(-60%);
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    width: 245px;
    text-align: left;
}

.value-more:hover::before {
    visibility: visible;
    opacity: 1;
}

.flashsale .ux-timer {
    margin: 0;
    display: flex;
    justify-content: end;
    gap: 5px;
}

.flashsale .ux-timer span {
    font-size: 16px;
    width: 50px;
}

.flashsale .ux-timer span strong {
    font-size: 11px;
    margin-top: 5px;
    color: #fff;
    opacity: 1;
    text-transform: none;
}

.box-overlay .box-text.text-center {
    pointer-events: none;
}

.product-small.box .box-image a {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    background-position: 50% 50%;
    background-size: cover;
}

.product-small.box .box-image a img {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
}


.tags-product span {
    padding: 8px 6px 6px;
    border-radius: 4px;
    background-color: #00B6F3;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    line-height: 15px;
    font-weight: bold;
}

.tags-product span:not(:last-child) {
    margin-right: 8px;
}

.tags-product span:first-child {
    background-color: #FFBC39;
}

.tags-product span:nth-child(2) {
    background-color: #8547EC;
}

.tags-product {
    margin-bottom: 5px;
}

h1.product-title {
    margin-bottom: 0;
}

.col-diachi p {
    margin-bottom: 0;
}

.tien-nghi {
    width: 100%;
    border: 1px solid #EDF2F7;
    height: 192px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 8px;
}

.tien-nghi>span img {
    margin-bottom: 5px;
}

.tien-nghi>span {
    width: 20%;
    display: flex;
    padding: 12px 7px;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}

.tien-nghi>span:not(:last-child)>span {
    display: -webkit-box;
    overflow: hidden;
    min-width: 85px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tien-nghi:not(.tien-nghi-lb)>span:last-child span a {
    color: #00B6F3;
    width: 56px;
    cursor: pointer;
    height: 56px;
    display: flex;
    background: #CCF0FD;
    align-items: center;
    font-weight: 600;
    border-radius: 50%;
    justify-content: center;
}

.tien-nghi.tien-nghi-lb {
    height: auto;
    border: none;
    margin: 0;
}

.tien-nghi.tien-nghi-lb>span {
    width: 14.2857%;
}

.gallery-room .col.large-4.small-4:first-child {
    flex-basis: 100%;
    max-width: 100%;
}

.gallery-room .col.large-4.small-4 {
    padding: 1px !important;
}

.gallery-room {
    border-radius: 12px;
    overflow: hidden;
}

.item-room {
    border: 1px solid #EDF2F7;
    font-size: 14px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
    font-weight: normal;
    line-height: 17px;
    border-radius: 8px;
    margin-bottom: 16px;
    background-color: #ffffff;
    padding: 24px;
}

.overview-room {
    padding-bottom: 16px;
    border-bottom: 1px solid #E2E8F0;
    position: relative;
}

.info-room {
    display: flex;
    flex-grow: 1;
}

.policy-room {
    width: 50%;
    padding: 16px 24px 0 0;
    display: flex;
    flex-direction: column;
}

.bed-room {
    width: 20%;
    display: flex;
    padding: 16px 24px 0;
    align-items: center;
    border-left: 1px solid #EDF2F7;
    border-right: 1px solid #EDF2F7;
    flex-direction: column;
}

.utilities-room {
    width: 30%;
    padding: 16px 0 0;
    text-align: right;
}

.policy-room ul {
    margin-bottom: 0;
}

.type-bed span {
    display: block;
}

.type-bed {
    text-align: center;
}

.type-bed:not(:first-child):before {
    content: "--- hoặc ---";
    margin: 8px 0;
    display: block;
    color: #718096;
}

.type-bed span:first-child {
    margin-bottom: 5px;
}

.utilities-room .tien-ich>span img {
    display: none;
}

.utilities-room .tien-ich {
    margin: -3px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.utilities-room .tien-ich>span {
    margin: 3px;
    padding: 5px 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    border-radius: 100px;
    background-color: #EDF2F7;
}

.utilities-room .tien-ich>span.all {
    width: fit-content;
    cursor: pointer;
    background-color: rgba(0, 182, 243, 0.1);
    color: #00B6F3;
}

.all-utilities {
    position: absolute;
    will-change: transform;
    top: 0px;
    left: -50px;
    z-index: 1500;
    border: 1px solid #E2E8F0;
    padding: 24px;
    max-width: 900px;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background-color: #fff;
    gap: 16px;
    grid-template-columns: repeat(4, 1fr);
    text-align: left;
    display: none;
}

.all:hover+.all-utilities {
    display: grid !important;
}

.all-utilities>span {
    color: #1a202c;
    display: flex;
    font-size: 14px;
    align-items: center;
    line-height: 20px;
}

.all-utilities>span img {
    margin-right: 12px;
}

.row-room>.col {
    padding-bottom: 0;
}

.gallery-type-room .property-gallery-slider .slide,
.gallery-type-room .product-thumbnails .col div {
    position: relative;
    overflow: hidden;
    padding-top: 65%;
    background-position: 50% 50%;
    background-size: cover;
}

.gallery-type-room .property-gallery-slider .slide img,
.gallery-type-room .product-thumbnails .col div img {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
}

.gallery-type-room .product-thumbnails .col.is-nav-selected div img {
    opacity: 1;
}

.size-room>span:not(:last-child) {
    margin-right: 25px;
}

.size-room>span {
    display: flex;
    align-items: center;
}

.size-room {
    flex-flow: row wrap;
    display: flex;
}

.size-room>span>svg {
    margin-right: 3px;
}

p.view-more-album {
    margin-bottom: 0;
    position: absolute;
    bottom: 85px;
    right: 130px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-content: center;
    flex-flow: row wrap;
    pointer-events: none;
}

.product-image-gallery>.col:nth-child(8) .image-cover:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
}

.button-select-room a {
    background-color: var(--fs-color-primary);
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 8px;
    font-weight: 600;
}

.old-price {
    text-decoration: line-through;
    opacity: .5;
    font-size: 16px;
}

.sc-product-page .lowest-price,
.price-room {
    color: var(--fs-color-primary);
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 5px;
}

.price-room {
    position: absolute;
    right: 0;
    bottom: 16px;
}

h4.title-form-booking {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}

.title-product {
    text-align: center;
    color: var(--primary-color);
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}

.row-booking .form-booking {
    box-shadow: none;
    border-radius: 8px;
    margin-bottom: 0;
    border: 1px solid #ced4da;
    font-size: 15px;
}

.row-booking span.wpcf7-not-valid-tip {
    color: #E5322B;
    margin: 0;
    font-size: 12px;
    margin-top: 0;
    text-align: left;
    font-family: Mt;
    font-weight: normal;
    line-height: 14px;
    margin-top: 4px;
    background: none;
    padding: 0;
}

span.wpcf7-not-valid-tip:after {
    display: none;
}

.row-booking .form-booking:focus {
    border-color: #00adef;
}

p.title-booking {
    font-size: 14px;
}

.row-booking .lowest-price {
    text-align: right;
    font-size: 16px;
}

.row-booking .lowest-price span {
    color: var(--primary-color);
    font-weight: bold;
    font-size: 22px;
}

.row-booking .col {
    padding-bottom: 10px;
}

input#bt-booking {
    display: block;
    margin: 20px auto 0;
    width: 30%;
    border-radius: 8px;
}

.row-booking span.wpcf7-spinner {
    display: none;
}

.row-booking .col:last-child {
    padding-bottom: 0;
}

#lightbox-select-room form.wpcf7-form.init {
    margin-bottom: 0;
}

.sticky-booking {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 0 0 calc(1px + 0px) rgb(214 211 209/ 1);
    transition: opacity 0.5s ease;
    z-index: 1;
}

.item-sticky {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.item-sticky .title {
    font-size: 18px;
}

.item-sticky .price .lowest-price {
    margin-bottom: 0;
    font-size: 25px;
    color: var(--fs-color-primary);
}

.item-sticky .bt-booking a {
    display: block;
    background-color: var(--fs-color-primary);
    color: #fff;
    padding: 7px 15px 5px;
    border-radius: 8px;
}


.sticky-booking {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 0 0 calc(1px + 0px) rgb(214 211 209/ 1);
    transition: opacity 0.5s ease;
    z-index: 9;
}

.item-sticky {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.item-sticky .title {
    font-size: 18px;
}

.item-sticky .price strong {
    margin-bottom: 0;
    font-size: 25px;
    color: var(--fs-color-primary);
}

.item-sticky .bt-booking a {
    display: block;
    background-color: var(--fs-color-primary);
    color: #fff;
    padding: 7px 15px 5px;
    border-radius: 8px;
}

@media only screen and (max-width: 768px) {
    .item-sticky {
        gap: 10px;
    }
}

.tags-product span {
    padding: 8px 6px 6px;
    border-radius: 4px;
    background-color: #00B6F3;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    line-height: 15px;
    font-weight: bold;
}

.tags-product span:not(:last-child) {
    margin-right: 8px;
}

.tags-product span:first-child {
    background-color: #FFBC39;
}

.tags-product span:nth-child(2) {
    background-color: #8547EC;
}

.tags-product {
    margin-bottom: 5px;
}

.col-title .product-title {
    margin-bottom: 0;
}

#widget-product {
    border: 1px solid #dedede;
    box-sizing: border-box;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .08), 0 4px 12px rgba(0, 0, 0, .05);
    border-radius: 20px;
    padding: 30px 25px;
}

.product-list-info {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.product-list-info li {
    position: relative;
    min-height: 48px;
    margin-bottom: 10px;
    padding-left: 60px;
    margin-left: 0 !important;
}

.product-list-info i {
    position: absolute;
    left: 0;
    border: 1px solid #dedede;
    box-sizing: border-box;
    border-radius: 10px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 22px;
}

.product-list-info i:before {
    font-weight: bold;
}

.product-list-info .substance {
    font-size: 14.4px;
    opacity: .8;
}

.product-info .tour-price>strong {
    font-size: 24px;
    font-weight: 800;
    color: var(--fs-color-primary);
}

.tour-booking a {
    display: block;
    margin: 15px 0 0;
    border-radius: 8px;
}

.product-info-item:not(.product-overview) {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eaeef3;
}

h3.title-item {
    font-size: 25px;
}

.product-program .accordion-item {
    background: #fcfcfc;
    border: 1px solid #dedede;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 12px;
}

.product-program .accordion-item .accordion-title {
    font-weight: 800;
    font-size: 16px;
    line-height: 28px;
    color: #1a2b48;
    background: none;
    padding: 0;
    box-shadow: none;
    border: none;
    display: flex;
    padding-right: 35px;
    align-items: center;
}

.product-program .accordion-item .accordion-title>span:first-child {
    background: #fff;
    border: 1px solid #dedede;
    box-sizing: border-box;
    border-radius: 10px;
    outline: none;
    padding: 8px 16px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    margin-right: 18px;
    white-space: nowrap;
    display: inline-block;
}

.product-program .accordion-item .accordion-title.active>span:first-child {
    background-color: var(--fs-color-primary);
    color: #fff;
    border-color: var(--fs-color-primary);
}

.product-program .accordion-item .accordion-title:after {
    content: "";
    background: #3b71fe;
    color: #fff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 13px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'><path d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3e%3c/svg%3e");
    border-radius: 30px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border: 1px solid #000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .2s ease-in-out;
}

.product-program .accordion-item .accordion-title.active:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-dash' viewBox='0 0 16 16'> <path d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
    border-color: var(--fs-color-primary);
    background-color: var(--fs-color-primary);
    transform: translateY(-50%) rotate(-180deg);
}

.product-program .accordion-item .accordion-inner {
    padding: 20px 0 0;
}

.product-program .accordion-item .accordion-inner>*:last-child {
    margin-bottom: 0;
}

.col-album>.col-inner {
    overflow: hidden;
}

.sc-product-tour .product-images {
    border-radius: 20px;
}

.sc-product-tour .product-thumbnails .col {
    max-width: 16.67%;
}

.sc-product-tour .product-images .woocommerce-product-gallery__image,
.sc-product-tour .product-thumbnails .col a {
    position: relative;
    overflow: hidden;
    padding-top: 52.2%;
    background-position: 50% 50%;
    background-size: cover;
    border: none;
}

.sc-product-tour .product-images .woocommerce-product-gallery__image img,
.sc-product-tour .product-thumbnails .col img {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
    transform: none;
    border-radius: 8px;
}

.sc-product-tour .product-thumbnails .flickity-prev-next-button {
    display: none;
}

h4.title-form-booking {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}

.title-product {
    text-align: center;
    color: var(--primary-color);
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}

.row-booking .form-booking {
    box-shadow: none;
    border-radius: 8px;
    margin-bottom: 0;
    border: 1px solid #ced4da;
    font-size: 15px;
}

.row-booking span.wpcf7-not-valid-tip {
    color: #E5322B;
    margin: 0;
    font-size: 12px;
    margin-top: 0;
    text-align: left;
    font-family: Mt;
    font-weight: normal;
    line-height: 14px;
    margin-top: 4px;
    background: none;
    padding: 0;
}

span.wpcf7-not-valid-tip:after {
    display: none;
}

.row-booking .form-booking:focus {
    border-color: #00adef;
}

p.title-booking {
    font-size: 14px;
}

.row-booking .lowest-price {
    text-align: right;
    font-size: 16px;
}

.row-booking .lowest-price span {
    color: var(--primary-color);
    font-weight: bold;
    font-size: 22px;
}

.row-booking .col {
    padding-bottom: 10px;
}

input#bt-booking {
    display: block;
    margin: 20px auto 0;
    width: 30%;
    border-radius: 8px;
}

.row-booking span.wpcf7-spinner {
    display: none;
}

.row-booking .col:last-child {
    padding-bottom: 0;
}

#dat-tour form.wpcf7-form.init {
    margin-bottom: 0;
}

.sc-product-tour .old-price {
    text-decoration: line-through;
    font-size: 16px;
    opacity: .5;
    margin-left: 8px;
}

@media only screen and (max-width: 768px) {
    .product-small .box-text {
        min-height: 120px;
    }

    .product-small .box-text .product-title a {
        font-size: 14px;
        height: 35px;
    }

    .product-small .box-text span.number-star img {
        width: 10px;
    }

    .product-small .box-text span.type-hotel {
        display: inline-block;
        margin-left: 0;
        font-size: 9px;
        padding: 1px 2px 0;
    }

    .value-more::before {
        width: 160px;
        transform: translateX(-53%);
        font-size: 12px;
    }

    .flashsale .col-title p {
        text-align: center;
        margin-bottom: 10px;
    }

    .flashsale .col-cd .ux-timer {
        justify-content: center;
        margin-bottom: 15px;
    }

    p.view-more-album {
        right: 70px;
        bottom: 45px;
    }

    .gallery-room img {
        width: 100%;
    }

    .info-room {
        flex-flow: row wrap;
    }

    .policy-room {
        flex-basis: 100%;
        max-width: 100%;
    }

    .bed-room {
        border-left: 0;
        flex-basis: 40%;
    }

    .utilities-room {
        flex-basis: 60%;
    }

    .type-room .price-room {
        font-size: 20px;
        bottom: 5px;
    }

    .policy-room li {
        font-size: 13px;
    }

    .overview-room {
        padding-bottom: 5px;
    }

    .all-utilities {
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
        left: 0;
    }

    .tien-nghi.tien-nghi-lb>span {
        width: 20%;
    }

    .tien-nghi>span:not(:last-child)>span {
        display: block;
    }
}

@media only screen and (max-width: 549px) {
    .product-small .box-text {
        min-height: 135px;
        padding: 6px;
    }

    .product-small .box-text .product-title a {
        font-size: 12px;
        height: 30px;
    }

    .info-tour i {
        width: 12px;
    }

    .location-product>span:first-child svg {
        width: 12px;
    }

    .info-tour,
    .location-product>span:last-child {
        font-size: 10px;
    }

    .banner-search .menu-kw {
        margin-top: 10px;
    }

    .banner-search .menu-kw .ux-menu-title {
        min-height: auto;
    }

    .banner-search .menu-kw .ux-menu-link a {
        padding: 0;
    }

    .chuyen-muc {
        display: block;
    }

    .entry-image-float {
        max-width: 100%;
    }

    .entry-content {
        margin-left: 0 !important;
        padding-top: 5px;
    }

    #post-list .entry-content h2.entry-title {
        text-align: justify;
    }

    #post-list .entry-content p {
        text-align: justify;
    }

    .chuyen-muc .text-left {
        display: inline-block;
        width: 48%;
    }

    .form-custom {
        display: block;
    }

    .form-custom>* {
        width: 100%;
        max-width: 100% !important;
        display: block;
    }

    #post-list .entry-content {
        width: 100%;
    }

    .value-more::before {
        width: 150px;
        transform: translateX(-88%);
        font-size: 11px;
        line-height: 15px;
    }

    .dat-phong {
        display: flex;
        justify-content: space-between;
    }

    .dat-phong .lowest-price {
        margin-left: 0;
    }

    .row-room>.col:first-child {
        padding-bottom: 10px;
    }

    p.view-more-album {
        right: 110px;
        bottom: 68px;
    }

    .tien-nghi.tien-nghi-lb>span {
        width: 25%;
    }

    .type-room .price-room {
        position: relative;
        padding: 15px 0 0;
        text-align: right;
    }

    .policy-room {
        padding-right: 0;
    }

    .bed-room {
        padding-left: 0;
        padding-right: 0;
    }

    .item-room {
        padding: 10px;
    }

    .tien-nghi>span {
        width: 50%;
    }

    .tien-nghi {
        height: 404px;
    }

    .tien-nghi.tien-nghi-lb>span {
        width: 33.3333%;
    }
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    src: url("/wp-content/themes/flatsome-child/assets/webfonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-weight: normal;
    src: url("/wp-content/themes/flatsome-child/assets/webfonts/fa-regular-400.ttf") format("truetype");
}

.fa,
.fas {
    font-family: 'Font Awesome 6 Free';
}

@font-face {
    font-family: 'Mt';
    src: url('/wp-content/themes/flatsome-child/assets/fonts/Mt-Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mt';
    src: url('/wp-content/themes/flatsome-child/assets/fonts/Mt-SemiBold.otf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Mt';
    src: url('/wp-content/themes/flatsome-child/assets/fonts/Mt-Bold.otf') format('truetype');
    font-weight: bold;
    font-style: normal;
}