.absolute-footer, html {
    background-color: #fff !important;
}

#wrapper, #main {
    background: #fff !important;
}

ul, li {
    list-style: inside disc none;
}

ul, li {
    margin-bottom: 0px !important;
}

.row-0 {
    padding: 0px 0px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 8px 5px !important;
}

.row-20 {
    padding: 0px 0px !important;
}

.pd-20 {
    padding: 0px 20px 20px 20px !important;
}

.pd-35 {
    padding: 0px 35px 20px 35px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

.mr-0 {
    margin-right: 0 !important
}

.mr-20 {
    margin-right: 20px
}

.mr-30 {
    margin-right: 30px
}

.mr-40 {
    margin-right: 40px
}

.ml-0 {
    margin-left: 0 !important
}

.ml-20 {
    margin-left: 20px
}

.ml-30 {
    margin-left: 30px
}

.ml-40 {
    margin-left: 40px
}

.mt-0 {
    margin-top: 0 !important
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-60 {
    margin-top: 60px
}

.mt-80 {
    margin-top: 80px
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-60 {
    margin-bottom: 60px
}

/*top bar**/
div#top-bar {
    background: #fff !important;
    border-top: 4px solid var(--primary-color);
}

div#top-bar ul.nav.top-bar-nav.nav-right.nav-small.nav-divided li a {
    color: var(--primary-color) !important;
    font-size: 14px;
}

div#top-bar ul.nav.top-bar-nav.nav-right.nav-small.nav-divided li a:after {
    border-color: #999 !important;
}

/**header**/
.h_p {
    font-weight: 700;
    font-size: 16px;
}

.h_p i {
    color: #ff8400;
}

.h_p a {
    color: #000;
}

.h_n.hidden-xs.hidden-sm {
    color: rgba(0, 0, 0, 0.6);
    font-weight: normal;
    font-size: 14px;
}

.h_p {
    font-weight: 700;
    font-size: 16px;
    text-align: right;
}

div#mega-menu-wrap-primary ul li {
    margin-right: 0px !important;
}

div#mega-menu-wrap-primary ul li a {
    color: #000 !important;
    text-transform: unset !important;
    font-size: 16px !important;
    white-space: nowrap;
    padding: 0px 15px !important;
}

div#mega-menu-wrap-primary ul li a:hover, div#mega-menu-wrap-primary ul li.mega-current-menu-item a, div#mega-menu-wrap-primary ul li a:hover {
    color: var(--primary-color) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    height: unset !important;
    line-height: 20px !important;
    font-size: 15px !important;
    padding: 10px 10px 10px 10px !important;
    display: block;
    transition: .4s;
    color: #000 !important;
    text-transform: unset !important;
    font-weight: 500 !important;
    background: #fff !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    background: #fff !important;
    border-bottom: 1px solid #f2f2f2 !important;
}

/**footer**/
#footer {
    width: 100%;
    display: inline-block;
    padding: 50px 0;
    background-color: #fafbfc;
    position: relative;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.7);
}

#footer p {
    margin: 10px 0 0 0;
}

#footer p, #footer a {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.7);
}

#footer a:hover {
    color: var(--primary-color)
}

#footer .footer-top {
    width: 100%;
    display: inline-block;
}

#footer .footer-top .footer-logo {
    margin: 0 0 10px 0;
}

#footer .footer-contact p span.hotline {
    color: var(--primary-color);
    font-size: 1.6rem;
    font-weight: 700;
}

#footer .footer-title h3 {
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    text-transform: uppercase;
}

#footer .footer-title h4 {
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
}

#footer .footer-menu ul li {
    border: 0px !important;
}

#footer .footer-menu ul li a {
    margin: 0 0 10px 0;
    padding: 0px !important;
}

#footer .footer-address p i {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 13px;
}

#footer .footer-address p {
    position: relative;
    padding-left: 22px;
}

#footer .last {
    padding-left: 0px !important;
}

#footer .footer-copyright {
    padding-top: 30px;
    border-top: 1px solid rgba(204, 204, 204, 0.3);
    margin: 30px 0 0 0;
}

#footer .footer-method img {
    max-width: 100%;
}

#footer .footer-social a i {
    color: #fff;
}

