/*
Theme Name: WebDigital Theme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@font-face {
  font-family: PlusJaS-Regular;
  src: url("/wp-content/themes/webdigital-theme/fonts/PlusJakartaSans-Regular.ttf");
}
@font-face {
  font-family: PlusJaS-Medium;
  src: url("/wp-content/themes/webdigital-theme/fonts/PlusJakartaSans-Medium.ttf");
}
@font-face {
  font-family: PlusJaS-Italic;
  src: url("/wp-content/themes/webdigital-theme/fonts/PlusJakartaSans-Italic.ttf");
}
@font-face {
  font-family: PlusJaS-SemiBold;
  src: url("/wp-content/themes/webdigital-theme/fonts/PlusJakartaSans-SemiBold.ttf");
}
@font-face {
  font-family: PlusJaS-Bold;
  src: url("/wp-content/themes/webdigital-theme/fonts/PlusJakartaSans-Bold.ttf");
}
@font-face {
  font-family: TiltWarp-Regular;
  src: url("/wp-content/themes/webdigital-theme/fonts/TiltWarpEdited-Regular.otf");
}
@font-face {
  font-family: TrixiPro-Regular;
  src: url("/wp-content/themes/webdigital-theme/fonts/TrixiPro-Regular.ttf");
}
@font-face {
  font-family: Oswald-Stencil;
  src: url("/wp-content/themes/webdigital-theme/fonts/Oswald-Stencil.otf");
}
.funcsBox {
    display: flex;
    grid-gap: 8px;
    align-items: center;
}
.funcsBox a {
    background: #F5F5F5;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 40px;
    font-size: 13px;
    line-height: 100%;
    font-family: PlusJaS-SemiBold;
    text-align: center;
    color: #1B4E30;
    -webkit-transition: 0.15s ease;
    transition: 0.15s ease;
}

.textBox .hl-box,.textBox .name-page {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 22px;
    -webkit-transition: 0.15s ease;
    transition: 0.15s ease;
}
.textBox {
    padding-left: 22px;
    position: relative;
    height: 40px;
    width: 170px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.textBox .hl-box {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}
.textBox .name-page {
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.02em;
    display: block;
    color: #FFA827;
}
.textBox .hl-box .txt {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    display: block;
    color: #FFFFFF;
    font-family: PlusJaS-SemiBold;
}
.textBox .hl-box .numb {
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    display: block;
    color: #FFA827;
    font-family: TiltWarp-Regular;
}
body {
    position: relative;
    font-size: 16px;
    line-height: 150%;
    font-family: PlusJaS-Regular;
    color: #222222;
}
.header-main .nav > li > a {
    line-height: 15px !important;
    font-family: PlusJaS-SemiBold;
}
.header-top li.html {
    background-color: #ffa827 !important;
    font-family: PlusJaS-SemiBold;
    font-size: 14px !important;
    text-transform: uppercase;
    color: #222222 !important;
    letter-spacing: -0.5px;
}
.button span {
    display: inline-block;
    line-height: 1.6;
    font-family: PlusJaS-SemiBold;
    font-size: 15px;
}
.header-button .button {
    margin: 0;
    padding: 3px 20px;
}
.header-button .button:hover span {
    color: #1B4E30;
}
.container.section-title-container.welcome span {
    font-family: Oswald-Stencil;
    color: #FFA827;
    font-size: 90px;
        font-weight: 400 !important;
}
.sub-tit span.section-title-main {
    font-size: 50px;
    line-height: 1.3em;
    letter-spacing: -0.02em;
    font-family: TiltWarp-Regular;
    margin-bottom: 0px;
    color: #DFDFDF;
    text-align: center;
    text-transform: none;
    font-weight: 500;
}
.price-wrapper span.price span.amount {
    color: #111;
    font-weight: 700;
    white-space: nowrap;
    font-size: 15px;
    line-height: 100%;
    font-family: PlusJaS-SemiBold;
    color: #1B4E30;
    margin-bottom: auto;
}
.add-to-cart-button {
    display: flex;
    justify-content: flex-end;
}


.box.product-home {
    border-radius: 10px;
}
.box.product-home .box-image {
    border-radius: 10px 10px 0 0;
}
.box.product-home .box-text {
    border-radius: 0 0 10px 10px;
}
.box.product-home .title-wrapper .name.product-title a {
    font-size: 18px;
    font-family: PlusJaS-SemiBold;
    margin-bottom: 8px;
    color: #222222;
}
.add-to-cart-button a {
    font-size: 12px;
    line-height: 15px;
    font-family: PlusJaS-SemiBold;
    display: block;
    color: #000000 !important;
    text-transform: none;
}
.add-to-cart-button a {
    line-height: 30px !important;
    font-size: 12px !important;
    font-family: PlusJaS-SemiBold;
    display: block;
    color: #000000 !important;
    text-transform: none;
    border: 1px solid #E2E2E2 !important;
    border-radius: 33px;
}
.name.product-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 1;
    height: 30px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.add_to_cart_button.added {
    display: block !important;
    margin-right: 0 !important;
}
a.added_to_cart.wc-forward {
    display: none;
}
.row-slider .flickity-page-dots {
    bottom: -10px !important;
}
.slider-nav-light .flickity-page-dots .dot.is-selected, .slider-nav-light.slider-nav-dots-simple .flickity-page-dots .dot {
    background-color: #FFA827;
}
a.button.doc-them span {
    font-family: PlusJaS-SemiBold;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    color: #FFFFFF;
}
a.button.doc-them:hover span {
    color: #1B4E30;
}
.marquee {
    /* overflow: hidden; */
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    width: 100%;
    background: #FFA827;
    overflow-x: hidden;
}
.marquee .marquee-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: running scrolling 75s linear infinite;
    animation: running scrolling 75s linear infinite;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 100%;
    z-index: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px;
}
.marquee .marquee-item {
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    font-size: 70px !important;
    line-height: 88px !important;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-family: TiltWarp-Regular;
    color: #222222;
}
.marquee .marquee-item span {
    color: #143D25;
}
.marquee .marquee-item .icn {
    width: 55px;
}
h2.text {
    line-height: 36px;
}
@keyframes scrolling {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translatex(-100%);
            transform: translatex(-100%);
  }
}
.post-item .box.box-blog-post .image-cover {
    border-radius: 10px 10px 0 0;
}
.post-item .box.box-blog-post .box-text {
    border-radius: 0px 0px 10px 10px;
}
.post-title.is-large a {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.post-item .box.box-blog-post .box-text a.button {
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    padding-top: 7px;
    padding-left: 40px;
    font-size: 15px !important;
    line-height: 150%;
    font-family: PlusJaS-Bold;
    color: #222222 !important;
    display: block;
    display: flex;
    background: url(/wp-content/uploads/2025/04/beer-cup.svg);
    background-repeat: no-repeat;
    background-size: auto;
}
.post-item .box.box-blog-post .box-text a.button:hover {
    padding-left: 43px;
}
.footer-widget .ux-menu-link__link {
    color: white;
}
.header-inner.container {
    max-width: 1360px;
}
.banner.video-beer .banner-bg.fill {
    border-radius: 10px;
}
.wpc-minicart-wrapper .product_list_widget .mini_cart_item .mini-cart-quantity-wrapper .quantity .qty {
    width: 50px !important;
}
.product-info.summary button.single_add_to_cart_button.button.alt {
    background: url(/wp-content/uploads/2025/04/dau-cong.svg);
    background-repeat: no-repeat;
    background-position: 10% 50%;
    background-size: auto;
    width: 123px;
    height: 42px;
    background-color: #1B4E30 !important;
    border-radius: 34px;
    -webkit-transition: 0.15s ease;
    transition: 0.15s ease;
    padding: 0 10px 0 35px;
}
.add-to-cart-button .primary.add_to_cart_button {
    background: url(/wp-content/uploads/2025/04/icn.svg);
    background-position: 10% 50%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100px;
    padding: 0 5px 0 15px;
    margin-right: 0;
    -webkit-transition: 0.15s ease;
    transition: 0.15s ease;
    margin-right: 0;
    margin-top: 0;
}
.add-to-cart-button .primary.add_to_cart_button:hover {
    background: url(/wp-content/uploads/2025/04/icn.svg);
    background-position: 10% 50%;
    background-color: #FFA827 !important;
    background-repeat: no-repeat;
    background-size: auto;
}
.products .product-small .col-inner {
    border-radius: 10px !important;
}
.products .product-small{
    border-radius: 10px !important;
}
.has-equal-box-heights .box-image {
    border-radius: 10px 10px 0 0;
}
/*CSS Contact Form 7 DAT BAN*/
.wpcf7 input, 
.wpcf7 select, 
.wpcf7 textarea {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.wpcf7-submit {
  background-color: #f9a825;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
}

.wpcf7-submit:hover {
  background-color: #e08e00;
}

/*END CSS Contact Form 7 DAT BAN*/
.wpforms-field.class-form-4 {
    width: calc((100% - 20px) / 3);
    margin-right: 20px;
}
.wpforms-field.class-form-5 {
    width: calc((100% - 30px) / 3 * 2);
}
.wpforms-field.class-form-5,.wpforms-field.class-form-4 {
    display: inline-block;
    display: inline-grid;
}
.wpforms-field.class-form-5 .wpforms-field-row.wpforms-field-large .wpforms-field-row-block {
    margin-bottom: 0 !important;
}
.wpforms-field-content .label-form {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    font-size:16px !important;
}
.wpforms-container .wpforms-field {
    padding: 5px 0 !important;
}
.wpforms-field.class-form-4 {
    float: left !important;
}
.uu-dai-select select#wpforms-8833-field_12 {
    background: url(/wp-content/uploads/2025/04/icon-phan-tram.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 3% 50%;
    padding-left: 36px;
}
button#wpforms-submit-8833 {
    background: #FFA827;
    border-radius: 42px;
    padding: 12px 22px;
    font-size: 15px;
    line-height: 19px;
    font-family: PlusJaS-SemiBold;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: 0.15s ease;
    transition: 0.15s ease;
    color: #222222;
}
button#wpforms-submit-8833:hover {
    background: #1B4E30;
    color: #FFA827;
}
div#popup-dat-ban {
    background-image: url(/wp-content/uploads/2025/04/booking-detail__footer.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0% 100%;
}
.img-vien-bot {
    position: absolute;
    left: 0;
}
.wpforms-container .wpforms-submit-container {
    display: flex;
    justify-content: flex-end;
}
.mfp-close-btn-in .mfp-close {
    color: rgb(231 140 140) !important;
    top: 0 !important;
    opacity: 1 !important;
}
div#popup-dat-ban {
    padding: 10px 40px;
}
.from_the_blog_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 23px;
    -webkit-line-clamp: 3;
    height: 69px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
