/**
* Theme Name: Nuss Child
* Description: This is a child theme of Nuss, generated by Merlin WP.
* Author: <a href="http://nuss.co/">Nuss</a>
* Template: nuss
* Version: 1.0.0
*/
.nuss-popup {
z-index:99999999;
}
#booking-form {
    padding: 0 5vw;
    background: rgba(0, 0, 0, .5);
}
header.site-header.header-dark.header-01.sticky#header-01{
position: fixed!important;
    background: #fff!important;
    z-index: 9999999999;
	width:100%;
}
.cl-form {
    display: flex;
    flex-flow: row wrap;
    padding: 20px;
    background: #d82d32;

}
.nuss-carousel-outer-items .swiper-slide {
    user-select: all;
    pointer-events: all;
}
.ux-booking-form .nuss-button.full-filled,.ux-booking-action .nuss-button.full-filled {
color: #fff!important;
}
.row-header,
.row-body {
    width: 50%;
    flex-basis: 50%;

}
.form-footer  .elementor-button{
position: absolute;
    right: 0;
    background: transparent;
    bottom: 16px;
    color: #d82d32!important;
}
.row-footer {
    width: 100%;
    flex-basis: 100%;
}

.form-row {
    display: flex;
    flex-flow: row wrap;
}

.form-row .col-6 {
    padding: 10px;
    max-width: 50%;
    flex-basis: 50%;
}

.col-12 {
    padding: 10px;
    max-width: 100%;
    flex-basis: 100%;
}

.nuss-popup#booking-form .inner-popup {
    max-width: 80%;
    max-height: 100vh;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

.row-footer a {
    color: #fff;
}

#booking-form label,
#booking-form h5,
#booking-form span {
    color: #fff;
    margin: 0;
}

.t-right {
    justify-content: flex-end;
    padding: 10px;
}
.wpml-ls-current-language .wpml-ls-flag{
	    padding: 5px;
    border: 1px solid red;
}
#booking-form input::placeholder,
button,
input,
optgroup,
select,
textarea {
    color: #2a2a2a !important;
}

.wpcf7-not-valid-tip {
    color: #000;
}

/* .cl-row .col-6{
    flex-basis: auto;
} */
.cl-form-title {
    width: 100%;
    font-weight: 800;
}

.img-popup-form img {
    width: 100%;
    height: 32vh
}

#booking-form .wpcf7 input[type="url"],
#booking-form .wpcf7 input[type="email"],
#booking-form .wpcf7 input[type="tel"],
#booking-form .wpcf7 input[type="date"],
#booking-form input[type="text"],
#booking-form input[type="email"],
#booking-form input[type="password"],
#booking-form input[type="number"],
#booking-form input[type="search"] {
    width: 100%;
    font-size: 15px;
    color: #2a2a2a;
    width: 100%;
    outline: none;
    border: 0;
    background-color: transparent;
    border-radius: 0 !important;
    border-bottom: 1px solid #f7f7f7;
    padding: 3px 20px;
    min-height: 36px;
    color: #ffffff99 !important;
}

#booking-form select {
    width: 100%;
    font-size: 15px;
    color: #2a2a2a;
    width: 100%;
    outline: none;
    border: 0;
    background-color: transparent;
    border-radius: 0 !important;
    border-bottom: 1px solid #f7f7f7;
    padding: 3px 20px;
    min-height: 36px;
    color: #fff !important;

}

#booking-form optgroup {
    border-radius: 0 !important;
}

#booking-form option {
    color: #000;
    border-radius: 0 !important;
}

#booking-form .wpcf7 input[type="submit"] {
    font-size: 15px;
    color: #2a2a2a;
    outline: none;
    border: 1px solid #f7f7f7;
    background-color: #f7f7f7;
    border-radius: 5px;
    padding: 3px 20px;
    min-height: 56px;
    text-transform: uppercase;
}

#booking-form .col-12 p {
    display: inline-block;
    min-width: 170px;
    color: #fff;
    margin-bottom: 0;
}

#booking-form .col-12 a {
    color: rgb(221, 223, 106);
}

#booking-form .wpcf7 input[type="submit"]:hover {
    background-color: #d82d32;

}

.wpcf7-spinner {
    position: absolute;
}

#booking-form .wpcf7-response-output {
    color: #000;
}

.uppercase {
    text-transform: uppercase;
}