#footer .footer-social a {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 15px;
    margin-right: 10px;
}

#footer .footerForm {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}

#footer .footerForm p {
    margin: 0px 0 10px 0;
}

#footer .footerForm h3 {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
}

#footer .footerForm span.wpcf7-form-control-wrap {
    width: 75%;
    float: left;
}

#footer .footerForm .input__email {
    border: 1px solid #e8e8e8 !important;
    border-radius: 2px !important;
    box-shadow: unset !important;
    height: 35px !important;
    margin: 0px !important;
}

#footer .footerForm .btn__email {
    margin: 0px !important;
    float: left;
    width: 23%;
    border-radius: 2px !important;
    line-height: 35px;
    height: 35px !important;
    padding: 0px !important;
    font-size: 14px !important;
    margin-left: 6px !important;
}

#footer .footerForm span.wpcf7-spinner {
    display: none;
}

/**contact**/
section.sec-contact {
    background-color: #eff5fe;
    padding: 45px 0 27px 0;
    border-bottom: 1px solid rgba(225, 225, 225, 0.7);
    text-align: center;
}

section.sec-contact .contact-item {
    display: block;
    background-color: #fff;
    padding: 30px;
    font-size: 18px;
    border-radius: 100px;
    line-height: 1.2;
    margin-bottom: 25px;
    -webkit-transition: all 0.15s;
    -khtml-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

section.sec-contact .contact-item a {
    color: #000;
}

section.sec-contact .contact-item h3 {
    display: block;
    padding-top: 5px;
    margin: 0px !important;
}

section.sec-contact .contact-item:hover {
    box-shadow: 0 1px 10px rgb(0 0 0 / 15%);
}

section.sec-contact .contact-item:hover a {
    color: #ff8400;
}

/**home-title**/
.contact-title h2 {
    color: #000;
    margin: 0px;
    font-size: 30px;
}

.home-title {
    margin-bottom: 23px;
    padding: 5px 0;
    border-bottom: 2px solid var(--primary-color);
    position: relative;
}

.home-title > h2 {
    color: #000;
    margin: 0px;
    font-size: 30px;
}

.home-title a.s_u {
    display: inline-block;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--primary-color);
    font-size: 15px;
}

/**voucher**/
.voucher-item {
    width: 100%;
    transition: 0.3s ease-in-out;
    display: inline-block;
}

.voucher-item .voucher-thumbnail {
    width: 100%;
    height: 220px;
    position: relative;
    transition: 0.3s ease-in-out;
}

.voucher-item .voucher-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.voucher-item .voucher-thumbnail .voucher__label {
    display: inline-block;
    left: -7px;
    top: 15px;
    position: absolute;
    background-color: #fc3e31;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    padding: 6px 8px 6px 15px;
    max-width: calc(100% - 26px);
}

.voucher-item .voucher-thumbnail .voucher__label:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-top: 7px solid #bc1c11;
    position: absolute;
    top: 100%;
    left: 0;
}

.voucher-item .voucher__cat {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(14, 105, 201, 0.7);
    color: #fff;
    font-size: 15px;
    line-height: 1;
    padding: 9px 9px 9px 19px;
}

.voucher-item .voucher__cat:before {
    content: '\f3c5';
    margin-right: 5px;
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
}

.voucher-item .voucher-content {
    border: 1px solid #e2e2e2;
    border-top: none;
    padding: 12px 18px 20px;
}