footer#footer a:hover {
    color: #fda828;
}
html {
  scroll-behavior: smooth;
}
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1 ;
}
html:focus-within {
scroll-behavior: smooth;
}
a.button.wc-forward {
    display: none;
}
a.button.checkout.wc-forward {
    display: block;
}
.row.uu-dai-blog .box-text.text-center {
    display: none;
}
.row.uu-dai-blog .box-image {
    border-radius: 10px;
}
.row.uu-dai-blog button.flickity-button {
    margin-top: 0 !important;
}
/*@keyframes marqueeAnimation-5977435  { 100%  {transform:translateX(-2134.92px)}}
.row.uu-dai-blog {
    width: 100000px;
    transform: translateX(0px);
    animation: 12.7213s linear 1s infinite normal none running marqueeAnimation-5977435;
}*/
@media only screen and (max-width: 64em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .footer-widget-first .col-inner {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .container.section-title-container.welcome span {
        font-size: 60px;
    }
    ul.mobile-nav .icon-menu {
        color: white;
    }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    span.section-title-main {
        margin: 0;
    }
    .sub-tit span.section-title-main {
        font-size: 36px;
    }
    .wpforms-container .wpforms-field-label {
        font-size: 14px !important;
    }
    .container.section-title-container.welcome span {
        font-size: 37px;
    }
    /*.flickity-slider {
        height: 100%;
        position: absolute;
        width: 80% !important;
    }*/
    .flickity-slider .col {
        max-width: 70% !important;
    }
    .header-button .button {
        margin: 0;
        padding: 3px 10px;
        width: 100px;
    }
    div#popup-dat-ban {
        padding: 10px 25px;
    }

}