#booking-form textarea {
    width: 100%;
    padding: 10px 9px;
    background: #f386897d;
    color: #FFF !important;
    border: none;
    height: 140px;
}

.center-header {
    width: 12% !important;
}

.left-header {
    width: 100% !important;
}

.right-header {
    width: 18% !important;
}

.btn-booking {
    display: block;
    padding: 11px !important;
}

header.site-header .column-wrap>div {
    padding: 0 8px;
}

header.site-header .column-wrap {
    justify-content: space-between;
}

.ux-element.desktop-menu .menu>li>a {
    padding: 10px 5px !important;
}

.wpcf7 input[type="tel"] {
    font-size: 15px;
    color: #2a2a2a;
    outline: none;
    border: 1px solid #f7f7f7;
    background-color: #f7f7f7;
    border-radius: 5px;
    padding: 3px 20px;
    min-height: 56px;
    text-transform: uppercase;
    width: 100%;
}

.cl-btn-submit {
    color: #b95c47;
    background-color: #fff;
    padding-top: 11px;
    padding-right: 32px;
    padding-bottom: 11px;
    padding-left: 32px;
    border-style: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.center {
    text-align: center;
    justify-content: center;
    margin: 0 auto;
}

.white,
.white h3 {
    color: #FFF;
}

/*woo css*/
.woocommerce .cart.shop_table tbody tr td.product-quantity .quantity {
    display: inline-flex;
}

.woocommerce .checkout.woocommerce-checkout #order_review #payment .place-order .button {
    color: #FFF !important
}

.woocommerce .checkout.woocommerce-checkout #billing_last_name_field label,
.woocommerce .checkout.woocommerce-checkout #billing_phone_field label {
    display: block;
}

.woocommerce .checkout.woocommerce-checkout #billing_last_name_field,
.woocommerce .checkout.woocommerce-checkout #billing_phone_field,
.woocommerce .checkout.woocommerce-checkout #billing_first_name_field,
.woocommerce .checkout.woocommerce-checkout #billing_email_field {
    width: 100%;
}

.woocommerce .checkout.woocommerce-checkout label {
    max-width: 175px;
}

.woocommerce .woocommerce-ordering select {
    max-width: 175px;
}

.woocommerce .checkout.woocommerce-checkout .select2-selection span,
.woocommerce .checkout.woocommerce-checkout .woocommerce-billing-fields .form-row input,
.woocommerce .checkout.woocommerce-checkout .woocommerce-additional-fields .form-row input,
.woocommerce .checkout.woocommerce-checkout .shipping_address .form-row input {
    font-size: 14px !important;
}

.woocommerce-page form input {
    margin-top: 15px !important;
}

.woocommerce form .password-input,
.woocommerce-page form .password-input {
    width: 100%;

}

.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-login .lost_password {
    width: 30%;
}

.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-login .form-row:not(.woocommerce-form-row) {
    width: 70%;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    width: 45%;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    top: 2em;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    color: #FFF
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    margin-top: 0 !important;
}

.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-Button {
    background: #d82d32
}

.cl-form textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #FFF !important
}

header.site-header.header-float:not(.on) {
    position: unset;
}

header.site-header.header-dark .column-wrap a {
    color: #1a1a1a;
    font-weight: bold;
    text-transform: unset;
}

.ux-element.desktop-menu .menu>li>a span {
    font-size: 17px;
}

header.site-header.header-dark .column-wrap .current-menu-item a,
header.site-header.header-dark .column-wrap li:hover a {
    color: #d82d32;
    text-shadow: 1px 1px 1px #dada81;
}

header.site-header.header-dark .header-custom-html-01 .nuss-button.full-filled {
    color: #d82d32;
    text-shadow: 1px 1px 1px #dada81;
    box-shadow: rgb(255 255 255) 0px 1px 4px;
    padding: 7px 20px !important;
    background-color: #ffffff !important;
    border: 1px solid #ffffff !important;
}

header.site-header.header-dark .header-custom-html-01 .nuss-button.full-filled:hover {
    background-color: #ffef9c !important;
    color: #d82d32;
    border: 1px solid #ffef9c !important;
}

.header-contact a span,
.header-contact a i {
    color: #Fff
}

header.site-header.header-01 .site-logo {
    width: 15%;
}

header.site-header .column-wrap>div.desktop-menu {
    width: 85%;
}

#hxlokztwy1 {
    color: #fff !important;
    background: #d82d32;
    padding: 5px 0;

}