.voucher-item .voucher-content h3, .voucher-item .voucher-content h4 {
    font-weight: normal;
    margin-bottom: 7px;
    min-height: 40px;
    background: transparent;
    display: block;
    display: -webkit-box;
    max-height: 4rem;
    font-size: 16px;
    line-height: 1.25;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.voucher-item .voucher-content h3:hover, .voucher-item .voucher-content h4:hover {
    color: var(--primary-color)
}

.voucher-item .voucher-rating {
    display: flex;
    align-items: center;
}

.voucher-item .voucher-rating .rv1 {
    display: inline-block;
    width: unset !important;
    margin: 0px;
}

.voucher-item .voucher-rating > .rv1 > span {
    width: 83px;
    display: inline-block;
    height: 14px;
    margin-top: 5px;
    background: url(../images/r1.png) repeat-x 0 -15px;
}

.voucher-item .voucher-rating > span {
    color: #666;
    font-size: 14px;
    padding-left: 3px;
    font-weight: normal;
}

.voucher-item .voucher-desc {
    width: 100%;
    display: inline-block;
}

.voucher-item .voucher-desc span {
    float: left;
    color: #666;
    margin-right: 5px;
    margin-bottom: 2px;
    font-size: 13px;
}

.voucher-item .voucher-desc span:before {
    content: '•';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.voucher-item .voucher-price span {
    color: #999;
    font-size: 15px;
}

.voucher-item .voucher-price del {
    color: #999;
    font-size: 15px;
}

.voucher-item .voucher-price ins {
    color: #000;
    font-size: 16px;
}

.voucher-item .voucher-price span.pt {
    margin-left: 3px;
}

.voucher-item .voucher-footer {
    width: 100%;
    display: flex;
    color: #787878;
    padding-top: 5px;
    font-size: 14px;
    align-items: center;
}

.voucher-item .voucher-footer .label {
    color: #000;
}

.voucher-item .voucher-footer .date-value {
    color: #787878;
    padding: 3px 8px;
    text-align: center;
    background-color: #eee;
    border-radius: 2px;
    margin-top: 5px;
    font-size: 13px;
}

.voucher-item .voucher-footer .voucher-regular {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #e2e2e2;
}

.voucher-item .voucher-footer .voucher-regular ins {
    font-weight: bold;
    padding-top: 12px;
    font-size: 18px;
    color: #000;
}

/**abouts**/
.about-item {
    width: 100%;
    display: inline-block;
    position: relative;
    padding-left: 39px;
    font-size: 1rem;
}

.about-item:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 31px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/icons.svg) no-repeat 0 0;
}

/**voucher cat**/
.cat-banner {
    background-repeat: no-repeat;
    background-position: bottom center !important;
    -webkit-background-size: cover;
    background-size: cover !important;
    z-index: 5;
    height: 498px;
    position: relative;
}

.cat-page {
    background-repeat: no-repeat;
    background-position: bottom center !important;
    -webkit-background-size: cover;
    background-size: cover !important;
    z-index: 5;
    height: 498px;
    position: relative;
}

.cat-banner:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

.cat-banner .banner-header {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    justify-content: center;
    z-index: 99;
}

.cat-banner .banner-content, .cat-page .banner-content {
    max-width: 693px;
    color: #fff;
    margin: auto;
    position: relative;
    z-index: 99;
}

.cat-banner h1.s1_t, .cat-page h1.s1_t {
    color: #fff;
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 40px;
}

.cat-banner p, .cat-page p {
    line-height: 1.33;
    margin: 10px 0 0;
    color: #fff;
    font-size: 18px;
}

.cat-abouts {
    width: 100%;
    display: inline-block;
    padding: 30px 0;
    background: #eff5fe;
}

.cat-list {
    width: 100%;
    margin: 30px 0;
    display: inline-block;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #c3e6cb;
    border-radius: 0.25rem;
}

/**paginate**/
.pagination {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
}

.pagination ul li a {
    color: #000;
}

.pagination ul li a, .pagination ul li span {
    border-radius: 0px !important;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
}

.pagination ul li a:hover {
    background: var(--primary-color);
    color: #fff;
}

.wp-pagenavi {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
    text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
    border-radius: 0px !important;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    color: #000;
    display: inline-block;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    background: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
}

/**category**/
.s25 {
    height: 340px;
}

.cat-banner.s25 .banner-header {
    text-align: left;
}

.cat-banner.s25 .banner-content {
    width: 100%;
    max-width: 100%;
}

.voucher-content .post-meta {
    color: #999;
    display: block;
    margin-top: 18px;
    font-size: 15px;
    text-transform: uppercase;
}

/**single**/
section#breadcrumbs span {
    color: var(--primary-color);
}

section#breadcrumbs {
    background-color: #fff;
    padding: 10px 0 0 0;
    position: relative;
    border-top: 1px solid rgba(204, 204, 204, 0.3);
    font-size: 15px;
}

.category-page {
    width: 100%;
    margin: 30px 0 0 0;
}

header#header-single {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

#header-single .post-meta {
    color: #999;
    display: block;
    margin-top: 10px;
    font-size: 16px;
}

.post-related {
    width: 100%;
    display: inline-block;
    margin: 15px 0 30px 0;
}

.post-related .related-title {
    font-style: italic;
    font-size: 18px;
    font-weight: 700;
}

.post-related .post-related-list a {
    margin-top: 10px;
    display: block;
    color: var(--primary-color);
    font-weight: 700;
    font-size: 15px;
}

.post-related .post-related-list a:hover {
    color: #ff3333;
}

/**single hotel**/
header#single-hotel h1 {
    font-weight: 700;
    line-height: 1.5;
    color: #000;
    margin: 0 0 5px;
    font-size: 20px;
}

.owl-nav button {
    width: 40px;
    min-height: 60px;
    line-height: 60px;
    background-color: rgba(0, 0, 0, .7) !important;
    color: #fff;
    text-align: center;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0px !important;
}

.owl-nav button i {
    color: #fff;
}

.owl-nav button.owl-prev {
    left: 0px !important;
}

.owl-nav button.owl-next {
    right: 0px !important;
}

.owl-dots {
    display: none !important;
}

.bk-slider-hover img {
    width: 100%;
    height: 450px !important;
    object-fit: cover;
}

.hotel-info {
    padding: 25px 16px;
    box-shadow: 0 0 10px rgb(102 102 102 / 10%);
    margin-top: 28px;
    position: relative;
    background-color: #fff;
}

.hotel-info .hotel__title {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 18px;
}

.hotel-info .hotel__title:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 25px;
    background-color: #ff8400;
    position: absolute;
    left: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hotel-info .hotel__title h2.hotel__info__title {
    margin: 0px !important;
    font-weight: normal;
    margin-bottom: 0;
    font-size: 20px;
}

.hotel-info .hotel__info__content {
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    overflow: hidden;
}

.hotel-info .hotel__info__content ul li {
    list-style: inside disc none;
}

.hotel-info .hotel__info__content ul li {
    margin-bottom: 10px !important;
}

.hotel-info .hotel__info__content a {
    color: var(--primary-color)
}

.hotel-info .hotel-readmore {
    width: 100%;
    position: relative;
}

.hotel-info .hotel-readmore a {
    text-align: center;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    color: var(--primary-color);
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
}

.hotel-info .hotel-readmore-under a {
    text-align: center;
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 3;
    color: var(--primary-color);
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
}

.hotel-info .hotel-readmore:after {
    content: '';
    display: block;
    width: 100%;
    height: 169px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), white);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0), white);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0), white);
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 2;
}

/**store**/
.voucher-right {
    height: auto !important;
    top: 130px;
    position: sticky;
}

.box-hotel-store {
    box-shadow: 0 0 10px rgb(102 102 102 / 10%);
    margin-bottom: 12px;
    padding: 20px;
    background-color: #fff;
}

.box-hotel-store .wg1_h {
    font-size: 15px;
    font-weight: bold;
    padding: 15px 20px;
    background-color: rgba(254, 238, 199, 0.5);
    margin: -20px -20px 0;
    color: var(--primary-color);
}