header.site-header.header-float:not(.on) {
    min-height: unset
}

.nuss-modern-slider .slide-layers {
    max-width: 100%;
}

.site-menu .menu {
    justify-content: space-between;
}

.elementor-widget-nuss-booking-search-form .uxper-search-form .ux-booking-form {
    max-width: 100%;
}

#hva8plmwbr {
    padding: 15px 0% !important;
}

header.site-header.header-dark {
    background-color: #fff;
}

.uxper-search-form .ux-booking-form button.btn-submit {
    color: #fff !important;
}
.footer-cm .heading-secondary.elementor-heading-title{
color:#D82D32
}
.footer-cm .heading-primary{
font-weight:bold;
}
.footer-contact a{
    color: #5A5A5A;
}
.nuss-mailchimp-form input {
	border: solid 1px #D82D32;
}
.nuss-mailchimp-form label:after{
color: #D82D32;
}
.table-nhahang tr:first-child span{
font-weight:bold
}
.table-nhahang td,.table-nhahang th {
     text-align: left;
    vertical-align: top;
}
#footer{
border-top: solid 4px #D82D32;
}
.inner-sidebar h2{
	font-size: 30px;
	font-weight:bold;
	color:#D82D32
}
.inner-sidebar a{
color: #1a1a1a;
}
.page-title.page-title-01 .page-title-bg:before{
background-color: rgba(0,0,0,0.16)!important;
}
.page-title.page-title-01 .page-title-bg{
	background-image: url(/wp-content/uploads/2022/09/banner-trong.jpg)!important;
	    background-color: #a7a7a7;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
}
#page-title.page-title.page-title-01 {
margin-bottom:30px
}
#page-title.page-title.page-title-01 .heading {
    font-size: 56px;
    line-height: 1.211;
    color: #fff;
}
.page-title.page-title-01 .container {
    border-bottom-width: 0px;
    border-bottom-color: rgba(0, 0, 0, 0);
    padding-top: 200px;
    padding-bottom: 200px;
}
.payment-detail .entry-detail{
max-width:100%!important;
}
.content-pay{
    font-size: 16px;
}
.content-pay p{
    font-weight:bold;
	margin-bottom:0;
}
.desc h4{
font-size: 16px;
    margin-bottom: 5px;
    color: #d82d32;
}
.home .site-content{
padding-top:0;
}
 .header-contact ul li,.header-custom-html-01 a{
display:none
}
.header-contact ul li.login-account{
display:block
}
html:lang(vi-VN) .header-contact ul li:nth-child(1),html:lang(vi-VN) .header-contact ul li:nth-child(2),html:lang(vi-VN) .header-contact ul li:nth-child(3),html:lang(vi-VN) .header-custom-html-01 a.vi{
display:inherit;
}
html:lang(en-US) .header-contact ul li:nth-child(3),html:lang(en-US) .header-contact ul li:nth-child(5),html:lang(en-US) .header-contact ul li:nth-child(6),html:lang(en-US) .header-contact ul li:nth-child(4),html:lang(en-US) .header-custom-html-01 a.en{
display:inherit;
}
.content-new{
margin-top:20px;
}
.content-new h6{
color:#d82d32;
}
.content-new ul{
padding-left:25px;
	margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1340px;
    }
}

@media(min-width:768px) {
    .elementor-widget-nuss-booking-search-form .uxper-search-form .form-control {
        width: 271px;
    }

    #hxlokztwy1 .column-wrap {
        margin: 0 auto;
        max-width: 1340px;
    }

}

@media(max-width:600px) {

    header.site-header.header-dark .icon-menu .line,
    header.site-header.header-dark .btn-close .line {
        stroke: #d82d32;
    }

    header.site-header.header-01 .site-logo {
        width: 48%;
    }

    .cl-form {
        padding: 20px;
    }

    .form-row .col-6 {
        padding: 10px;
        max-width: 100%;
        flex-basis: 100%;
    }

    .row-header,
    .row-body {
        width: 100%;
        flex-basis: 100%;
        padding-bottom: 20px;
        border-bottom: 1px dashed #4e4e4e;

    }

    .row-footer,
    .row-body {
        padding-top: 20px;
    }

    .nuss-popup#booking-form .inner-popup {
        max-width: 100%;
        padding: 10px;
        overflow: auto;
    }

    #booking-form h5 {
        text-align: center;
    }

    .img-popup-form img {
        height: auto;
    }


}