.box-hotel-store .wg1_cm {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.box-hotel-store .wg1_cm span {
    width: 52px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    text-align: center;
    float: left;
}

.box-hotel-store .wg1_cm span + span {
    margin-left: -1px;
}

.box-hotel-store .wg1_c {
    margin-top: 30px;
}

.box-hotel-store .wg1_cm span:first-child {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.box-hotel-store .wg1_cm span:not(:nth-child(2)) {
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.box-hotel-store .wg1_l {
    margin: 27px 0 0;
}

.box-hotel-store .wg1_l li {
    list-style: none;
    color: #666;
    padding-left: 22px;
    position: relative;
    font-size: 15px;
    margin-bottom: 5px !important;
}

.box-hotel-store .wg1_l li:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 12px;
    background: url(../images/icons.svg) no-repeat -77px -47px;
    position: absolute;
    left: 0;
    top: 4px;
}

.box-hotel-store .wg2_p {
    font-size: 17px;
    margin-bottom: 15px;
}

.box-hotel-store .wg2_p b#lblprice {
    float: right;
    color: var(--primary-color);
    font-size: 22px;
}

.voucherBox table tr td {
    color: #000;
    font-size: 15px;
}

.box-hotel-store button.wg2_a.btn.btn-block.btn-1 {
    height: 50px;
    line-height: 50px;
    margin-top: 22px;
    margin-bottom: 0 !important;
    background-color: #ff8400;
    color: #fff;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.box-hotel-store button.wg2_a:hover {
    background: var(--primary-color) !important;
}

.box-hotel-store .wg2_f {
    color: #3eb368;
    font-size: 15px;
    background-color: #ebf7f0;
    padding: 10px 12px;
    border-radius: 2px;
    margin-top: 29px;
}

.box-hotel-store .wg2_d {
    margin-top: 29px;
    border: 1px solid #ff8400;
    cursor: pointer;
    text-align: center;
    border-radius: 2px;
    padding: 9px 0;
}

.box-hotel-store .wg2_d a strong {
    font-size: 16px;
    display: block;
    color: #ff8400;
    text-transform: uppercase;
}

.box-hotel-store .wg2_d a span {
    font-size: 14px;
    color: #666;
    display: block;
}

.hotel-gallery {
    width: 100%;
    position: relative;
}

.hotel-gallery .voucher__label {
    display: inline-block;
    left: -7px;
    z-index: 99;
    top: 15px;
    position: absolute;
    background-color: #fc3e31;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    padding: 6px 8px 6px 15px;
    max-width: calc(100% - 26px);
}

.hotel-gallery .voucher__label:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-top: 7px solid #bc1c11;
    position: absolute;
    top: 100%;
    left: 0;
}

/**checkout**/
.step-voucher .s15 {
    width: 100%;
    display: flex;
}

.step-voucher .s15_i.done, .step-voucher .s15_i.active {
    background-color: var(--primary-color);
    color: #fff;
}

.step-voucher .s15_i:nth-child(1), .step-voucher .s15_i:nth-child(2) {
    width: calc(((100 / 3) * 1%) + 15px);
}

.step-voucher .s15_i {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #e4e7eb;
    color: #1d1d1d;
    font-weight: bold;
    font-size: 15px;
    position: relative;
    padding-left: 30px;
    width: calc(100% / 3);
}

.step-voucher .s15_i.done:after, .step-voucher .s15_i.done:before, .step-voucher .s15_i.active:after, .step-voucher .s15_i.active:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 5;
}

.step-voucher .s15_i.done:before, .step-voucher .s15_i.active:before {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 29px;
    margin-top: -29px;
}

.step-voucher .s15_i.done:after, .step-voucher .s15_i.active:after {
    border-color: rgba(0, 94, 184, 0);
    border-left-color: var(--primary-color);
    border-width: 25px;
    margin-top: -25px;
}

.voucherFormTitle h2 {
    color: #000;
    font-size: 18px;
    margin-bottom: 20px;
}

.s16_r {
    padding-left: 30px;
    position: relative;
    margin-bottom: 26px;
}

.s16_r input[type="radio"] {
    display: none;
}

.s16_r label {
    display: block !important;
    padding: 20px 15px;
    border: 1px solid #eee;
    cursor: pointer;
    position: relative;
}

.s16_r label:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #cecece;
    position: absolute;
    left: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.s16_r input[type="radio"]:checked + label:before {
    border: 6px solid #3eb368;
}

.s16_s {
    border: 1px solid #eee;
    padding: 25px 20px;
    position: relative;
    background-color: #fff;
    font-size: 15px;
    line-height: 1.5;
    display: none;
}

.s16_r input[type="radio"]:checked + label {
    border-color: #3eb368;
}

.s16_f .form-group {
    margin-bottom: 63px;
    position: relative;
    border-radius: 2px;
}

.s16_f .form-group.error {
    border: 1px solid #e72732;
}

.form-label {
    display: inline-block;
    color: #777;
    margin-bottom: 0.3rem;
}

.s16_f .form-label span {
    color: #e30613;
}

.s16_f .form-group.error .form-control {
    border: none;
    padding-right: 36px;
}

.s16_f input.form-control {
    height: 60px;
    position: relative;
    box-shadow: unset !important;
}

.form-control, .pikaday__display {
    box-shadow: unset !important;
    font-size: 15px;
    color: #000;
    font-family: inherit;
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.s16_n {
    position: absolute;
    top: calc(100% + 9px);
    line-height: 1;
    color: #e30613;
    font-style: italic;
    display: none;
}

.s16_f .form-group.error .s16_n {
    display: block;
}

.s16_f .form-label {
    font-size: 15px;
    color: #777;
    padding: 0 6px;
    background-color: #fff;
    line-height: 1;
    margin: 0;
    position: absolute;
    left: 12px;
    top: -9px;
    z-index: 3;
    font-weight: normal;
}

.s19 {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 99992;
    background-color: #fff;
    box-shadow: 0 0 24px rgb(0 0 0 / 15%);
    padding: 15px 0;
}

.s19_w li {
    width: 24%;
    float: left;
    margin: 0;
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
}

.s19_w li span {
    display: block;
    font-size: 15px;
}

.s19_w li strong {
    display: block;
    font-size: 18px;
}

.btn-1 {
    background-color: #ff8400 !important;
    color: #fff;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    width: 100%;
    margin: 0px !important;
}

.btn-1:hover {
    background: var(--primary-color) !important;
}

.s18 {
    padding-left: 15px;
}

.s18_w {
    border: 1px solid #9a9a9a;
    padding: 22px 20px;
    border-radius: 3px;
}

.s18_c {
    font-size: 18px;
    color: #ff8400;
}

.s18_o {
    line-height: 1.7;
    margin-top: 10px;
    font-size: 15px;
}

.s18_m {
    margin-top: 30px;
    width: 100%;
    margin-bottom: 0px !important;
}

.s18_m tr td {
    padding: 8px 0;
    color: #000;
    border: 0px !important;
    vertical-align: middle;
}

.s18_m tr td:last-child {
    text-align: right;
    font-weight: bold;
}

.s18_m tr:nth-last-child(2) td {
    padding-bottom: 15px;
}

.s18_m tr:last-child td {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    border-top: 1px dashed #b1b1b1 !important;
    padding-top: 15px;
}

.s18_m tr:last-child td:last-child {
    font-size: 18px;
    color: #005eb8;
}

label.error {
    position: absolute;
    top: calc(100% + 9px);
    line-height: 1;
    color: #e30613;
    font-style: italic;
    font-weight: normal;
}

input.error {
    border-color: #e30613 !important;
}

/**banner**/
.s1_m h1.s1_t {
    color: #fff;
    margin-bottom: 0;
    font-size: 60px;
}

.s1_m p.s1_o {
    color: #fff;
    font-size: 20px;
}

.banner-select select {
    width: 100% !important;
    max-width: 100%;
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.banner-select {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 15px;
    border-radius: 4px;
    position: relative;
    display: flex;
    width: 550px;
}

span.select2-selection.select2-selection--single, span#select2--q2-container {
    height: 50px !important;
    box-shadow: unset !important;
    line-height: 50px !important;
}

span.select2-selection.select2-selection--single > span {
    height: 50px !important;
    box-shadow: unset !important;
    line-height: 50px !important;
    font-size: 16px;
}


span#select2--vm-container {
    height: 50px !important;
    line-height: 50px !important;
}

button#button-vouher {
    background: #ff8400 !important;
    margin: 0 0 0 10px !important;
    color: #fff;
    font-size: 15px !important;
    width: 150px;
}

/**list category**/
.cat-voucher-item .cat-voucher-thumbnail {
    width: 100%;
    height: 220px;
    position: relative;
    transition: 0.3s ease-in-out;
}

.cat-voucher-item .cat-voucher-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.cat-voucher-item .cat-voucher-thumbnail > .voucher__cat {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(14, 105, 201, 0.7);
    color: #fff;
    font-size: 15px;
    line-height: 1;
    padding: 9px 9px 9px 19px;
    width: 100%;
}

.cat-voucher-item .cat-voucher-thumbnail > .voucher__cat:before {
    content: '\f3c5';
    margin-right: 5px;
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
}

.cat-voucher-item.cat-big .cat-voucher-thumbnail {
    height: 470px;
}

.s10_n {
    margin-top: 30px;
    background-color: #fdefee;
    color: #fc3e31;
    padding: 12px 14px;
    font-size: 15px;
}

/**filter**/
.filterVoucher {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.filterVoucher .filter-label {
    height: 36px;
    line-height: 36px;
    margin-right: 15px;
    font-size: 15px;
}

.filterVoucher .filter-item {
    margin-right: 15px;
    position: relative;
}

.filterVoucher .filter-item > .filter {
    background-color: #7bbcff;
    color: #fff;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0 20px;
    border-radius: 18px;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.filterVoucher .filter-item > .filter i {
    margin-left: 10px;
    font-size: 15px;
}

.filterVoucher .filter-item .filter-select {
    display: none;
    min-width: 202px;
    background-color: #fff;
    box-shadow: 0 0 8px rgb(102 102 102 / 50%);
    padding: 12px 12px 20px;
    z-index: 5;
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
}

.filterVoucher .filter-item .filter-select .filter-select-title {
    font-weight: bold;
    position: relative;
    font-size: 15px;
}

.filterVoucher .filter-item .filter-select ul.filter {
    padding-top: 15px;
}

.filterVoucher .filter-item .filter-select ul.filter li {
    display: block;
    color: #000;
    padding-left: 21px;
    position: relative;
    font-size: 15px;
    cursor: pointer;
}

.filterVoucher .filter-item .filter-select ul.filter li:not(:last-child) {
    margin-bottom: 10px !important;
}

.filterVoucher .filter-item .filter-select ul.filter li a {
    color: #000;
    font-size: 15px;
}

.filterVoucher .filter-item .filter-select ul.filter li a:before {
    content: '\f192';
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    left: 0;
    top: 0;
    color: #ccc;
}

.filterVoucher .filter-item .filter-select .filter-select-title > .s6_x {
    cursor: pointer;
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(../images/icons.svg) no-repeat -60px -47px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.filter-item.active .filter-select {
    display: block;
}

/**tv**/
div#tu-van {
    padding: 0px !important;
    border: 5px solid rgba(255, 255, 255, .2) !important;
    background: transparent !important;
}

.form-tv {
    background: #fff;
}

.form-tv .form-tv-header h3 {
    background: #ebeef1;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 20px !important;
    margin: 0px !important;
}

.form-tv .form-tv-body {
    width: 100%;
    padding: 20px;
}

.form-tv .form-tv-body p {
    font-size: 14px;
    margin-bottom: 10px !important;
}

.form-tv .form-tv-body h4 {
    font-size: 15px;
}

.form-group label {
    font-size: 15px;
    font-weight: normal !important;
}

.wpcf7-response-output {
    color: #fff;
}

.form-group label span {
    color: #ff3333;
}

.input__tv, .textarea__tv {
    box-shadow: unset !important;
}

form.wpcf7-form.init {
    margin: 0px !important;
}

#mobile {
    display: none;
}

div#comments {
    margin: 0px !important;
}

.wpd-form-head {
    margin: 0px !important;
}

.wpd-custom-field.wpd-cf-rating {
    display: flex;
    align-items: center;
}

.wpd-cf-value {
    padding-left: 0px !important;
}

.wpd-custom-field.wpd-cf-rating {
    display: unset !important;
}

.voucher-item .voucher-rating > .rv1 > span.rating {
    background-position: 0 0 !important;
}

.single-hotel-rating > .rv1 > span {
    width: 83px;
    display: inline-block;
    height: 14px;
    margin-top: 5px;
    background: url(../images/r1.png) repeat-x 0 -15px;
}

.single-hotel-rating > .rv1 > span.rating {
    background-position: 0 0 !important;
}

.single-hotel-rating {
    width: 100%;
    display: flex;
    font-size: 15px;
    margin-bottom: 10px;
    color: #666;
}

.menu-none span.mega-indicator {
    display: none !important;
}

.form-contact {
    background-color: #fff;
    border-radius: 6px;
    padding: 0 58px 55px;
    box-shadow: 0 0 24px rgb(0 0 0 / 15%);
    overflow: hidden;
}

.form-contact-header h3 {
    color: #fff;
    margin: 0px !important;
}

.form-contact-header {
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    background-color: #ffc17f;
    padding: 30px 58px 20px;
    margin-left: -58px;
    margin-right: -58px;
    margin-bottom: 25px px;
    text-align: center;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    line-height: 1.2;
}